#E82D7D

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

Shades of Deep Cerise #E82D7D

Tints of Deep Cerise #E82D7D

Color information

#E82D7D (or 0xE82D7D) is unknown color: approx Deep Cerise. HEX triplet: E8, 2D and 7D. RGB value is (232,45,125). Sum of RGB (Red+Green+Blue) = 232+45+125=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82D7D is #17D282. Grayscale: #6D6D6D. Windows color (decimal): -1561219 or 8203752. OLE color: 8203752.

HSL color Cylindrical-coordinate representation of color #E82D7D: hue angle of 334.33º 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 #E82D7D is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB23245125-
CMYK00.810.460.09
HSL334.33º80.26%54.31%-
HSV(B)334.33º80.6%90.98%-
XYZ37.9220.5121.36-
YUV110.03136.45215-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.71%
GREEN value IS 45 (17.97% from 255) = 11.19%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=57.71%
G=11.19%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324512500.810.460.09334.3380.2654.31
HexE82D7D0512E914e5036
Octal350551750121561151612066
Binary1110100010110111111010101000110111010011010011101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82D7D; }

 p { color: rgb(232,45,125); }

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

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

 a { background-color: rgb(232,45,125); }

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

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

 span { border-color: rgb(232,45,125); }

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