Html Css Color HEX #E50182 Hollywood Cerise

📋 copy color: '#E50182'

red 229 ◦ green 1 ◦ blue 130

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

Shades of Hollywood Cerise #E50182

Tints of Hollywood Cerise #E50182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.11%

R = 63.61%
G = 0.28%
B = 36.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E50182 (or 0xE50182) is known color: Hollywood Cerise. HEX triplet: E5, 01 and 82. RGB value is (229,1,130). Sum of RGB (Red+Green+Blue) = 229+1+130=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E50182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50182 is #1AFE7D. Grayscale: #535353. Windows color (decimal): -1769086 or 8520165. OLE color: 8520165.

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

Color convert

RGB 229 1 130 -
CMYK 0 1.00 0.43 0.10
HSL 326.05º 0.99% 0.45% -
HSV(B) 326.05º 1% 0.9% -
XYZ 36.35 18.29 22.73 -
YUV 83.88 154.04 231.51 -
System Red Green Blue C M Y K H S L
Decimal 229 1 130 0 1.00 0.43 0.10 326.05 0.99 0.45
Hex E5 1 82 0 64 2B A 146 63 2D
Octal 345 1 202 0 144 53 12 506 143 55
Binary 11100101 1 10000010 0 1100100 101011 1010 101000110 1100011 101101

Color Harmonies of #E50182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50182

Black with #E50182

Text Example


Text Example

White with #E50182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50182; }

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

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

background-color css

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

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

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

border-color css

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

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

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