Html Css Color HEX #E816A0 Hollywood Cerise

📋 copy color: '#E816A0'

red 232 ◦ green 22 ◦ blue 160

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

Shades of Hollywood Cerise #E816A0

Tints of Hollywood Cerise #E816A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.31%

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

R = 56.04%
G = 5.31%
B = 38.65%

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

#E816A0 (or 0xE816A0) is known color: Hollywood Cerise. HEX triplet: E8, 16 and A0. RGB value is (232,22,160). Sum of RGB (Red+Green+Blue) = 232+22+160=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E816A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E816A0 is #17E95F. Grayscale: #646464. Windows color (decimal): -1567072 or 10491624. OLE color: 10491624.

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

Color convert

RGB 232 22 160 -
CMYK 0 0.91 0.31 0.09
HSL 320.57º 0.83% 0.5% -
HSV(B) 320.57º 0.91% 0.91% -
XYZ 39.91 20.27 35.07 -
YUV 100.52 161.57 221.78 -
System Red Green Blue C M Y K H S L
Decimal 232 22 160 0 0.91 0.31 0.09 320.57 0.83 0.5
Hex E8 16 A0 0 5B 1F 9 141 53 32
Octal 350 26 240 0 133 37 11 501 123 62
Binary 11101000 10110 10100000 0 1011011 11111 1001 101000001 1010011 110010

Color Harmonies of #E816A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E816A0

Black with #E816A0

Text Example


Text Example

White with #E816A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E816A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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