Html Css Color HEX #E21999 Deep Pink

📋 copy color: '#E21999'

red 226 ◦ green 25 ◦ blue 153

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

Shades of Deep Pink #E21999

Tints of Deep Pink #E21999

RGB

 RED value IS 226 (88.67% from 255) = 55.94%

 GREEN value IS 25 (10.16% from 255) = 6.19%

 BLUE value IS 153 (60.16% from 255) = 37.87%

R = 55.94%
G = 6.19%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E21999 (or 0xE21999) is known color: Deep Pink. HEX triplet: E2, 19 and 99. RGB value is (226,25,153). Sum of RGB (Red+Green+Blue) = 226+25+153=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E21999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21999 is #1DE666. Grayscale: #636363. Windows color (decimal): -1959527 or 10033634. OLE color: 10033634.

HSL color Cylindrical-coordinate representation of color #E21999: hue angle of 321.79º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E21999 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 25 153 -
CMYK 0 0.89 0.32 0.11
HSL 321.79º 0.8% 0.49% -
HSV(B) 321.79º 0.89% 0.89% -
XYZ 37.46 19.16 31.86 -
YUV 99.69 158.09 218.09 -
System Red Green Blue C M Y K H S L
Decimal 226 25 153 0 0.89 0.32 0.11 321.79 0.8 0.49
Hex E2 19 99 0 59 20 B 142 50 31
Octal 342 31 231 0 131 40 13 502 120 61
Binary 11100010 11001 10011001 0 1011001 100000 1011 101000010 1010000 110001

Color Harmonies of #E21999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21999

Black with #E21999

Text Example


Text Example

White with #E21999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21999; }

 p { color: rgb(226,25,153); }

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

background-color css

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

 a { background-color: rgb(226,25,153); }

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

border-color css

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

 span { border-color: rgb(226,25,153); }

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