Html Css Color HEX #E419A2 Hollywood Cerise

📋 copy color: '#E419A2'

red 228 ◦ green 25 ◦ blue 162

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

Shades of Hollywood Cerise #E419A2

Tints of Hollywood Cerise #E419A2

RGB

 RED value IS 228 (89.45% from 255) = 54.94%

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

 BLUE value IS 162 (63.67% from 255) = 39.04%

R = 54.94%
G = 6.02%
B = 39.04%

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

#E419A2 (or 0xE419A2) is known color: Hollywood Cerise. HEX triplet: E4, 19 and A2. RGB value is (228,25,162). Sum of RGB (Red+Green+Blue) = 228+25+162=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E419A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E419A2 is #1BE65D. Grayscale: #646464. Windows color (decimal): -1828446 or 10623460. OLE color: 10623460.

HSL color Cylindrical-coordinate representation of color #E419A2: hue angle of 319.51º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E419A2 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 25 162 -
CMYK 0 0.89 0.29 0.11
HSL 319.51º 0.8% 0.5% -
HSV(B) 319.51º 0.89% 0.89% -
XYZ 38.86 19.8 35.96 -
YUV 101.32 162.25 218.36 -
System Red Green Blue C M Y K H S L
Decimal 228 25 162 0 0.89 0.29 0.11 319.51 0.8 0.5
Hex E4 19 A2 0 59 1D B 140 50 32
Octal 344 31 242 0 131 35 13 500 120 62
Binary 11100100 11001 10100010 0 1011001 11101 1011 101000000 1010000 110010

Color Harmonies of #E419A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E419A2

Black with #E419A2

Text Example


Text Example

White with #E419A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E419A2; }

 p { color: rgb(228,25,162); }

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

background-color css

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

 a { background-color: rgb(228,25,162); }

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

border-color css

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

 span { border-color: rgb(228,25,162); }

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