Html Css Color HEX #E112A7 Hollywood Cerise

📋 copy color: '#E112A7'

red 225 ◦ green 18 ◦ blue 167

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

Shades of Hollywood Cerise #E112A7

Tints of Hollywood Cerise #E112A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.73%

R = 54.88%
G = 4.39%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E112A7 (or 0xE112A7) is known color: Hollywood Cerise. HEX triplet: E1, 12 and A7. RGB value is (225,18,167). Sum of RGB (Red+Green+Blue) = 225+18+167=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E112A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E112A7 is #1EED58. Grayscale: #606060. Windows color (decimal): -2026841 or 10949345. OLE color: 10949345.

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

Color convert

RGB 225 18 167 -
CMYK 0 0.92 0.26 0.12
HSL 316.81º 0.85% 0.48% -
HSV(B) 316.81º 0.92% 0.88% -
XYZ 38.24 19.23 38.26 -
YUV 96.88 167.58 219.38 -
System Red Green Blue C M Y K H S L
Decimal 225 18 167 0 0.92 0.26 0.12 316.81 0.85 0.48
Hex E1 12 A7 0 5C 1A C 13D 55 30
Octal 341 22 247 0 134 32 14 475 125 60
Binary 11100001 10010 10100111 0 1011100 11010 1100 100111101 1010101 110000

Color Harmonies of #E112A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E112A7

Black with #E112A7

Text Example


Text Example

White with #E112A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E112A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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