Html Css Color HEX #E8149A Hollywood Cerise

📋 copy color: '#E8149A'

red 232 ◦ green 20 ◦ blue 154

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

Shades of Hollywood Cerise #E8149A

Tints of Hollywood Cerise #E8149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.93%

R = 57.14%
G = 4.93%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E8149A (or 0xE8149A) is known color: Hollywood Cerise. HEX triplet: E8, 14 and 9A. RGB value is (232,20,154). Sum of RGB (Red+Green+Blue) = 232+20+154=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E8149A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8149A is #17EB65. Grayscale: #626262. Windows color (decimal): -1567590 or 10097896. OLE color: 10097896.

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

Color convert

RGB 232 20 154 -
CMYK 0 0.91 0.34 0.09
HSL 322.08º 0.84% 0.49% -
HSV(B) 322.08º 0.91% 0.91% -
XYZ 39.36 19.99 32.36 -
YUV 98.66 159.24 223.1 -
System Red Green Blue C M Y K H S L
Decimal 232 20 154 0 0.91 0.34 0.09 322.08 0.84 0.49
Hex E8 14 9A 0 5B 22 9 142 54 31
Octal 350 24 232 0 133 42 11 502 124 61
Binary 11101000 10100 10011010 0 1011011 100010 1001 101000010 1010100 110001

Color Harmonies of #E8149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8149A

Black with #E8149A

Text Example


Text Example

White with #E8149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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