#E11B85

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

Shades of Deep Cerise #E11B85

Tints of Deep Cerise #E11B85

Color information

#E11B85 (or 0xE11B85) is unknown color: approx Deep Cerise. HEX triplet: E1, 1B and 85. RGB value is (225,27,133). Sum of RGB (Red+Green+Blue) = 225+27+133=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11B85 is #1EE47A. Grayscale: #626262. Windows color (decimal): -2024571 or 8723425. OLE color: 8723425.

HSL color Cylindrical-coordinate representation of color #E11B85: hue angle of 327.88º 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 #E11B85 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB22527133-
CMYK00.880.410.12
HSL327.88º78.57%49.41%-
HSV(B)327.88º88%88.24%-
XYZ35.6818.4823.88-
YUV98.29147.6218.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.44%
GREEN value IS 27 (10.94% from 255) = 7.01%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=58.44%
G=7.01%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252713300.880.410.12327.8878.5749.41
HexE11B8505829C1484f31
Octal341332050130511451011761
Binary1110000111011100001010101100010100111001010010001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11B85; }

 p { color: rgb(225,27,133); }

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

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

 a { background-color: rgb(225,27,133); }

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

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

 span { border-color: rgb(225,27,133); }

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