Html Css Color HEX #E110AB Hollywood Cerise

📋 copy color: '#E110AB'

red 225 ◦ green 16 ◦ blue 171

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

Shades of Hollywood Cerise #E110AB

Tints of Hollywood Cerise #E110AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.88%

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 54.61%
G = 3.88%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E110AB (or 0xE110AB) is known color: Hollywood Cerise. HEX triplet: E1, 10 and AB. RGB value is (225,16,171). Sum of RGB (Red+Green+Blue) = 225+16+171=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E110AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E110AB is #1EEF54. Grayscale: #5F5F5F. Windows color (decimal): -2027349 or 11210977. OLE color: 11210977.

HSL color Cylindrical-coordinate representation of color #E110AB: hue angle of 315.5º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E110AB is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 171 -
CMYK 0 0.93 0.24 0.12
HSL 315.5º 0.87% 0.47% -
HSV(B) 315.5º 0.93% 0.88% -
XYZ 38.59 19.32 40.22 -
YUV 96.16 170.24 219.9 -
System Red Green Blue C M Y K H S L
Decimal 225 16 171 0 0.93 0.24 0.12 315.5 0.87 0.47
Hex E1 10 AB 0 5D 18 C 13C 57 2F
Octal 341 20 253 0 135 30 14 474 127 57
Binary 11100001 10000 10101011 0 1011101 11000 1100 100111100 1010111 101111

Color Harmonies of #E110AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E110AB

Black with #E110AB

Text Example


Text Example

White with #E110AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E110AB; }

 p { color: rgb(225,16,171); }

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

background-color css

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

 a { background-color: rgb(225,16,171); }

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

border-color css

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

 span { border-color: rgb(225,16,171); }

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