Html Css Color HEX #E1008C Hollywood Cerise

📋 copy color: '#E1008C'

red 225 ◦ green 0 ◦ blue 140

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

Shades of Hollywood Cerise #E1008C

Tints of Hollywood Cerise #E1008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.36%

R = 61.64%
G = 0%
B = 38.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1008C (or 0xE1008C) is known color: Hollywood Cerise. HEX triplet: E1, 00 and 8C. RGB value is (225,0,140). Sum of RGB (Red+Green+Blue) = 225+0+140=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1008C is #1EFF73. Grayscale: #525252. Windows color (decimal): -2031476 or 9175265. OLE color: 9175265.

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

Color convert

RGB 225 0 140 -
CMYK 0 1 0.38 0.12
HSL 322.67º 1% 0.44% -
HSV(B) 322.67º 1% 0.88% -
XYZ 35.78 17.9 26.38 -
YUV 83.24 160.04 229.12 -
System Red Green Blue C M Y K H S L
Decimal 225 0 140 0 1 0.38 0.12 322.67 1 0.44
Hex E1 0 8C 0 64 26 C 143 64 2C
Octal 341 0 214 0 144 46 14 503 144 54
Binary 11100001 0 10001100 0 1100100 100110 1100 101000011 1100100 101100

Color Harmonies of #E1008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1008C

Black with #E1008C

Text Example


Text Example

White with #E1008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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