Html Css Color HEX #E21998 Deep Pink

📋 copy color: '#E21998'

red 226 ◦ green 25 ◦ blue 152

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

Shades of Deep Pink #E21998

Tints of Deep Pink #E21998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.72%

R = 56.08%
G = 6.2%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E21998 (or 0xE21998) is known color: Deep Pink. HEX triplet: E2, 19 and 98. RGB value is (226,25,152). Sum of RGB (Red+Green+Blue) = 226+25+152=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E21998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21998 is #1DE667. Grayscale: #636363. Windows color (decimal): -1959528 or 9968098. OLE color: 9968098.

HSL color Cylindrical-coordinate representation of color #E21998: hue angle of 322.09º 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 #E21998 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 25 152 -
CMYK 0 0.89 0.33 0.11
HSL 322.09º 0.8% 0.49% -
HSV(B) 322.09º 0.89% 0.89% -
XYZ 37.38 19.13 31.43 -
YUV 99.58 157.59 218.17 -
System Red Green Blue C M Y K H S L
Decimal 226 25 152 0 0.89 0.33 0.11 322.09 0.8 0.49
Hex E2 19 98 0 59 21 B 142 50 31
Octal 342 31 230 0 131 41 13 502 120 61
Binary 11100010 11001 10011000 0 1011001 100001 1011 101000010 1010000 110001

Color Harmonies of #E21998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21998

Black with #E21998

Text Example


Text Example

White with #E21998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21998; }

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

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

background-color css

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

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

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

border-color css

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

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

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