#E12DB5

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

Shades of Spicy Pink #E12DB5

Tints of Spicy Pink #E12DB5

Color information

#E12DB5 (or 0xE12DB5) is unknown color: approx Spicy Pink. HEX triplet: E1, 2D and B5. RGB value is (225,45,181). Sum of RGB (Red+Green+Blue) = 225+45+181=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 45 (17.97% from 255 or 9.98% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E12DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12DB5 is #1ED24A. Grayscale: #717171. Windows color (decimal): -2019915 or 11873761. OLE color: 11873761.

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

Color convert

RGB22545181-
CMYK00.80.200.12
HSL314.67º75%52.94%-
HSV(B)314.67º80%88.24%-
XYZ40.3321.2245.69-
YUV114.32165.63206.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.89%
GREEN value IS 45 (17.97% from 255) = 9.98%
BLUE value IS 181 (71.09% from 255) = 40.13%
R=49.89%
G=9.98%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254518100.80.200.12314.677552.94
HexE12DB505014C13b4b35
Octal341552650120241447311365
Binary1110000110110110110101010100001010011001001110111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E12DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E12DB5; }

 p { color: rgb(225,45,181); }

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

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

 a { background-color: rgb(225,45,181); }

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

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

 span { border-color: rgb(225,45,181); }

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