Html Css Color HEX #E1018A Hollywood Cerise

📋 copy color: '#E1018A'

red 225 ◦ green 1 ◦ blue 138

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

Shades of Hollywood Cerise #E1018A

Tints of Hollywood Cerise #E1018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 61.81%
G = 0.27%
B = 37.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1018A (or 0xE1018A) is known color: Hollywood Cerise. HEX triplet: E1, 01 and 8A. RGB value is (225,1,138). Sum of RGB (Red+Green+Blue) = 225+1+138=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E1018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1018A is #1EFE75. Grayscale: #535353. Windows color (decimal): -2031222 or 9044449. OLE color: 9044449.

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

Color convert

RGB 225 1 138 -
CMYK 0 1.00 0.39 0.12
HSL 323.3º 0.99% 0.44% -
HSV(B) 323.3º 1% 0.88% -
XYZ 35.65 17.86 25.61 -
YUV 83.59 158.71 228.86 -
System Red Green Blue C M Y K H S L
Decimal 225 1 138 0 1.00 0.39 0.12 323.3 0.99 0.44
Hex E1 1 8A 0 64 27 C 143 63 2C
Octal 341 1 212 0 144 47 14 503 143 54
Binary 11100001 1 10001010 0 1100100 100111 1100 101000011 1100011 101100

Color Harmonies of #E1018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1018A

Black with #E1018A

Text Example


Text Example

White with #E1018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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