#E725B8

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

Shades of Spicy Pink #E725B8

Tints of Spicy Pink #E725B8

Color information

#E725B8 (or 0xE725B8) is unknown color: approx Spicy Pink. HEX triplet: E7, 25 and B8. RGB value is (231,37,184). Sum of RGB (Red+Green+Blue) = 231+37+184=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E725B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E725B8 is #18DA47. Grayscale: #6F6F6F. Windows color (decimal): -1628744 or 12068327. OLE color: 12068327.

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

Color convert

RGB23137184-
CMYK00.840.200.09
HSL314.54º80.17%52.55%-
HSV(B)314.54º83.98%90.59%-
XYZ42.2721.7747.32-
YUV111.76168.77213.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.11%
GREEN value IS 37 (14.84% from 255) = 8.19%
BLUE value IS 184 (72.27% from 255) = 40.71%
R=51.11%
G=8.19%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313718400.840.200.09314.5480.1752.55
HexE725B805414913b5035
Octal347452700124241147312065
Binary1110011110010110111000010101001010010011001110111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E725B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E725B8; }

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

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

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

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

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

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

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

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