#E11A8E

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

Shades of Deep Cerise #E11A8E

Tints of Deep Cerise #E11A8E

Color information

#E11A8E (or 0xE11A8E) is unknown color: approx Deep Cerise. HEX triplet: E1, 1A and 8E. RGB value is (225,26,142). Sum of RGB (Red+Green+Blue) = 225+26+142=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E11A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11A8E is #1EE571. Grayscale: #626262. Windows color (decimal): -2024818 or 9312993. OLE color: 9312993.

HSL color Cylindrical-coordinate representation of color #E11A8E: hue angle of 325.03º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11A8E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB22526142-
CMYK00.880.370.12
HSL325.03º79.28%49.22%-
HSV(B)325.03º88.44%88.24%-
XYZ36.318.727.29-
YUV98.72152.43218.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.25%
GREEN value IS 26 (10.55% from 255) = 6.62%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=57.25%
G=6.62%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252614200.880.370.12325.0379.2849.22
HexE11A8E05825C1454f31
Octal341322160130451450511761
Binary1110000111010100011100101100010010111001010001011001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11A8E; }

 p { color: rgb(225,26,142); }

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

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

 a { background-color: rgb(225,26,142); }

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

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

 span { border-color: rgb(225,26,142); }

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