Html Css Color HEX #E05287 Dark Pink

📋 copy color: '#E05287'

red 224 ◦ green 82 ◦ blue 135

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

Shades of Dark Pink #E05287

Tints of Dark Pink #E05287

RGB

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

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

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

R = 50.79%
G = 18.59%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E05287 (or 0xE05287) is known color: Dark Pink. HEX triplet: E0, 52 and 87. RGB value is (224,82,135). Sum of RGB (Red+Green+Blue) = 224+82+135=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E05287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05287 is #1FAD78. Grayscale: #828282. Windows color (decimal): -2076025 or 8868576. OLE color: 8868576.

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

Color convert

RGB 224 82 135 -
CMYK 0 0.63 0.40 0.12
HSL 337.61º 0.7% 0.6% -
HSV(B) 337.61º 0.63% 0.88% -
XYZ 38.13 23.63 25.47 -
YUV 130.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 224 82 135 0 0.63 0.40 0.12 337.61 0.7 0.6
Hex E0 52 87 0 3F 28 C 152 46 3C
Octal 340 122 207 0 77 50 14 522 106 74
Binary 11100000 1010010 10000111 0 111111 101000 1100 101010010 1000110 111100

Color Harmonies of #E05287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05287

Black with #E05287

Text Example


Text Example

White with #E05287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05287; }

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

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

background-color css

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

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

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

border-color css

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

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

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