Html Css Color HEX #E1018F Hollywood Cerise

📋 copy color: '#E1018F'

red 225 ◦ green 1 ◦ blue 143

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

Shades of Hollywood Cerise #E1018F

Tints of Hollywood Cerise #E1018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 60.98%
G = 0.27%
B = 38.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1018F (or 0xE1018F) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 8F. RGB value is (225,1,143). Sum of RGB (Red+Green+Blue) = 225+1+143=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1018F is #1EFE70. Grayscale: #535353. Windows color (decimal): -2031217 or 9372129. OLE color: 9372129.

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

Color convert

RGB 225 1 143 -
CMYK 0 1.00 0.36 0.12
HSL 321.96º 0.99% 0.44% -
HSV(B) 321.96º 1% 0.88% -
XYZ 36.02 18.01 27.56 -
YUV 84.16 161.21 228.45 -
System Red Green Blue C M Y K H S L
Decimal 225 1 143 0 1.00 0.36 0.12 321.96 0.99 0.44
Hex E1 1 8F 0 64 24 C 142 63 2C
Octal 341 1 217 0 144 44 14 502 143 54
Binary 11100001 1 10001111 0 1100100 100100 1100 101000010 1100011 101100

Color Harmonies of #E1018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1018F

Black with #E1018F

Text Example


Text Example

White with #E1018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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