Html Css Color HEX #E05288 Dark Pink

📋 copy color: '#E05288'

red 224 ◦ green 82 ◦ blue 136

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

Shades of Dark Pink #E05288

Tints of Dark Pink #E05288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.55%

 BLUE value IS 136 (53.52% from 255) = 30.77%

R = 50.68%
G = 18.55%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E05288 (or 0xE05288) is known color: Dark Pink. HEX triplet: E0, 52 and 88. RGB value is (224,82,136). Sum of RGB (Red+Green+Blue) = 224+82+136=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E05288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05288 is #1FAD77. Grayscale: #828282. Windows color (decimal): -2076024 or 8934112. OLE color: 8934112.

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

Color convert

RGB 224 82 136 -
CMYK 0 0.63 0.39 0.12
HSL 337.18º 0.7% 0.6% -
HSV(B) 337.18º 0.63% 0.88% -
XYZ 38.2 23.66 25.85 -
YUV 130.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 224 82 136 0 0.63 0.39 0.12 337.18 0.7 0.6
Hex E0 52 88 0 3F 27 C 151 46 3C
Octal 340 122 210 0 77 47 14 521 106 74
Binary 11100000 1010010 10001000 0 111111 100111 1100 101010001 1000110 111100

Color Harmonies of #E05288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05288

Black with #E05288

Text Example


Text Example

White with #E05288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05288; }

 p { color: rgb(224,82,136); }

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

background-color css

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

 a { background-color: rgb(224,82,136); }

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

border-color css

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

 span { border-color: rgb(224,82,136); }

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