Html Css Color HEX #E1018D Hollywood Cerise

📋 copy color: '#E1018D'

red 225 ◦ green 1 ◦ blue 141

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

Shades of Hollywood Cerise #E1018D

Tints of Hollywood Cerise #E1018D

RGB

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

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

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

R = 61.31%
G = 0.27%
B = 38.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1018D (or 0xE1018D) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 8D. RGB value is (225,1,141). Sum of RGB (Red+Green+Blue) = 225+1+141=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1018D is #1EFE72. Grayscale: #535353. Windows color (decimal): -2031219 or 9241057. OLE color: 9241057.

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

Color convert

RGB 225 1 141 -
CMYK 0 1.00 0.37 0.12
HSL 322.5º 0.99% 0.44% -
HSV(B) 322.5º 1% 0.88% -
XYZ 35.87 17.95 26.77 -
YUV 83.94 160.21 228.62 -
System Red Green Blue C M Y K H S L
Decimal 225 1 141 0 1.00 0.37 0.12 322.5 0.99 0.44
Hex E1 1 8D 0 64 25 C 142 63 2C
Octal 341 1 215 0 144 45 14 502 143 54
Binary 11100001 1 10001101 0 1100100 100101 1100 101000010 1100011 101100

Color Harmonies of #E1018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1018D

Black with #E1018D

Text Example


Text Example

White with #E1018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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