#E2408A

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

Shades of Deep Cerise #E2408A

Tints of Deep Cerise #E2408A

Color information

#E2408A (or 0xE2408A) is unknown color: approx Deep Cerise. HEX triplet: E2, 40 and 8A. RGB value is (226,64,138). Sum of RGB (Red+Green+Blue) = 226+64+138=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E2408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2408A is #1DBF75. Grayscale: #787878. Windows color (decimal): -1949558 or 9060578. OLE color: 9060578.

HSL color Cylindrical-coordinate representation of color #E2408A: hue angle of 332.59º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E2408A is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB22664138-
CMYK00.720.390.11
HSL332.59º73.64%56.86%-
HSV(B)332.59º71.68%88.63%-
XYZ37.7821.6726.24-
YUV120.87137.67202.98-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.80%
GREEN value IS 64 (25.39% from 255) = 14.95%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=52.80%
G=14.95%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266413800.720.390.11332.5973.6456.86
HexE2408A04827B14d4a39
Octal3421002120110471351511271
Binary111000101000000100010100100100010011110111010011011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2408A; }

 p { color: rgb(226,64,138); }

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

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

 a { background-color: rgb(226,64,138); }

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

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

 span { border-color: rgb(226,64,138); }

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