Html Css Color HEX #E1019D Hollywood Cerise

📋 copy color: '#E1019D'

red 225 ◦ green 1 ◦ blue 157

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

Shades of Hollywood Cerise #E1019D

Tints of Hollywood Cerise #E1019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 58.75%
G = 0.26%
B = 40.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1019D (or 0xE1019D) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 9D. RGB value is (225,1,157). Sum of RGB (Red+Green+Blue) = 225+1+157=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1019D is #1EFE62. Grayscale: #555555. Windows color (decimal): -2031203 or 10289633. OLE color: 10289633.

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

Color convert

RGB 225 1 157 -
CMYK 0 1.00 0.30 0.12
HSL 318.21º 0.99% 0.44% -
HSV(B) 318.21º 1% 0.88% -
XYZ 37.15 18.46 33.5 -
YUV 85.76 168.21 227.32 -
System Red Green Blue C M Y K H S L
Decimal 225 1 157 0 1.00 0.30 0.12 318.21 0.99 0.44
Hex E1 1 9D 0 64 1E C 13E 63 2C
Octal 341 1 235 0 144 36 14 476 143 54
Binary 11100001 1 10011101 0 1100100 11110 1100 100111110 1100011 101100

Color Harmonies of #E1019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1019D

Black with #E1019D

Text Example


Text Example

White with #E1019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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