Html Css Color HEX #E95978 Dark Pink

📋 copy color: '#E95978'

red 233 ◦ green 89 ◦ blue 120

#E95978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E95978

Tints of Dark Pink #E95978

RGB

 RED value IS 233 (91.41% from 255) = 52.71%

 GREEN value IS 89 (35.16% from 255) = 20.14%

 BLUE value IS 120 (47.27% from 255) = 27.15%

R = 52.71%
G = 20.14%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E95978 (or 0xE95978) is known color: Dark Pink. HEX triplet: E9, 59 and 78. RGB value is (233,89,120). Sum of RGB (Red+Green+Blue) = 233+89+120=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E95978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95978 is #16A687. Grayscale: #878787. Windows color (decimal): -1484424 or 7887337. OLE color: 7887337.

HSL color Cylindrical-coordinate representation of color #E95978: hue angle of 347.08º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95978 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 89 120 -
CMYK 0 0.62 0.48 0.09
HSL 347.08º 0.77% 0.63% -
HSV(B) 347.08º 0.62% 0.91% -
XYZ 40.57 25.82 20.62 -
YUV 135.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 233 89 120 0 0.62 0.48 0.09 347.08 0.77 0.63
Hex E9 59 78 0 3E 30 9 15B 4D 3F
Octal 351 131 170 0 76 60 11 533 115 77
Binary 11101001 1011001 1111000 0 111110 110000 1001 101011011 1001101 111111

Color Harmonies of #E95978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95978

Black with #E95978

Text Example


Text Example

White with #E95978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95978; }

 p { color: rgb(233,89,120); }

 H1.HeaderClassName
 {
   color: #E95978;
 }
 .AnyTagClassName
 {
   color: #E95978;
 }
</style>

background-color css

<style>
 a { background-color: #E95978; }

 a { background-color: rgb(233,89,120); }

 div.DivClassName
 {
   background-color: #E95978;
 }
 .BgClassName
 {
   background-color: #E95978;
 }
</style>

border-color css

<style>
 span { border-color: #E95978; }

 span { border-color: rgb(233,89,120); }

 td.TdClassName
 {
   border-color: #E95978;
 }
 .TagClassName
 {
   border-color: #E95978;
 }
</style>