#E2459E

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

Shades of Deep Cerise #E2459E

Tints of Deep Cerise #E2459E

Color information

#E2459E (or 0xE2459E) is unknown color: approx Deep Cerise. HEX triplet: E2, 45 and 9E. RGB value is (226,69,158). Sum of RGB (Red+Green+Blue) = 226+69+158=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2459E is #1DBA61. Grayscale: #7D7D7D. Windows color (decimal): -1948258 or 10372578. OLE color: 10372578.

HSL color Cylindrical-coordinate representation of color #E2459E: hue angle of 325.99º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2459E is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB22669158-
CMYK00.690.300.11
HSL325.99º73.02%57.84%-
HSV(B)325.99º69.47%88.63%-
XYZ39.6622.8934.68-
YUV126.09146.01199.26-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.89%
GREEN value IS 69 (27.34% from 255) = 15.23%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=49.89%
G=15.23%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266915800.690.300.11325.9973.0257.84
HexE2459E0451EB146493a
Octal3421052360105361350611172
Binary11100010100010110011110010001011111010111010001101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2459E; }

 p { color: rgb(226,69,158); }

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

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

 a { background-color: rgb(226,69,158); }

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

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

 span { border-color: rgb(226,69,158); }

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