Html Css Color HEX #E01094 Hollywood Cerise

📋 copy color: '#E01094'

red 224 ◦ green 16 ◦ blue 148

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

Shades of Hollywood Cerise #E01094

Tints of Hollywood Cerise #E01094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.12%

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

R = 57.73%
G = 4.12%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E01094 (or 0xE01094) is known color: Hollywood Cerise. HEX triplet: E0, 10 and 94. RGB value is (224,16,148). Sum of RGB (Red+Green+Blue) = 224+16+148=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E01094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01094 is #1FEF6B. Grayscale: #5C5C5C. Windows color (decimal): -2092908 or 9703648. OLE color: 9703648.

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

Color convert

RGB 224 16 148 -
CMYK 0 0.93 0.34 0.12
HSL 321.92º 0.87% 0.47% -
HSV(B) 321.92º 0.93% 0.88% -
XYZ 36.27 18.36 29.65 -
YUV 93.24 158.91 221.27 -
System Red Green Blue C M Y K H S L
Decimal 224 16 148 0 0.93 0.34 0.12 321.92 0.87 0.47
Hex E0 10 94 0 5D 22 C 142 57 2F
Octal 340 20 224 0 135 42 14 502 127 57
Binary 11100000 10000 10010100 0 1011101 100010 1100 101000010 1010111 101111

Color Harmonies of #E01094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01094

Black with #E01094

Text Example


Text Example

White with #E01094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01094; }

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

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

background-color css

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

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

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

border-color css

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

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

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