Html Css Color HEX #E112AF Hollywood Cerise

📋 copy color: '#E112AF'

red 225 ◦ green 18 ◦ blue 175

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

Shades of Hollywood Cerise #E112AF

Tints of Hollywood Cerise #E112AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 53.83%
G = 4.31%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E112AF (or 0xE112AF) is known color: Hollywood Cerise. HEX triplet: E1, 12 and AF. RGB value is (225,18,175). Sum of RGB (Red+Green+Blue) = 225+18+175=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E112AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E112AF is #1EED50. Grayscale: #616161. Windows color (decimal): -2026833 or 11473633. OLE color: 11473633.

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

Color convert

RGB 225 18 175 -
CMYK 0 0.92 0.22 0.12
HSL 314.49º 0.85% 0.48% -
HSV(B) 314.49º 0.92% 0.88% -
XYZ 39.01 19.54 42.27 -
YUV 97.79 171.58 218.73 -
System Red Green Blue C M Y K H S L
Decimal 225 18 175 0 0.92 0.22 0.12 314.49 0.85 0.48
Hex E1 12 AF 0 5C 16 C 13A 55 30
Octal 341 22 257 0 134 26 14 472 125 60
Binary 11100001 10010 10101111 0 1011100 10110 1100 100111010 1010101 110000

Color Harmonies of #E112AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112AF

Black with #E112AF

Text Example


Text Example

White with #E112AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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