Html Css Color HEX #E05389 Dark Pink

📋 copy color: '#E05389'

red 224 ◦ green 83 ◦ blue 137

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

Shades of Dark Pink #E05389

Tints of Dark Pink #E05389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.86%

R = 50.45%
G = 18.69%
B = 30.86%

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

#E05389 (or 0xE05389) is known color: Dark Pink. HEX triplet: E0, 53 and 89. RGB value is (224,83,137). Sum of RGB (Red+Green+Blue) = 224+83+137=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E05389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05389 is #1FAC76. Grayscale: #838383. Windows color (decimal): -2075767 or 8999904. OLE color: 8999904.

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

Color convert

RGB 224 83 137 -
CMYK 0 0.63 0.39 0.12
HSL 337.02º 0.69% 0.6% -
HSV(B) 337.02º 0.63% 0.88% -
XYZ 38.35 23.84 26.25 -
YUV 131.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 224 83 137 0 0.63 0.39 0.12 337.02 0.69 0.6
Hex E0 53 89 0 3F 27 C 151 45 3C
Octal 340 123 211 0 77 47 14 521 105 74
Binary 11100000 1010011 10001001 0 111111 100111 1100 101010001 1000101 111100

Color Harmonies of #E05389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05389

Black with #E05389

Text Example


Text Example

White with #E05389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05389; }

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

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

background-color css

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

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

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

border-color css

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

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

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