Html Css Color HEX #E21299 Hollywood Cerise

📋 copy color: '#E21299'

red 226 ◦ green 18 ◦ blue 153

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

Shades of Hollywood Cerise #E21299

Tints of Hollywood Cerise #E21299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.53%

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

R = 56.93%
G = 4.53%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E21299 (or 0xE21299) is known color: Hollywood Cerise. HEX triplet: E2, 12 and 99. RGB value is (226,18,153). Sum of RGB (Red+Green+Blue) = 226+18+153=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E21299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21299 is #1DED66. Grayscale: #5F5F5F. Windows color (decimal): -1961319 or 10031842. OLE color: 10031842.

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

Color convert

RGB 226 18 153 -
CMYK 0 0.92 0.32 0.11
HSL 321.06º 0.85% 0.48% -
HSV(B) 321.06º 0.92% 0.89% -
XYZ 37.33 18.9 31.82 -
YUV 95.58 160.41 221.02 -
System Red Green Blue C M Y K H S L
Decimal 226 18 153 0 0.92 0.32 0.11 321.06 0.85 0.48
Hex E2 12 99 0 5C 20 B 141 55 30
Octal 342 22 231 0 134 40 13 501 125 60
Binary 11100010 10010 10011001 0 1011100 100000 1011 101000001 1010101 110000

Color Harmonies of #E21299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21299

Black with #E21299

Text Example


Text Example

White with #E21299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21299; }

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

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

background-color css

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

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

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

border-color css

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

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

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