Html Css Color HEX #E8149B Hollywood Cerise

📋 copy color: '#E8149B'

red 232 ◦ green 20 ◦ blue 155

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

Shades of Hollywood Cerise #E8149B

Tints of Hollywood Cerise #E8149B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 57%
G = 4.91%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E8149B (or 0xE8149B) is known color: Hollywood Cerise. HEX triplet: E8, 14 and 9B. RGB value is (232,20,155). Sum of RGB (Red+Green+Blue) = 232+20+155=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E8149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8149B is #17EB64. Grayscale: #626262. Windows color (decimal): -1567589 or 10163432. OLE color: 10163432.

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

Color convert

RGB 232 20 155 -
CMYK 0 0.91 0.33 0.09
HSL 321.79º 0.84% 0.49% -
HSV(B) 321.79º 0.91% 0.91% -
XYZ 39.45 20.02 32.8 -
YUV 98.78 159.74 223.02 -
System Red Green Blue C M Y K H S L
Decimal 232 20 155 0 0.91 0.33 0.09 321.79 0.84 0.49
Hex E8 14 9B 0 5B 21 9 142 54 31
Octal 350 24 233 0 133 41 11 502 124 61
Binary 11101000 10100 10011011 0 1011011 100001 1001 101000010 1010100 110001

Color Harmonies of #E8149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8149B

Black with #E8149B

Text Example


Text Example

White with #E8149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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