Html Css Color HEX #E219A0 Hollywood Cerise

📋 copy color: '#E219A0'

red 226 ◦ green 25 ◦ blue 160

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

Shades of Hollywood Cerise #E219A0

Tints of Hollywood Cerise #E219A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 54.99%
G = 6.08%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E219A0 (or 0xE219A0) is known color: Hollywood Cerise. HEX triplet: E2, 19 and A0. RGB value is (226,25,160). Sum of RGB (Red+Green+Blue) = 226+25+160=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E219A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E219A0 is #1DE65F. Grayscale: #646464. Windows color (decimal): -1959520 or 10492386. OLE color: 10492386.

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

Color convert

RGB 226 25 160 -
CMYK 0 0.89 0.29 0.11
HSL 319.7º 0.8% 0.49% -
HSV(B) 319.7º 0.89% 0.89% -
XYZ 38.06 19.4 35 -
YUV 100.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 226 25 160 0 0.89 0.29 0.11 319.7 0.8 0.49
Hex E2 19 A0 0 59 1D B 140 50 31
Octal 342 31 240 0 131 35 13 500 120 61
Binary 11100010 11001 10100000 0 1011001 11101 1011 101000000 1010000 110001

Color Harmonies of #E219A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E219A0

Black with #E219A0

Text Example


Text Example

White with #E219A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E219A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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