Html Css Color HEX #E814A8 Hollywood Cerise

📋 copy color: '#E814A8'

red 232 ◦ green 20 ◦ blue 168

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

Shades of Hollywood Cerise #E814A8

Tints of Hollywood Cerise #E814A8

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.76%

 BLUE value IS 168 (66.02% from 255) = 40%

R = 55.24%
G = 4.76%
B = 40%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E814A8 (or 0xE814A8) is known color: Hollywood Cerise. HEX triplet: E8, 14 and A8. RGB value is (232,20,168). Sum of RGB (Red+Green+Blue) = 232+20+168=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E814A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E814A8 is #17EB57. Grayscale: #636363. Windows color (decimal): -1567576 or 11015400. OLE color: 11015400.

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

Color convert

RGB 232 20 168 -
CMYK 0 0.91 0.28 0.09
HSL 318.11º 0.84% 0.49% -
HSV(B) 318.11º 0.91% 0.91% -
XYZ 40.6 20.48 38.86 -
YUV 100.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 232 20 168 0 0.91 0.28 0.09 318.11 0.84 0.49
Hex E8 14 A8 0 5B 1C 9 13E 54 31
Octal 350 24 250 0 133 34 11 476 124 61
Binary 11101000 10100 10101000 0 1011011 11100 1001 100111110 1010100 110001

Color Harmonies of #E814A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E814A8

Black with #E814A8

Text Example


Text Example

White with #E814A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E814A8; }

 p { color: rgb(232,20,168); }

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

background-color css

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

 a { background-color: rgb(232,20,168); }

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

border-color css

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

 span { border-color: rgb(232,20,168); }

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