#E11DB3

Color #E11DB3 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #E11DB3

Tints of Spicy Pink #E11DB3

Color information

#E11DB3 (or 0xE11DB3) is unknown color: approx Spicy Pink. HEX triplet: E1, 1D and B3. RGB value is (225,29,179). Sum of RGB (Red+Green+Blue) = 225+29+179=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11DB3 is #1EE24C. Grayscale: #686868. Windows color (decimal): -2024013 or 11738593. OLE color: 11738593.

HSL color Cylindrical-coordinate representation of color #E11DB3: hue angle of 314.08º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E11DB3 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB22529179-
CMYK00.870.200.12
HSL314.08º77.17%49.8%-
HSV(B)314.08º87.11%88.24%-
XYZ39.6320.1444.45-
YUV104.7169.93213.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 29 (11.72% from 255) = 6.70%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=51.96%
G=6.70%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252917900.870.200.12314.0877.1749.8
HexE11DB305714C13a4d32
Octal341352630127241447211562
Binary111000011110110110011010101111010011001001110101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11DB3; }

 p { color: rgb(225,29,179); }

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

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

 a { background-color: rgb(225,29,179); }

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

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

 span { border-color: rgb(225,29,179); }

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