Html Css Color HEX #E1008D Hollywood Cerise

📋 copy color: '#E1008D'

red 225 ◦ green 0 ◦ blue 141

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

Shades of Hollywood Cerise #E1008D

Tints of Hollywood Cerise #E1008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 61.48%
G = 0%
B = 38.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1008D (or 0xE1008D) is known color: Hollywood Cerise. HEX triplet: E1, 00 and 8D. RGB value is (225,0,141). Sum of RGB (Red+Green+Blue) = 225+0+141=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1008D is #1EFF72. Grayscale: #535353. Windows color (decimal): -2031475 or 9240801. OLE color: 9240801.

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

Color convert

RGB 225 0 141 -
CMYK 0 1 0.37 0.12
HSL 322.4º 1% 0.44% -
HSV(B) 322.4º 1% 0.88% -
XYZ 35.86 17.93 26.77 -
YUV 83.35 160.54 229.04 -
System Red Green Blue C M Y K H S L
Decimal 225 0 141 0 1 0.37 0.12 322.4 1 0.44
Hex E1 0 8D 0 64 25 C 142 64 2C
Octal 341 0 215 0 144 45 14 502 144 54
Binary 11100001 0 10001101 0 1100100 100101 1100 101000010 1100100 101100

Color Harmonies of #E1008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1008D

Black with #E1008D

Text Example


Text Example

White with #E1008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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