Html Css Color HEX #E05087 Dark Pink

📋 copy color: '#E05087'

red 224 ◦ green 80 ◦ blue 135

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

Shades of Dark Pink #E05087

Tints of Dark Pink #E05087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

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

R = 51.03%
G = 18.22%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E05087 (or 0xE05087) is known color: Dark Pink. HEX triplet: E0, 50 and 87. RGB value is (224,80,135). Sum of RGB (Red+Green+Blue) = 224+80+135=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E05087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05087 is #1FAF78. Grayscale: #818181. Windows color (decimal): -2076537 or 8868064. OLE color: 8868064.

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

Color convert

RGB 224 80 135 -
CMYK 0 0.64 0.40 0.12
HSL 337.08º 0.7% 0.6% -
HSV(B) 337.08º 0.64% 0.88% -
XYZ 37.98 23.33 25.42 -
YUV 129.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 224 80 135 0 0.64 0.40 0.12 337.08 0.7 0.6
Hex E0 50 87 0 40 28 C 151 46 3C
Octal 340 120 207 0 100 50 14 521 106 74
Binary 11100000 1010000 10000111 0 1000000 101000 1100 101010001 1000110 111100

Color Harmonies of #E05087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05087

Black with #E05087

Text Example


Text Example

White with #E05087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05087; }

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

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

background-color css

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

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

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

border-color css

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

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

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