#E82B82

Color #E82B82 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E82B82

Tints of Deep Cerise #E82B82

Color information

#E82B82 (or 0xE82B82) is unknown color: approx Deep Cerise. HEX triplet: E8, 2B and 82. RGB value is (232,43,130). Sum of RGB (Red+Green+Blue) = 232+43+130=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E82B82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82B82 is #17D47D. Grayscale: #6D6D6D. Windows color (decimal): -1561726 or 8530920. OLE color: 8530920.

HSL color Cylindrical-coordinate representation of color #E82B82: hue angle of 332.38º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82B82 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB23243130-
CMYK00.810.440.09
HSL332.38º80.43%53.92%-
HSV(B)332.38º81.47%90.98%-
XYZ38.1720.523.06-
YUV109.43139.62215.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.28%
GREEN value IS 43 (17.19% from 255) = 10.62%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=57.28%
G=10.62%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324313000.810.440.09332.3880.4353.92
HexE82B820512C914c5036
Octal350532020121541151412066
Binary11101000101011100000100101000110110010011010011001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82B82; }

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

 H1.HeaderClassName
 {
   color: #E82B82;
 }
 .AnyTagClassName
 {
   color: #E82B82;
 }
</style>
background-color css

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

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

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

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

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

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