Html Css Color HEX #E50394 Hollywood Cerise

📋 copy color: '#E50394'

red 229 ◦ green 3 ◦ blue 148

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

Shades of Hollywood Cerise #E50394

Tints of Hollywood Cerise #E50394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 60.26%
G = 0.79%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E50394 (or 0xE50394) is known color: Hollywood Cerise. HEX triplet: E5, 03 and 94. RGB value is (229,3,148). Sum of RGB (Red+Green+Blue) = 229+3+148=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E50394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50394 is #1AFC6B. Grayscale: #565656. Windows color (decimal): -1768556 or 9700325. OLE color: 9700325.

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

Color convert

RGB 229 3 148 -
CMYK 0 0.99 0.35 0.10
HSL 321.5º 0.97% 0.45% -
HSV(B) 321.5º 0.99% 0.9% -
XYZ 37.69 18.86 29.67 -
YUV 87.1 162.37 229.21 -
System Red Green Blue C M Y K H S L
Decimal 229 3 148 0 0.99 0.35 0.10 321.5 0.97 0.45
Hex E5 3 94 0 63 23 A 142 61 2D
Octal 345 3 224 0 143 43 12 502 141 55
Binary 11100101 11 10010100 0 1100011 100011 1010 101000010 1100001 101101

Color Harmonies of #E50394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50394

Black with #E50394

Text Example


Text Example

White with #E50394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50394; }

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

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

background-color css

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

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

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

border-color css

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

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

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