Html Css Color HEX #E95977 Dark Pink

📋 copy color: '#E95977'

red 233 ◦ green 89 ◦ blue 119

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

Shades of Dark Pink #E95977

Tints of Dark Pink #E95977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.98%

R = 52.83%
G = 20.18%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E95977 (or 0xE95977) is known color: Dark Pink. HEX triplet: E9, 59 and 77. RGB value is (233,89,119). Sum of RGB (Red+Green+Blue) = 233+89+119=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E95977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95977 is #16A688. Grayscale: #878787. Windows color (decimal): -1484425 or 7821801. OLE color: 7821801.

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

Color convert

RGB 233 89 119 -
CMYK 0 0.62 0.49 0.09
HSL 347.5º 0.77% 0.63% -
HSV(B) 347.5º 0.62% 0.91% -
XYZ 40.51 25.8 20.3 -
YUV 135.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 233 89 119 0 0.62 0.49 0.09 347.5 0.77 0.63
Hex E9 59 77 0 3E 31 9 15C 4D 3F
Octal 351 131 167 0 76 61 11 534 115 77
Binary 11101001 1011001 1110111 0 111110 110001 1001 101011100 1001101 111111

Color Harmonies of #E95977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95977

Black with #E95977

Text Example


Text Example

White with #E95977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95977; }

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

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

background-color css

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

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

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

border-color css

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

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

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