Html Css Color HEX #E80182 Hollywood Cerise

📋 copy color: '#E80182'

red 232 ◦ green 1 ◦ blue 130

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

Shades of Hollywood Cerise #E80182

Tints of Hollywood Cerise #E80182

RGB

 RED value IS 232 (91.02% from 255) = 63.91%

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

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

R = 63.91%
G = 0.28%
B = 35.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E80182 (or 0xE80182) is known color: Hollywood Cerise. HEX triplet: E8, 01 and 82. RGB value is (232,1,130). Sum of RGB (Red+Green+Blue) = 232+1+130=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E80182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80182 is #17FE7D. Grayscale: #545454. Windows color (decimal): -1572478 or 8520168. OLE color: 8520168.

HSL color Cylindrical-coordinate representation of color #E80182: hue angle of 326.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80182 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 1 130 -
CMYK 0 1.00 0.44 0.09
HSL 326.49º 0.99% 0.46% -
HSV(B) 326.49º 1% 0.91% -
XYZ 37.32 18.79 22.78 -
YUV 84.78 153.53 233.01 -
System Red Green Blue C M Y K H S L
Decimal 232 1 130 0 1.00 0.44 0.09 326.49 0.99 0.46
Hex E8 1 82 0 64 2C 9 146 63 2E
Octal 350 1 202 0 144 54 11 506 143 56
Binary 11101000 1 10000010 0 1100100 101100 1001 101000110 1100011 101110

Color Harmonies of #E80182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80182

Black with #E80182

Text Example


Text Example

White with #E80182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80182; }

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

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

background-color css

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

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

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

border-color css

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

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

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