Html Css Color HEX #E50184 Hollywood Cerise

📋 copy color: '#E50184'

red 229 ◦ green 1 ◦ blue 132

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

Shades of Hollywood Cerise #E50184

Tints of Hollywood Cerise #E50184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 63.26%
G = 0.28%
B = 36.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E50184 (or 0xE50184) is known color: Hollywood Cerise. HEX triplet: E5, 01 and 84. RGB value is (229,1,132). Sum of RGB (Red+Green+Blue) = 229+1+132=362 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.26% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 229 - color contains mainly: red. Hex color #E50184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50184 is #1AFE7B. Grayscale: #535353. Windows color (decimal): -1769084 or 8651237. OLE color: 8651237.

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

Color convert

RGB 229 1 132 -
CMYK 0 1.00 0.42 0.10
HSL 325.53º 0.99% 0.45% -
HSV(B) 325.53º 1% 0.9% -
XYZ 36.49 18.35 23.45 -
YUV 84.11 155.04 231.35 -
System Red Green Blue C M Y K H S L
Decimal 229 1 132 0 1.00 0.42 0.10 325.53 0.99 0.45
Hex E5 1 84 0 64 2A A 146 63 2D
Octal 345 1 204 0 144 52 12 506 143 55
Binary 11100101 1 10000100 0 1100100 101010 1010 101000110 1100011 101101

Color Harmonies of #E50184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50184

Black with #E50184

Text Example


Text Example

White with #E50184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50184; }

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

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

background-color css

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

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

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

border-color css

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

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

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