Html Css Color HEX #E21996 Deep Pink

📋 copy color: '#E21996'

red 226 ◦ green 25 ◦ blue 150

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

Shades of Deep Pink #E21996

Tints of Deep Pink #E21996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 56.36%
G = 6.23%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E21996 (or 0xE21996) is known color: Deep Pink. HEX triplet: E2, 19 and 96. RGB value is (226,25,150). Sum of RGB (Red+Green+Blue) = 226+25+150=401 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.36% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 226 - color contains mainly: red. Hex color #E21996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21996 is #1DE669. Grayscale: #636363. Windows color (decimal): -1959530 or 9837026. OLE color: 9837026.

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

Color convert

RGB 226 25 150 -
CMYK 0 0.89 0.34 0.11
HSL 322.69º 0.8% 0.49% -
HSV(B) 322.69º 0.89% 0.89% -
XYZ 37.22 19.07 30.57 -
YUV 99.35 156.59 218.34 -
System Red Green Blue C M Y K H S L
Decimal 226 25 150 0 0.89 0.34 0.11 322.69 0.8 0.49
Hex E2 19 96 0 59 22 B 143 50 31
Octal 342 31 226 0 131 42 13 503 120 61
Binary 11100010 11001 10010110 0 1011001 100010 1011 101000011 1010000 110001

Color Harmonies of #E21996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21996

Black with #E21996

Text Example


Text Example

White with #E21996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21996; }

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

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

background-color css

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

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

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

border-color css

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

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

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