Html Css Color HEX #E05F78 Dark Pink

📋 copy color: '#E05F78'

red 224 ◦ green 95 ◦ blue 120

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

Shades of Dark Pink #E05F78

Tints of Dark Pink #E05F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 51.03%
G = 21.64%
B = 27.33%

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

#E05F78 (or 0xE05F78) is known color: Dark Pink. HEX triplet: E0, 5F and 78. RGB value is (224,95,120). Sum of RGB (Red+Green+Blue) = 224+95+120=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F78 is #1FA087. Grayscale: #888888. Windows color (decimal): -2072712 or 7888864. OLE color: 7888864.

HSL color Cylindrical-coordinate representation of color #E05F78: hue angle of 348.37º 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 #E05F78 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 95 120 -
CMYK 0 0.58 0.46 0.12
HSL 348.37º 0.68% 0.63% -
HSV(B) 348.37º 0.58% 0.88% -
XYZ 38.22 25.39 20.66 -
YUV 136.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 224 95 120 0 0.58 0.46 0.12 348.37 0.68 0.63
Hex E0 5F 78 0 3A 2E C 15C 44 3F
Octal 340 137 170 0 72 56 14 534 104 77
Binary 11100000 1011111 1111000 0 111010 101110 1100 101011100 1000100 111111

Color Harmonies of #E05F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F78

Black with #E05F78

Text Example


Text Example

White with #E05F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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