#E11DB0

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

Shades of Spicy Pink #E11DB0

Tints of Spicy Pink #E11DB0

Color information

#E11DB0 (or 0xE11DB0) is unknown color: approx Spicy Pink. HEX triplet: E1, 1D and B0. RGB value is (225,29,176). Sum of RGB (Red+Green+Blue) = 225+29+176=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11DB0 is #1EE24F. Grayscale: #676767. Windows color (decimal): -2024016 or 11541985. OLE color: 11541985.

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

Color convert

RGB22529176-
CMYK00.870.220.12
HSL315º77.17%49.8%-
HSV(B)315º87.11%88.24%-
XYZ39.3320.0242.87-
YUV104.36168.43214.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.33%
GREEN value IS 29 (11.72% from 255) = 6.74%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=52.33%
G=6.74%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252917600.870.220.1231577.1749.8
HexE11DB005716C13b4d32
Octal341352600127261447311562
Binary111000011110110110000010101111011011001001110111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11DB0; }

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

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

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

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

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

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

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

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