Html Css Color HEX #E113AC Hollywood Cerise

📋 copy color: '#E113AC'

red 225 ◦ green 19 ◦ blue 172

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

Shades of Hollywood Cerise #E113AC

Tints of Hollywood Cerise #E113AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.57%

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 54.09%
G = 4.57%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E113AC (or 0xE113AC) is known color: Hollywood Cerise. HEX triplet: E1, 13 and AC. RGB value is (225,19,172). Sum of RGB (Red+Green+Blue) = 225+19+172=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E113AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E113AC is #1EEC53. Grayscale: #616161. Windows color (decimal): -2026580 or 11277281. OLE color: 11277281.

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

Color convert

RGB 225 19 172 -
CMYK 0 0.92 0.24 0.12
HSL 315.44º 0.84% 0.48% -
HSV(B) 315.44º 0.92% 0.88% -
XYZ 38.73 19.45 40.74 -
YUV 98.04 169.75 218.56 -
System Red Green Blue C M Y K H S L
Decimal 225 19 172 0 0.92 0.24 0.12 315.44 0.84 0.48
Hex E1 13 AC 0 5C 18 C 13B 54 30
Octal 341 23 254 0 134 30 14 473 124 60
Binary 11100001 10011 10101100 0 1011100 11000 1100 100111011 1010100 110000

Color Harmonies of #E113AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E113AC

Black with #E113AC

Text Example


Text Example

White with #E113AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E113AC; }

 p { color: rgb(225,19,172); }

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

background-color css

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

 a { background-color: rgb(225,19,172); }

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

border-color css

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

 span { border-color: rgb(225,19,172); }

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