Html Css Color HEX #E95571 Dark Pink

📋 copy color: '#E95571'

red 233 ◦ green 85 ◦ blue 113

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

Shades of Dark Pink #E95571

Tints of Dark Pink #E95571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.72%

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 54.06%
G = 19.72%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E95571 (or 0xE95571) is known color: Dark Pink. HEX triplet: E9, 55 and 71. RGB value is (233,85,113). Sum of RGB (Red+Green+Blue) = 233+85+113=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E95571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95571 is #16AA8E. Grayscale: #848484. Windows color (decimal): -1485455 or 7427561. OLE color: 7427561.

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

Color convert

RGB 233 85 113 -
CMYK 0 0.64 0.52 0.09
HSL 348.65º 0.77% 0.62% -
HSV(B) 348.65º 0.64% 0.91% -
XYZ 39.83 25.01 18.35 -
YUV 132.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 233 85 113 0 0.64 0.52 0.09 348.65 0.77 0.62
Hex E9 55 71 0 40 34 9 15D 4D 3E
Octal 351 125 161 0 100 64 11 535 115 76
Binary 11101001 1010101 1110001 0 1000000 110100 1001 101011101 1001101 111110

Color Harmonies of #E95571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95571

Black with #E95571

Text Example


Text Example

White with #E95571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95571; }

 p { color: rgb(233,85,113); }

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

background-color css

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

 a { background-color: rgb(233,85,113); }

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

border-color css

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

 span { border-color: rgb(233,85,113); }

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