Html Css Color HEX #E01194 Hollywood Cerise

📋 copy color: '#E01194'

red 224 ◦ green 17 ◦ blue 148

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

Shades of Hollywood Cerise #E01194

Tints of Hollywood Cerise #E01194

RGB

 RED value IS 224 (87.89% from 255) = 57.58%

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

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

R = 57.58%
G = 4.37%
B = 38.05%

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

#E01194 (or 0xE01194) is known color: Hollywood Cerise. HEX triplet: E0, 11 and 94. RGB value is (224,17,148). Sum of RGB (Red+Green+Blue) = 224+17+148=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E01194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01194 is #1FEE6B. Grayscale: #5D5D5D. Windows color (decimal): -2092652 or 9703904. OLE color: 9703904.

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

Color convert

RGB 224 17 148 -
CMYK 0 0.92 0.34 0.12
HSL 322.03º 0.86% 0.47% -
HSV(B) 322.03º 0.92% 0.88% -
XYZ 36.29 18.39 29.65 -
YUV 93.83 158.58 220.85 -
System Red Green Blue C M Y K H S L
Decimal 224 17 148 0 0.92 0.34 0.12 322.03 0.86 0.47
Hex E0 11 94 0 5C 22 C 142 56 2F
Octal 340 21 224 0 134 42 14 502 126 57
Binary 11100000 10001 10010100 0 1011100 100010 1100 101000010 1010110 101111

Color Harmonies of #E01194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01194

Black with #E01194

Text Example


Text Example

White with #E01194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01194; }

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

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

background-color css

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

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

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

border-color css

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

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

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