Html Css Color HEX #E50384 Hollywood Cerise

📋 copy color: '#E50384'

red 229 ◦ green 3 ◦ blue 132

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

Shades of Hollywood Cerise #E50384

Tints of Hollywood Cerise #E50384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.26%

R = 62.91%
G = 0.82%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E50384 (or 0xE50384) is known color: Hollywood Cerise. HEX triplet: E5, 03 and 84. RGB value is (229,3,132). Sum of RGB (Red+Green+Blue) = 229+3+132=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E50384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50384 is #1AFC7B. Grayscale: #545454. Windows color (decimal): -1768572 or 8651749. OLE color: 8651749.

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

Color convert

RGB 229 3 132 -
CMYK 0 0.99 0.42 0.10
HSL 325.75º 0.97% 0.45% -
HSV(B) 325.75º 0.99% 0.9% -
XYZ 36.51 18.39 23.45 -
YUV 85.28 154.37 230.51 -
System Red Green Blue C M Y K H S L
Decimal 229 3 132 0 0.99 0.42 0.10 325.75 0.97 0.45
Hex E5 3 84 0 63 2A A 146 61 2D
Octal 345 3 204 0 143 52 12 506 141 55
Binary 11100101 11 10000100 0 1100011 101010 1010 101000110 1100001 101101

Color Harmonies of #E50384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50384

Black with #E50384

Text Example


Text Example

White with #E50384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50384; }

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

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

background-color css

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

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

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

border-color css

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

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

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