Html Css Color HEX #E8149E Hollywood Cerise

📋 copy color: '#E8149E'

red 232 ◦ green 20 ◦ blue 158

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

Shades of Hollywood Cerise #E8149E

Tints of Hollywood Cerise #E8149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.54%

R = 56.59%
G = 4.88%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E8149E (or 0xE8149E) is known color: Hollywood Cerise. HEX triplet: E8, 14 and 9E. RGB value is (232,20,158). Sum of RGB (Red+Green+Blue) = 232+20+158=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E8149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8149E is #17EB61. Grayscale: #626262. Windows color (decimal): -1567586 or 10360040. OLE color: 10360040.

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

Color convert

RGB 232 20 158 -
CMYK 0 0.91 0.32 0.09
HSL 320.94º 0.84% 0.49% -
HSV(B) 320.94º 0.91% 0.91% -
XYZ 39.7 20.12 34.14 -
YUV 99.12 161.24 222.78 -
System Red Green Blue C M Y K H S L
Decimal 232 20 158 0 0.91 0.32 0.09 320.94 0.84 0.49
Hex E8 14 9E 0 5B 20 9 141 54 31
Octal 350 24 236 0 133 40 11 501 124 61
Binary 11101000 10100 10011110 0 1011011 100000 1001 101000001 1010100 110001

Color Harmonies of #E8149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8149E

Black with #E8149E

Text Example


Text Example

White with #E8149E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8149E; }

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

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

background-color css

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

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

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

border-color css

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

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

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