Html Css Color HEX #E815A0 Hollywood Cerise

📋 copy color: '#E815A0'

red 232 ◦ green 21 ◦ blue 160

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

Shades of Hollywood Cerise #E815A0

Tints of Hollywood Cerise #E815A0

RGB

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

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

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

R = 56.17%
G = 5.08%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E815A0 (or 0xE815A0) is known color: Hollywood Cerise. HEX triplet: E8, 15 and A0. RGB value is (232,21,160). Sum of RGB (Red+Green+Blue) = 232+21+160=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E815A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E815A0 is #17EA5F. Grayscale: #636363. Windows color (decimal): -1567328 or 10491368. OLE color: 10491368.

HSL color Cylindrical-coordinate representation of color #E815A0: hue angle of 320.47º 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 #E815A0 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 21 160 -
CMYK 0 0.91 0.31 0.09
HSL 320.47º 0.83% 0.5% -
HSV(B) 320.47º 0.91% 0.91% -
XYZ 39.89 20.23 35.06 -
YUV 99.94 161.9 222.2 -
System Red Green Blue C M Y K H S L
Decimal 232 21 160 0 0.91 0.31 0.09 320.47 0.83 0.5
Hex E8 15 A0 0 5B 1F 9 140 53 32
Octal 350 25 240 0 133 37 11 500 123 62
Binary 11101000 10101 10100000 0 1011011 11111 1001 101000000 1010011 110010

Color Harmonies of #E815A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E815A0

Black with #E815A0

Text Example


Text Example

White with #E815A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E815A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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