#E725B5

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

Shades of Spicy Pink #E725B5

Tints of Spicy Pink #E725B5

Color information

#E725B5 (or 0xE725B5) is unknown color: approx Spicy Pink. HEX triplet: E7, 25 and B5. RGB value is (231,37,181). Sum of RGB (Red+Green+Blue) = 231+37+181=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 37 (14.84% from 255 or 8.24% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E725B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725B5 is #18DA4A. Grayscale: #6F6F6F. Windows color (decimal): -1628747 or 11871719. OLE color: 11871719.

HSL color Cylindrical-coordinate representation of color #E725B5: hue angle of 315.46º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E725B5 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB23137181-
CMYK00.840.220.09
HSL315.46º80.17%52.55%-
HSV(B)315.46º83.98%90.59%-
XYZ41.9621.6545.68-
YUV111.42167.27213.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.45%
GREEN value IS 37 (14.84% from 255) = 8.24%
BLUE value IS 181 (71.09% from 255) = 40.31%
R=51.45%
G=8.24%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313718100.840.220.09315.4680.1752.55
HexE725B505416913b5035
Octal347452650124261147312065
Binary1110011110010110110101010101001011010011001110111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E725B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E725B5; }

 p { color: rgb(231,37,181); }

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

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

 a { background-color: rgb(231,37,181); }

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

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

 span { border-color: rgb(231,37,181); }

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