Html Css Color HEX #E50094 Hollywood Cerise

📋 copy color: '#E50094'

red 229 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #E50094

Tints of Hollywood Cerise #E50094

RGB

 RED value IS 229 (89.84% from 255) = 60.74%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.74%
G = 0%
B = 39.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E50094 (or 0xE50094) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 94. RGB value is (229,0,148). Sum of RGB (Red+Green+Blue) = 229+0+148=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E50094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50094 is #1AFF6B. Grayscale: #545454. Windows color (decimal): -1769324 or 9699557. OLE color: 9699557.

HSL color Cylindrical-coordinate representation of color #E50094: hue angle of 321.22º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50094 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 0 148 -
CMYK 0 1 0.35 0.10
HSL 321.22º 1% 0.45% -
HSV(B) 321.22º 1% 0.9% -
XYZ 37.66 18.8 29.66 -
YUV 85.34 163.37 230.47 -
System Red Green Blue C M Y K H S L
Decimal 229 0 148 0 1 0.35 0.10 321.22 1 0.45
Hex E5 0 94 0 64 23 A 141 64 2D
Octal 345 0 224 0 144 43 12 501 144 55
Binary 11100101 0 10010100 0 1100100 100011 1010 101000001 1100100 101101

Color Harmonies of #E50094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50094

Black with #E50094

Text Example


Text Example

White with #E50094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50094; }

 p { color: rgb(229,0,148); }

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

background-color css

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

 a { background-color: rgb(229,0,148); }

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

border-color css

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

 span { border-color: rgb(229,0,148); }

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