Html Css Color HEX #E1009D Hollywood Cerise

📋 copy color: '#E1009D'

red 225 ◦ green 0 ◦ blue 157

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

Shades of Hollywood Cerise #E1009D

Tints of Hollywood Cerise #E1009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.9%
G = 0%
B = 41.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1009D (or 0xE1009D) is known color: Hollywood Cerise. HEX triplet: E1, 00 and 9D. RGB value is (225,0,157). Sum of RGB (Red+Green+Blue) = 225+0+157=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1009D is #1EFF62. Grayscale: #545454. Windows color (decimal): -2031459 or 10289377. OLE color: 10289377.

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

Color convert

RGB 225 0 157 -
CMYK 0 1 0.30 0.12
HSL 318.13º 1% 0.44% -
HSV(B) 318.13º 1% 0.88% -
XYZ 37.14 18.44 33.5 -
YUV 85.17 168.54 227.73 -
System Red Green Blue C M Y K H S L
Decimal 225 0 157 0 1 0.30 0.12 318.13 1 0.44
Hex E1 0 9D 0 64 1E C 13E 64 2C
Octal 341 0 235 0 144 36 14 476 144 54
Binary 11100001 0 10011101 0 1100100 11110 1100 100111110 1100100 101100

Color Harmonies of #E1009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1009D

Black with #E1009D

Text Example


Text Example

White with #E1009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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