Html Css Color HEX #E1019F Hollywood Cerise

📋 copy color: '#E1019F'

red 225 ◦ green 1 ◦ blue 159

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

Shades of Hollywood Cerise #E1019F

Tints of Hollywood Cerise #E1019F

RGB

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

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

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

R = 58.44%
G = 0.26%
B = 41.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1019F (or 0xE1019F) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 9F. RGB value is (225,1,159). Sum of RGB (Red+Green+Blue) = 225+1+159=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1019F is #1EFE60. Grayscale: #555555. Windows color (decimal): -2031201 or 10420705. OLE color: 10420705.

HSL color Cylindrical-coordinate representation of color #E1019F: hue angle of 317.68º 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 #E1019F is Cyan = 0, Magento = 1.00, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 159 -
CMYK 0 1.00 0.29 0.12
HSL 317.68º 0.99% 0.44% -
HSV(B) 317.68º 1% 0.88% -
XYZ 37.32 18.53 34.41 -
YUV 85.99 169.21 227.15 -
System Red Green Blue C M Y K H S L
Decimal 225 1 159 0 1.00 0.29 0.12 317.68 0.99 0.44
Hex E1 1 9F 0 64 1D C 13E 63 2C
Octal 341 1 237 0 144 35 14 476 143 54
Binary 11100001 1 10011111 0 1100100 11101 1100 100111110 1100011 101100

Color Harmonies of #E1019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1019F

Black with #E1019F

Text Example


Text Example

White with #E1019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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