COLOR #E95299

HEX: #E95299 RGB: (233,82,153)

Color info

#E95299 contains mainly red color. Web safe color of #E95299 is #FF6699 (or #F69).

RGB color model

#E95299 color RGB value is (233,82,153).

RGB: (233,82,153) (91%, 32%, 60%)

RGB channels and saturation

R 233 of 255 = 91%
G 82 of 255 = 32%
B 153 of 255 = 60%

233
82
153

R + G + B ~ 61%. #E95299 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 82 + 153 = 468 (100%)
R 233 of 468 ~ 49.79%
G 82 of 468 ~ 17.52%
B 153 of 468 ~ 32.69'%

%49.79
%17.52
%32.69

CMYK color model

#E95299 color CMYK value is (0,65,34,9).

  • cyan value is 0.00%
  • magenta value is 64.81%
  • yellow value is 34.33%
  • key color value is 8.63%

CMYK: (0,65,34,9)
C0M65Y34K9 (0%, 65%, 34%, 9%)
(0.00 / 0.65 / 0.34 / 0.09)

CMYK percentages

%0
%64.81
%34.33
%8.63

Codes

Color #E95299 in popluar color models

E9 52 99
RGB 233 82 153
HSL 332° 77.44% 61.76%
HSB/HSV 332° 64.81% 91.37%
CMYK 0.00% 64.81% 34.33%
8.63%

Color #E95299 in popluar number systems.

HEX E9 52 99
Decimal 233 82 153
Binary 11101001 1010010 10011001
Octal 351 122 231

Shades and tints

Shades of #E95299

#E95299
(233,82,153)
#D44B8C
(212,75,140)
#BF447F
(191,68,127)
#AA3D72
(170,61,114)
#953665
(149,54,101)
#802F58
(128,47,88)
#6B284B
(107,40,75)
#56213E
(86,33,62)
#411A31
(65,26,49)
#2C1324
(44,19,36)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #E95299

#E95299
(233,82,153)
#EB61A2
(235,97,162)
#ED70AB
(237,112,171)
#EF7FB4
(239,127,180)
#F18EBD
(241,142,189)
#F39DC6
(243,157,198)
#F5ACCF
(245,172,207)
#F7BBD8
(247,187,216)
#F9CAE1
(249,202,225)
#FBD9EA
(251,217,234)
#FDE8F3
(253,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E95299 color. Also use rgb(233,82,153) instead hex code.

Text Font Color

.myTextColor { color: #E95299; }

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

This text font color is #E95299.

Background Color

.myBgColor { background-color: #E95299; }

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

This div background color is #E95299.

Border color

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

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

This div border color is #E95299.

Opacity

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

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

Text with #E95299 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 #E95299;}

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

This text has shadow with #E95299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E95299.

Preview

Color preview on black background

This text has color #E95299 on black background.


Color preview on white background

This text has color #E95299 on white background.


Black color preview on #E95299 background

This text has black color on #E95299 background.


White color preview on #E95299 background

This text has white color on #E95299 background.


Related colors

Complementary color

Complementary color for #hex is #16AD66.


I love getcolorcode.com

Triadic colors

1 #99E952 and #5299E9 with #E95299 are triadic colors.

2 #9952E9 and #52E999 with #E95299 are triadic colors.