Html Css Color HEX #E05387 Dark Pink

📋 copy color: '#E05387'

red 224 ◦ green 83 ◦ blue 135

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

Shades of Dark Pink #E05387

Tints of Dark Pink #E05387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.78%

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

R = 50.68%
G = 18.78%
B = 30.54%

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

#E05387 (or 0xE05387) is known color: Dark Pink. HEX triplet: E0, 53 and 87. RGB value is (224,83,135). Sum of RGB (Red+Green+Blue) = 224+83+135=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E05387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05387 is #1FAC78. Grayscale: #838383. Windows color (decimal): -2075769 or 8868832. OLE color: 8868832.

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

Color convert

RGB 224 83 135 -
CMYK 0 0.63 0.40 0.12
HSL 337.87º 0.69% 0.6% -
HSV(B) 337.87º 0.63% 0.88% -
XYZ 38.21 23.78 25.5 -
YUV 131.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 224 83 135 0 0.63 0.40 0.12 337.87 0.69 0.6
Hex E0 53 87 0 3F 28 C 152 45 3C
Octal 340 123 207 0 77 50 14 522 105 74
Binary 11100000 1010011 10000111 0 111111 101000 1100 101010010 1000101 111100

Color Harmonies of #E05387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05387

Black with #E05387

Text Example


Text Example

White with #E05387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05387; }

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

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

background-color css

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

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

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

border-color css

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

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

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