Html Css Color HEX #E113AF Hollywood Cerise

📋 copy color: '#E113AF'

red 225 ◦ green 19 ◦ blue 175

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

Shades of Hollywood Cerise #E113AF

Tints of Hollywood Cerise #E113AF

RGB

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

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

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

R = 53.7%
G = 4.53%
B = 41.77%

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

#E113AF (or 0xE113AF) is known color: Hollywood Cerise. HEX triplet: E1, 13 and AF. RGB value is (225,19,175). Sum of RGB (Red+Green+Blue) = 225+19+175=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E113AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E113AF is #1EEC50. Grayscale: #616161. Windows color (decimal): -2026577 or 11473889. OLE color: 11473889.

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

Color convert

RGB 225 19 175 -
CMYK 0 0.92 0.22 0.12
HSL 314.56º 0.84% 0.48% -
HSV(B) 314.56º 0.92% 0.88% -
XYZ 39.02 19.57 42.28 -
YUV 98.38 171.25 218.32 -
System Red Green Blue C M Y K H S L
Decimal 225 19 175 0 0.92 0.22 0.12 314.56 0.84 0.48
Hex E1 13 AF 0 5C 16 C 13B 54 30
Octal 341 23 257 0 134 26 14 473 124 60
Binary 11100001 10011 10101111 0 1011100 10110 1100 100111011 1010100 110000

Color Harmonies of #E113AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E113AF

Black with #E113AF

Text Example


Text Example

White with #E113AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E113AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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