Html Css Color HEX #E95576 Dark Pink

📋 copy color: '#E95576'

red 233 ◦ green 85 ◦ blue 118

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

Shades of Dark Pink #E95576

Tints of Dark Pink #E95576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 53.44%
G = 19.5%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E95576 (or 0xE95576) is known color: Dark Pink. HEX triplet: E9, 55 and 76. RGB value is (233,85,118). Sum of RGB (Red+Green+Blue) = 233+85+118=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E95576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95576 is #16AA89. Grayscale: #858585. Windows color (decimal): -1485450 or 7755241. OLE color: 7755241.

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

Color convert

RGB 233 85 118 -
CMYK 0 0.64 0.49 0.09
HSL 346.62º 0.77% 0.62% -
HSV(B) 346.62º 0.64% 0.91% -
XYZ 40.12 25.13 19.88 -
YUV 133.01 119.53 199.32 -
System Red Green Blue C M Y K H S L
Decimal 233 85 118 0 0.64 0.49 0.09 346.62 0.77 0.62
Hex E9 55 76 0 40 31 9 15B 4D 3E
Octal 351 125 166 0 100 61 11 533 115 76
Binary 11101001 1010101 1110110 0 1000000 110001 1001 101011011 1001101 111110

Color Harmonies of #E95576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95576

Black with #E95576

Text Example


Text Example

White with #E95576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95576; }

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

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

background-color css

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

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

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

border-color css

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

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

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