Html Css Color HEX #E11194 Hollywood Cerise

📋 copy color: '#E11194'

red 225 ◦ green 17 ◦ blue 148

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

Shades of Hollywood Cerise #E11194

Tints of Hollywood Cerise #E11194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.36%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 57.69%
G = 4.36%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E11194 (or 0xE11194) is known color: Hollywood Cerise. HEX triplet: E1, 11 and 94. RGB value is (225,17,148). Sum of RGB (Red+Green+Blue) = 225+17+148=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E11194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11194 is #1EEE6B. Grayscale: #5D5D5D. Windows color (decimal): -2027116 or 9703905. OLE color: 9703905.

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

Color convert

RGB 225 17 148 -
CMYK 0 0.92 0.34 0.12
HSL 322.21º 0.86% 0.47% -
HSV(B) 322.21º 0.92% 0.88% -
XYZ 36.6 18.55 29.67 -
YUV 94.13 158.41 221.35 -
System Red Green Blue C M Y K H S L
Decimal 225 17 148 0 0.92 0.34 0.12 322.21 0.86 0.47
Hex E1 11 94 0 5C 22 C 142 56 2F
Octal 341 21 224 0 134 42 14 502 126 57
Binary 11100001 10001 10010100 0 1011100 100010 1100 101000010 1010110 101111

Color Harmonies of #E11194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11194

Black with #E11194

Text Example


Text Example

White with #E11194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11194; }

 p { color: rgb(225,17,148); }

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

background-color css

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

 a { background-color: rgb(225,17,148); }

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

border-color css

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

 span { border-color: rgb(225,17,148); }

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