Html Css Color HEX #E95170 Dark Pink

📋 copy color: '#E95170'

red 233 ◦ green 81 ◦ blue 112

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

Shades of Dark Pink #E95170

Tints of Dark Pink #E95170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.01%

 BLUE value IS 112 (44.14% from 255) = 26.29%

R = 54.69%
G = 19.01%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E95170 (or 0xE95170) is known color: Dark Pink. HEX triplet: E9, 51 and 70. RGB value is (233,81,112). Sum of RGB (Red+Green+Blue) = 233+81+112=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E95170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95170 is #16AE8F. Grayscale: #828282. Windows color (decimal): -1486480 or 7361001. OLE color: 7361001.

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

Color convert

RGB 233 81 112 -
CMYK 0 0.65 0.52 0.09
HSL 347.76º 0.78% 0.62% -
HSV(B) 347.76º 0.65% 0.91% -
XYZ 39.47 24.38 17.95 -
YUV 129.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 233 81 112 0 0.65 0.52 0.09 347.76 0.78 0.62
Hex E9 51 70 0 41 34 9 15C 4E 3E
Octal 351 121 160 0 101 64 11 534 116 76
Binary 11101001 1010001 1110000 0 1000001 110100 1001 101011100 1001110 111110

Color Harmonies of #E95170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95170

Black with #E95170

Text Example


Text Example

White with #E95170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95170; }

 p { color: rgb(233,81,112); }

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

background-color css

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

 a { background-color: rgb(233,81,112); }

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

border-color css

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

 span { border-color: rgb(233,81,112); }

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