Html Css Color HEX #E05F79 Dark Pink

📋 copy color: '#E05F79'

red 224 ◦ green 95 ◦ blue 121

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

Shades of Dark Pink #E05F79

Tints of Dark Pink #E05F79

RGB

 RED value IS 224 (87.89% from 255) = 50.91%

 GREEN value IS 95 (37.5% from 255) = 21.59%

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

R = 50.91%
G = 21.59%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E05F79 (or 0xE05F79) is known color: Dark Pink. HEX triplet: E0, 5F and 79. RGB value is (224,95,121). Sum of RGB (Red+Green+Blue) = 224+95+121=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F79 is #1FA086. Grayscale: #888888. Windows color (decimal): -2072711 or 7954400. OLE color: 7954400.

HSL color Cylindrical-coordinate representation of color #E05F79: hue angle of 347.91º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05F79 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 95 121 -
CMYK 0 0.58 0.46 0.12
HSL 347.91º 0.68% 0.63% -
HSV(B) 347.91º 0.58% 0.88% -
XYZ 38.28 25.41 20.98 -
YUV 136.54 119.24 190.39 -
System Red Green Blue C M Y K H S L
Decimal 224 95 121 0 0.58 0.46 0.12 347.91 0.68 0.63
Hex E0 5F 79 0 3A 2E C 15C 44 3F
Octal 340 137 171 0 72 56 14 534 104 77
Binary 11100000 1011111 1111001 0 111010 101110 1100 101011100 1000100 111111

Color Harmonies of #E05F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F79

Black with #E05F79

Text Example


Text Example

White with #E05F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F79; }

 p { color: rgb(224,95,121); }

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

background-color css

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

 a { background-color: rgb(224,95,121); }

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

border-color css

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

 span { border-color: rgb(224,95,121); }

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