Html Css Color HEX #E01295 Hollywood Cerise

📋 copy color: '#E01295'

red 224 ◦ green 18 ◦ blue 149

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

Shades of Hollywood Cerise #E01295

Tints of Hollywood Cerise #E01295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.6%

 BLUE value IS 149 (58.59% from 255) = 38.11%

R = 57.29%
G = 4.6%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E01295 (or 0xE01295) is known color: Hollywood Cerise. HEX triplet: E0, 12 and 95. RGB value is (224,18,149). Sum of RGB (Red+Green+Blue) = 224+18+149=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E01295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01295 is #1FED6A. Grayscale: #5E5E5E. Windows color (decimal): -2092395 or 9769696. OLE color: 9769696.

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

Color convert

RGB 224 18 149 -
CMYK 0 0.92 0.33 0.12
HSL 321.84º 0.85% 0.47% -
HSV(B) 321.84º 0.92% 0.88% -
XYZ 36.38 18.45 30.08 -
YUV 94.53 158.75 220.35 -
System Red Green Blue C M Y K H S L
Decimal 224 18 149 0 0.92 0.33 0.12 321.84 0.85 0.47
Hex E0 12 95 0 5C 21 C 142 55 2F
Octal 340 22 225 0 134 41 14 502 125 57
Binary 11100000 10010 10010101 0 1011100 100001 1100 101000010 1010101 101111

Color Harmonies of #E01295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01295

Black with #E01295

Text Example


Text Example

White with #E01295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01295; }

 p { color: rgb(224,18,149); }

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

background-color css

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

 a { background-color: rgb(224,18,149); }

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

border-color css

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

 span { border-color: rgb(224,18,149); }

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