Html Css Color HEX #E110AD Hollywood Cerise

📋 copy color: '#E110AD'

red 225 ◦ green 16 ◦ blue 173

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

Shades of Hollywood Cerise #E110AD

Tints of Hollywood Cerise #E110AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 54.35%
G = 3.86%
B = 41.79%

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

#E110AD (or 0xE110AD) is known color: Hollywood Cerise. HEX triplet: E1, 10 and AD. RGB value is (225,16,173). Sum of RGB (Red+Green+Blue) = 225+16+173=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E110AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E110AD is #1EEF52. Grayscale: #5F5F5F. Windows color (decimal): -2027347 or 11342049. OLE color: 11342049.

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

Color convert

RGB 225 16 173 -
CMYK 0 0.93 0.23 0.12
HSL 314.93º 0.87% 0.47% -
HSV(B) 314.93º 0.93% 0.88% -
XYZ 38.78 19.4 41.23 -
YUV 96.39 171.24 219.73 -
System Red Green Blue C M Y K H S L
Decimal 225 16 173 0 0.93 0.23 0.12 314.93 0.87 0.47
Hex E1 10 AD 0 5D 17 C 13B 57 2F
Octal 341 20 255 0 135 27 14 473 127 57
Binary 11100001 10000 10101101 0 1011101 10111 1100 100111011 1010111 101111

Color Harmonies of #E110AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E110AD

Black with #E110AD

Text Example


Text Example

White with #E110AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E110AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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