Html Css Color HEX #E95579 Dark Pink

📋 copy color: '#E95579'

red 233 ◦ green 85 ◦ blue 121

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

Shades of Dark Pink #E95579

Tints of Dark Pink #E95579

RGB

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

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

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

R = 53.08%
G = 19.36%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E95579 (or 0xE95579) is known color: Dark Pink. HEX triplet: E9, 55 and 79. RGB value is (233,85,121). Sum of RGB (Red+Green+Blue) = 233+85+121=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E95579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95579 is #16AA86. Grayscale: #858585. Windows color (decimal): -1485447 or 7951849. OLE color: 7951849.

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

Color convert

RGB 233 85 121 -
CMYK 0 0.64 0.48 0.09
HSL 345.41º 0.77% 0.62% -
HSV(B) 345.41º 0.64% 0.91% -
XYZ 40.3 25.2 20.83 -
YUV 133.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 233 85 121 0 0.64 0.48 0.09 345.41 0.77 0.62
Hex E9 55 79 0 40 30 9 159 4D 3E
Octal 351 125 171 0 100 60 11 531 115 76
Binary 11101001 1010101 1111001 0 1000000 110000 1001 101011001 1001101 111110

Color Harmonies of #E95579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95579

Black with #E95579

Text Example


Text Example

White with #E95579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95579; }

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

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

background-color css

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

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

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

border-color css

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

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

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