Html Css Color HEX #E8019F Hollywood Cerise

📋 copy color: '#E8019F'

red 232 ◦ green 1 ◦ blue 159

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

Shades of Hollywood Cerise #E8019F

Tints of Hollywood Cerise #E8019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 59.18%
G = 0.26%
B = 40.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E8019F (or 0xE8019F) is known color: Hollywood Cerise. HEX triplet: E8, 01 and 9F. RGB value is (232,1,159). Sum of RGB (Red+Green+Blue) = 232+1+159=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E8019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8019F is #17FE60. Grayscale: #575757. Windows color (decimal): -1572449 or 10420712. OLE color: 10420712.

HSL color Cylindrical-coordinate representation of color #E8019F: hue angle of 318.96º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8019F is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 1 159 -
CMYK 0 1.00 0.31 0.09
HSL 318.96º 0.99% 0.46% -
HSV(B) 318.96º 1% 0.91% -
XYZ 39.55 19.68 34.52 -
YUV 88.08 168.03 230.65 -
System Red Green Blue C M Y K H S L
Decimal 232 1 159 0 1.00 0.31 0.09 318.96 0.99 0.46
Hex E8 1 9F 0 64 1F 9 13F 63 2E
Octal 350 1 237 0 144 37 11 477 143 56
Binary 11101000 1 10011111 0 1100100 11111 1001 100111111 1100011 101110

Color Harmonies of #E8019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8019F

Black with #E8019F

Text Example


Text Example

White with #E8019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8019F; }

 p { color: rgb(232,1,159); }

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

background-color css

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

 a { background-color: rgb(232,1,159); }

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

border-color css

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

 span { border-color: rgb(232,1,159); }

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