COLOR #E598F2

HEX: #E598F2 RGB: (229,152,242)

Color info

#E598F2 contains mainly red and blue colors. Web safe color of #E598F2 is #CC99FF (or #C9F).

RGB color model

#E598F2 color RGB value is (229,152,242).

RGB: (229,152,242) (90%, 60%, 95%)

RGB channels and saturation

R 229 of 255 = 90%
G 152 of 255 = 60%
B 242 of 255 = 95%

229
152
242

R + G + B ~ 82%. #E598F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 152 + 242 = 623 (100%)
R 229 of 623 ~ 36.76%
G 152 of 623 ~ 24.4%
B 242 of 623 ~ 38.84'%

%36.76
%24.4
%38.84

CMYK color model

#E598F2 color CMYK value is (5,37,0,5).

  • cyan value is 5.37%
  • magenta value is 37.19%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (5,37,0,5)
C5M37Y0K5 (5%, 37%, 0%, 5%)
(0.05 / 0.37 / 0.00 / 0.05)

CMYK percentages

%5.37
%37.19
%0
%5.1

Codes

Color #E598F2 in popluar color models

E5 98 F2
RGB 229 152 242
HSL 291° 77.59% 77.25%
HSB/HSV 291° 37.19% 94.90%
CMYK 5.37% 37.19% 0.00%
5.10%

Color #E598F2 in popluar number systems.

HEX E5 98 F2
Decimal 229 152 242
Binary 11100101 10011000 11110010
Octal 345 230 362

Shades and tints

Shades of #E598F2

#E598F2
(229,152,242)
#D18BDC
(209,139,220)
#BD7EC6
(189,126,198)
#A971B0
(169,113,176)
#95649A
(149,100,154)
#815784
(129,87,132)
#6D4A6E
(109,74,110)
#593D58
(89,61,88)
#453042
(69,48,66)
#31232C
(49,35,44)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E598F2

#E598F2
(229,152,242)
#E7A1F3
(231,161,243)
#E9AAF4
(233,170,244)
#EBB3F5
(235,179,245)
#EDBCF6
(237,188,246)
#EFC5F7
(239,197,247)
#F1CEF8
(241,206,248)
#F3D7F9
(243,215,249)
#F5E0FA
(245,224,250)
#F7E9FB
(247,233,251)
#F9F2FC
(249,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E598F2 color. Also use rgb(229,152,242) instead hex code.

Text Font Color

.myTextColor { color: #E598F2; }

<p style="color:#E598F2">This sample text font color is #E598F2.</p>

This text font color is #E598F2.

Background Color

.myBgColor { background-color: #E598F2; }

<div style="background-color:#E598F2">Inner text</div>

This div background color is #E598F2.

Border color

.myBorderColor { border: 1px solid #E598F2; }

<div style="border:3px solid #E598F2">Div</div>

This div border color is #E598F2.

Opacity

.myOpacity80 { color: #E598F2; opacity: 0.8; }

<p style="color:#E598F2;opacity:0.8;">80%</p>

Text with #E598F2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E598F2;}

<p style="text-shadow: 3px 3px 1px #E598F2">Text here.</p>

This text has shadow with #E598F2 color.


.textShadow {text-shadow: 3px 3px 1px #E598F2', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E598F2, 5px 5px 20px red">Text here.</p>

This text has shadow with #E598F2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E598F2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E598F2, Direction=45, Strength=4)">Text</p>

This text has shadow with #E598F2 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E598F2;
-webkit-box-shadow: 1px 1px 3px 2px #E598F2;
box-shadow: 1px 1px 3px 2px #E598F2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E598F2; -webkit-box-shadow: 1px 1px 3px 2px #E598F2; box-shadow:1px 1px 3px 2px #E598F2;">
Div content here
</div>

This div box has shadow with color #E598F2.

Preview

Color preview on black background

This text has color #E598F2 on black background.


Color preview on white background

This text has color #E598F2 on white background.


Black color preview on #E598F2 background

This text has black color on #E598F2 background.


White color preview on #E598F2 background

This text has white color on #E598F2 background.


Related colors

Complementary color

Complementary color for #hex is #1A670D.


I love getcolorcode.com

Triadic colors

1 #F2E598 and #98F2E5 with #E598F2 are triadic colors.

2 #F298E5 and #98E5F2 with #E598F2 are triadic colors.