Html Css Color HEX #E05990 Dark Pink

📋 copy color: '#E05990'

red 224 ◦ green 89 ◦ blue 144

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

Shades of Dark Pink #E05990

Tints of Dark Pink #E05990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.47%

 BLUE value IS 144 (56.64% from 255) = 31.51%

R = 49.02%
G = 19.47%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E05990 (or 0xE05990) is known color: Dark Pink. HEX triplet: E0, 59 and 90. RGB value is (224,89,144). Sum of RGB (Red+Green+Blue) = 224+89+144=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E05990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05990 is #1FA66F. Grayscale: #878787. Windows color (decimal): -2074224 or 9460192. OLE color: 9460192.

HSL color Cylindrical-coordinate representation of color #E05990: hue angle of 335.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05990 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 89 144 -
CMYK 0 0.60 0.36 0.12
HSL 335.56º 0.69% 0.61% -
HSV(B) 335.56º 0.6% 0.88% -
XYZ 39.35 25.01 29.14 -
YUV 135.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 224 89 144 0 0.60 0.36 0.12 335.56 0.69 0.61
Hex E0 59 90 0 3C 24 C 150 45 3D
Octal 340 131 220 0 74 44 14 520 105 75
Binary 11100000 1011001 10010000 0 111100 100100 1100 101010000 1000101 111101

Color Harmonies of #E05990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05990

Black with #E05990

Text Example


Text Example

White with #E05990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05990; }

 p { color: rgb(224,89,144); }

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

background-color css

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

 a { background-color: rgb(224,89,144); }

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

border-color css

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

 span { border-color: rgb(224,89,144); }

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