Html Css Color HEX #E95979 Dark Pink

📋 copy color: '#E95979'

red 233 ◦ green 89 ◦ blue 121

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

Shades of Dark Pink #E95979

Tints of Dark Pink #E95979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.31%

R = 52.6%
G = 20.09%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E95979 (or 0xE95979) is known color: Dark Pink. HEX triplet: E9, 59 and 79. RGB value is (233,89,121). Sum of RGB (Red+Green+Blue) = 233+89+121=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E95979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95979 is #16A686. Grayscale: #878787. Windows color (decimal): -1484423 or 7952873. OLE color: 7952873.

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

Color convert

RGB 233 89 121 -
CMYK 0 0.62 0.48 0.09
HSL 346.67º 0.77% 0.63% -
HSV(B) 346.67º 0.62% 0.91% -
XYZ 40.63 25.85 20.94 -
YUV 135.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 233 89 121 0 0.62 0.48 0.09 346.67 0.77 0.63
Hex E9 59 79 0 3E 30 9 15B 4D 3F
Octal 351 131 171 0 76 60 11 533 115 77
Binary 11101001 1011001 1111001 0 111110 110000 1001 101011011 1001101 111111

Color Harmonies of #E95979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95979

Black with #E95979

Text Example


Text Example

White with #E95979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95979; }

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

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

background-color css

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

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

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

border-color css

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

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

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