Html Css Color HEX #E05F89 Dark Pink

📋 copy color: '#E05F89'

red 224 ◦ green 95 ◦ blue 137

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

Shades of Dark Pink #E05F89

Tints of Dark Pink #E05F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.04%

R = 49.12%
G = 20.83%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E05F89 (or 0xE05F89) is known color: Dark Pink. HEX triplet: E0, 5F and 89. RGB value is (224,95,137). Sum of RGB (Red+Green+Blue) = 224+95+137=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05F89 is #1FA076. Grayscale: #8A8A8A. Windows color (decimal): -2072695 or 9002976. OLE color: 9002976.

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

Color convert

RGB 224 95 137 -
CMYK 0 0.58 0.39 0.12
HSL 340.47º 0.68% 0.63% -
HSV(B) 340.47º 0.58% 0.88% -
XYZ 39.35 25.84 26.58 -
YUV 138.36 127.24 189.08 -
System Red Green Blue C M Y K H S L
Decimal 224 95 137 0 0.58 0.39 0.12 340.47 0.68 0.63
Hex E0 5F 89 0 3A 27 C 154 44 3F
Octal 340 137 211 0 72 47 14 524 104 77
Binary 11100000 1011111 10001001 0 111010 100111 1100 101010100 1000100 111111

Color Harmonies of #E05F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F89

Black with #E05F89

Text Example


Text Example

White with #E05F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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