Html Css Color HEX #E815A2 Hollywood Cerise

📋 copy color: '#E815A2'

red 232 ◦ green 21 ◦ blue 162

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

Shades of Hollywood Cerise #E815A2

Tints of Hollywood Cerise #E815A2

RGB

 RED value IS 232 (91.02% from 255) = 55.9%

 GREEN value IS 21 (8.59% from 255) = 5.06%

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

R = 55.9%
G = 5.06%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E815A2 (or 0xE815A2) is known color: Hollywood Cerise. HEX triplet: E8, 15 and A2. RGB value is (232,21,162). Sum of RGB (Red+Green+Blue) = 232+21+162=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E815A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E815A2 is #17EA5D. Grayscale: #636363. Windows color (decimal): -1567326 or 10622440. OLE color: 10622440.

HSL color Cylindrical-coordinate representation of color #E815A2: hue angle of 319.91º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E815A2 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 21 162 -
CMYK 0 0.91 0.30 0.09
HSL 319.91º 0.83% 0.5% -
HSV(B) 319.91º 0.91% 0.91% -
XYZ 40.07 20.3 35.99 -
YUV 100.16 162.9 222.04 -
System Red Green Blue C M Y K H S L
Decimal 232 21 162 0 0.91 0.30 0.09 319.91 0.83 0.5
Hex E8 15 A2 0 5B 1E 9 140 53 32
Octal 350 25 242 0 133 36 11 500 123 62
Binary 11101000 10101 10100010 0 1011011 11110 1001 101000000 1010011 110010

Color Harmonies of #E815A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E815A2

Black with #E815A2

Text Example


Text Example

White with #E815A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E815A2; }

 p { color: rgb(232,21,162); }

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

background-color css

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

 a { background-color: rgb(232,21,162); }

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

border-color css

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

 span { border-color: rgb(232,21,162); }

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