Html Css Color HEX #E05D87 Dark Pink

📋 copy color: '#E05D87'

red 224 ◦ green 93 ◦ blue 135

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

Shades of Dark Pink #E05D87

Tints of Dark Pink #E05D87

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

 BLUE value IS 135 (53.13% from 255) = 29.87%

R = 49.56%
G = 20.58%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E05D87 (or 0xE05D87) is known color: Dark Pink. HEX triplet: E0, 5D and 87. RGB value is (224,93,135). Sum of RGB (Red+Green+Blue) = 224+93+135=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05D87 is #1FA278. Grayscale: #888888. Windows color (decimal): -2073209 or 8871392. OLE color: 8871392.

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

Color convert

RGB 224 93 135 -
CMYK 0 0.58 0.40 0.12
HSL 340.76º 0.68% 0.62% -
HSV(B) 340.76º 0.58% 0.88% -
XYZ 39.03 25.43 25.77 -
YUV 136.96 126.9 190.08 -
System Red Green Blue C M Y K H S L
Decimal 224 93 135 0 0.58 0.40 0.12 340.76 0.68 0.62
Hex E0 5D 87 0 3A 28 C 155 44 3E
Octal 340 135 207 0 72 50 14 525 104 76
Binary 11100000 1011101 10000111 0 111010 101000 1100 101010101 1000100 111110

Color Harmonies of #E05D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05D87

Black with #E05D87

Text Example


Text Example

White with #E05D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05D87; }

 p { color: rgb(224,93,135); }

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

background-color css

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

 a { background-color: rgb(224,93,135); }

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

border-color css

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

 span { border-color: rgb(224,93,135); }

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