Html Css Color HEX #E112AD Hollywood Cerise

📋 copy color: '#E112AD'

red 225 ◦ green 18 ◦ blue 173

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

Shades of Hollywood Cerise #E112AD

Tints of Hollywood Cerise #E112AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.33%

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

R = 54.09%
G = 4.33%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E112AD (or 0xE112AD) is known color: Hollywood Cerise. HEX triplet: E1, 12 and AD. RGB value is (225,18,173). Sum of RGB (Red+Green+Blue) = 225+18+173=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E112AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E112AD is #1EED52. Grayscale: #616161. Windows color (decimal): -2026835 or 11342561. OLE color: 11342561.

HSL color Cylindrical-coordinate representation of color #E112AD: hue angle of 315.07º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E112AD is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 18 173 -
CMYK 0 0.92 0.23 0.12
HSL 315.07º 0.85% 0.48% -
HSV(B) 315.07º 0.92% 0.88% -
XYZ 38.81 19.46 41.25 -
YUV 97.56 170.58 218.9 -
System Red Green Blue C M Y K H S L
Decimal 225 18 173 0 0.92 0.23 0.12 315.07 0.85 0.48
Hex E1 12 AD 0 5C 17 C 13B 55 30
Octal 341 22 255 0 134 27 14 473 125 60
Binary 11100001 10010 10101101 0 1011100 10111 1100 100111011 1010101 110000

Color Harmonies of #E112AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112AD

Black with #E112AD

Text Example


Text Example

White with #E112AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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