#e12eb3

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

Shades of Spicy Pink #E12EB3

Tints of Spicy Pink #E12EB3

Color information

#E12EB3 (or 0xE12EB3) is unknown color: approx Spicy Pink. HEX triplet: E1, 2E and B3. RGB value is (225,46,179). Sum of RGB (Red+Green+Blue) = 225+46+179=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12EB3 is #1ED14C. Grayscale: #727272. Windows color (decimal): -2019661 or 11742945. OLE color: 11742945.

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

Color convert

RGB22546179-
CMYK00.800.200.12
HSL315.42º74.9%53.14%-
HSV(B)315.42º79.56%88.24%-
XYZ40.1721.2244.63-
YUV114.68164.3206.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 10.22%
BLUE value IS 179 (70.31% from 255) = 39.78%
R=50%
G=10.22%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254617900.800.200.12315.4274.953.14
HexE12EB305014C13b4b35
Octal341562630120241447311365
Binary1110000110111010110011010100001010011001001110111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e12eb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e12eb3; }

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

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

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

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

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

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

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

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