Html Css Color HEX #E110AE Hollywood Cerise

📋 copy color: '#E110AE'

red 225 ◦ green 16 ◦ blue 174

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

Shades of Hollywood Cerise #E110AE

Tints of Hollywood Cerise #E110AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 54.22%
G = 3.86%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E110AE (or 0xE110AE) is known color: Hollywood Cerise. HEX triplet: E1, 10 and AE. RGB value is (225,16,174). Sum of RGB (Red+Green+Blue) = 225+16+174=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E110AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E110AE is #1EEF51. Grayscale: #606060. Windows color (decimal): -2027346 or 11407585. OLE color: 11407585.

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

Color convert

RGB 225 16 174 -
CMYK 0 0.93 0.23 0.12
HSL 314.64º 0.87% 0.47% -
HSV(B) 314.64º 0.93% 0.88% -
XYZ 38.88 19.43 41.75 -
YUV 96.5 171.74 219.65 -
System Red Green Blue C M Y K H S L
Decimal 225 16 174 0 0.93 0.23 0.12 314.64 0.87 0.47
Hex E1 10 AE 0 5D 17 C 13B 57 2F
Octal 341 20 256 0 135 27 14 473 127 57
Binary 11100001 10000 10101110 0 1011101 10111 1100 100111011 1010111 101111

Color Harmonies of #E110AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E110AE

Black with #E110AE

Text Example


Text Example

White with #E110AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E110AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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