Html Css Color HEX #E50485 Hollywood Cerise

📋 copy color: '#E50485'

red 229 ◦ green 4 ◦ blue 133

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

Shades of Hollywood Cerise #E50485

Tints of Hollywood Cerise #E50485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.34%

R = 62.57%
G = 1.09%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E50485 (or 0xE50485) is known color: Hollywood Cerise. HEX triplet: E5, 04 and 85. RGB value is (229,4,133). Sum of RGB (Red+Green+Blue) = 229+4+133=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E50485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50485 is #1AFB7A. Grayscale: #555555. Windows color (decimal): -1768315 or 8717541. OLE color: 8717541.

HSL color Cylindrical-coordinate representation of color #E50485: hue angle of 325.6º 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 #E50485 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 133 -
CMYK 0 0.98 0.42 0.10
HSL 325.6º 0.97% 0.46% -
HSV(B) 325.6º 0.98% 0.9% -
XYZ 36.59 18.44 23.82 -
YUV 85.98 154.54 230.01 -
System Red Green Blue C M Y K H S L
Decimal 229 4 133 0 0.98 0.42 0.10 325.6 0.97 0.46
Hex E5 4 85 0 62 2A A 146 61 2E
Octal 345 4 205 0 142 52 12 506 141 56
Binary 11100101 100 10000101 0 1100010 101010 1010 101000110 1100001 101110

Color Harmonies of #E50485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50485

Black with #E50485

Text Example


Text Example

White with #E50485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50485; }

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

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

background-color css

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

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

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

border-color css

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

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

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