Html Css Color HEX #E50495 Hollywood Cerise

📋 copy color: '#E50495'

red 229 ◦ green 4 ◦ blue 149

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

Shades of Hollywood Cerise #E50495

Tints of Hollywood Cerise #E50495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 59.95%
G = 1.05%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E50495 (or 0xE50495) is known color: Hollywood Cerise. HEX triplet: E5, 04 and 95. RGB value is (229,4,149). Sum of RGB (Red+Green+Blue) = 229+4+149=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E50495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50495 is #1AFB6A. Grayscale: #575757. Windows color (decimal): -1768299 or 9766117. OLE color: 9766117.

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

Color convert

RGB 229 4 149 -
CMYK 0 0.98 0.35 0.10
HSL 321.33º 0.97% 0.46% -
HSV(B) 321.33º 0.98% 0.9% -
XYZ 37.78 18.91 30.09 -
YUV 87.81 162.54 228.71 -
System Red Green Blue C M Y K H S L
Decimal 229 4 149 0 0.98 0.35 0.10 321.33 0.97 0.46
Hex E5 4 95 0 62 23 A 141 61 2E
Octal 345 4 225 0 142 43 12 501 141 56
Binary 11100101 100 10010101 0 1100010 100011 1010 101000001 1100001 101110

Color Harmonies of #E50495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50495

Black with #E50495

Text Example


Text Example

White with #E50495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50495; }

 p { color: rgb(229,4,149); }

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

background-color css

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

 a { background-color: rgb(229,4,149); }

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

border-color css

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

 span { border-color: rgb(229,4,149); }

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