Html Css Color HEX #E21991 Deep Cerise

📋 copy color: '#E21991'

red 226 ◦ green 25 ◦ blue 145

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

Shades of Deep Cerise #E21991

Tints of Deep Cerise #E21991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.62%

R = 57.07%
G = 6.31%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E21991 (or 0xE21991) is known color: Deep Cerise. HEX triplet: E2, 19 and 91. RGB value is (226,25,145). Sum of RGB (Red+Green+Blue) = 226+25+145=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E21991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21991 is #1DE66E. Grayscale: #626262. Windows color (decimal): -1959535 or 9509346. OLE color: 9509346.

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

Color convert

RGB 226 25 145 -
CMYK 0 0.89 0.36 0.11
HSL 324.18º 0.8% 0.49% -
HSV(B) 324.18º 0.89% 0.89% -
XYZ 36.82 18.91 28.5 -
YUV 98.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 226 25 145 0 0.89 0.36 0.11 324.18 0.8 0.49
Hex E2 19 91 0 59 24 B 144 50 31
Octal 342 31 221 0 131 44 13 504 120 61
Binary 11100010 11001 10010001 0 1011001 100100 1011 101000100 1010000 110001

Color Harmonies of #E21991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21991

Black with #E21991

Text Example


Text Example

White with #E21991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21991; }

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

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

background-color css

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

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

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

border-color css

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

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

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