#E82F7C

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

Shades of Deep Cerise #E82F7C

Tints of Deep Cerise #E82F7C

Color information

#E82F7C (or 0xE82F7C) is unknown color: approx Deep Cerise. HEX triplet: E8, 2F and 7C. RGB value is (232,47,124). Sum of RGB (Red+Green+Blue) = 232+47+124=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82F7C is #17D083. Grayscale: #6E6E6E. Windows color (decimal): -1560708 or 8138728. OLE color: 8138728.

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

Color convert

RGB23247124-
CMYK00.800.470.09
HSL335.03º80.09%54.71%-
HSV(B)335.03º79.74%90.98%-
XYZ37.9320.6421.05-
YUV111.09135.29214.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.57%
GREEN value IS 47 (18.75% from 255) = 11.66%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=57.57%
G=11.66%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2324712400.800.470.09335.0380.0954.71
HexE82F7C0502F914f5037
Octal350571740120571151712067
Binary1110100010111111111000101000010111110011010011111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82F7C; }

 p { color: rgb(232,47,124); }

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

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

 a { background-color: rgb(232,47,124); }

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

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

 span { border-color: rgb(232,47,124); }

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