Html Css Color HEX #E1019C Hollywood Cerise

📋 copy color: '#E1019C'

red 225 ◦ green 1 ◦ blue 156

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

Shades of Hollywood Cerise #E1019C

Tints of Hollywood Cerise #E1019C

RGB

 RED value IS 225 (88.28% from 255) = 58.9%

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

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 58.9%
G = 0.26%
B = 40.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1019C (or 0xE1019C) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 9C. RGB value is (225,1,156). Sum of RGB (Red+Green+Blue) = 225+1+156=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1019C is #1EFE63. Grayscale: #555555. Windows color (decimal): -2031204 or 10224097. OLE color: 10224097.

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

Color convert

RGB 225 1 156 -
CMYK 0 1.00 0.31 0.12
HSL 318.48º 0.99% 0.44% -
HSV(B) 318.48º 1% 0.88% -
XYZ 37.06 18.43 33.06 -
YUV 85.65 167.71 227.4 -
System Red Green Blue C M Y K H S L
Decimal 225 1 156 0 1.00 0.31 0.12 318.48 0.99 0.44
Hex E1 1 9C 0 64 1F C 13E 63 2C
Octal 341 1 234 0 144 37 14 476 143 54
Binary 11100001 1 10011100 0 1100100 11111 1100 100111110 1100011 101100

Color Harmonies of #E1019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1019C

Black with #E1019C

Text Example


Text Example

White with #E1019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1019C; }

 p { color: rgb(225,1,156); }

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

background-color css

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

 a { background-color: rgb(225,1,156); }

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

border-color css

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

 span { border-color: rgb(225,1,156); }

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