Html Css Color HEX #E95972 Dark Pink

📋 copy color: '#E95972'

red 233 ◦ green 89 ◦ blue 114

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

Shades of Dark Pink #E95972

Tints of Dark Pink #E95972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.15%

R = 53.44%
G = 20.41%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E95972 (or 0xE95972) is known color: Dark Pink. HEX triplet: E9, 59 and 72. RGB value is (233,89,114). Sum of RGB (Red+Green+Blue) = 233+89+114=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E95972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95972 is #16A68D. Grayscale: #868686. Windows color (decimal): -1484430 or 7494121. OLE color: 7494121.

HSL color Cylindrical-coordinate representation of color #E95972: hue angle of 349.58º 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 #E95972 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 89 114 -
CMYK 0 0.62 0.51 0.09
HSL 349.58º 0.77% 0.63% -
HSV(B) 349.58º 0.62% 0.91% -
XYZ 40.21 25.68 18.76 -
YUV 134.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 233 89 114 0 0.62 0.51 0.09 349.58 0.77 0.63
Hex E9 59 72 0 3E 33 9 15E 4D 3F
Octal 351 131 162 0 76 63 11 536 115 77
Binary 11101001 1011001 1110010 0 111110 110011 1001 101011110 1001101 111111

Color Harmonies of #E95972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95972

Black with #E95972

Text Example


Text Example

White with #E95972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95972; }

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

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

background-color css

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

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

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

border-color css

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

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

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