#E82494

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

Shades of Deep Cerise #E82494

Tints of Deep Cerise #E82494

Color information

#E82494 (or 0xE82494) is unknown color: approx Deep Cerise. HEX triplet: E8, 24 and 94. RGB value is (232,36,148). Sum of RGB (Red+Green+Blue) = 232+36+148=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E82494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82494 is #17DB6B. Grayscale: #6B6B6B. Windows color (decimal): -1563500 or 9708776. OLE color: 9708776.

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

Color convert

RGB23236148-
CMYK00.840.360.09
HSL325.71º80.99%52.55%-
HSV(B)325.71º84.48%90.98%-
XYZ39.2520.5629.92-
YUV107.37150.93216.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.77%
GREEN value IS 36 (14.45% from 255) = 8.65%
BLUE value IS 148 (58.20% from 255) = 35.58%
R=55.77%
G=8.65%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2323614800.840.360.09325.7180.9952.55
HexE824940542491465135
Octal350442240124441150612165
Binary11101000100100100101000101010010010010011010001101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82494; }

 p { color: rgb(232,36,148); }

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

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

 a { background-color: rgb(232,36,148); }

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

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

 span { border-color: rgb(232,36,148); }

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