Html Css Color HEX #E05189 Dark Pink

📋 copy color: '#E05189'

red 224 ◦ green 81 ◦ blue 137

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

Shades of Dark Pink #E05189

Tints of Dark Pink #E05189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.33%

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

R = 50.68%
G = 18.33%
B = 31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E05189 (or 0xE05189) is known color: Dark Pink. HEX triplet: E0, 51 and 89. RGB value is (224,81,137). Sum of RGB (Red+Green+Blue) = 224+81+137=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E05189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05189 is #1FAE76. Grayscale: #828282. Windows color (decimal): -2076279 or 8999392. OLE color: 8999392.

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

Color convert

RGB 224 81 137 -
CMYK 0 0.64 0.39 0.12
HSL 336.5º 0.7% 0.6% -
HSV(B) 336.5º 0.64% 0.88% -
XYZ 38.2 23.54 26.2 -
YUV 130.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 224 81 137 0 0.64 0.39 0.12 336.5 0.7 0.6
Hex E0 51 89 0 40 27 C 151 46 3C
Octal 340 121 211 0 100 47 14 521 106 74
Binary 11100000 1010001 10001001 0 1000000 100111 1100 101010001 1000110 111100

Color Harmonies of #E05189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05189

Black with #E05189

Text Example


Text Example

White with #E05189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05189; }

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

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

background-color css

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

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

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

border-color css

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

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

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