#E025B8

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

Shades of Spicy Pink #E025B8

Tints of Spicy Pink #E025B8

Color information

#E025B8 (or 0xE025B8) is unknown color: approx Spicy Pink. HEX triplet: E0, 25 and B8. RGB value is (224,37,184). Sum of RGB (Red+Green+Blue) = 224+37+184=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E025B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025B8 is #1FDA47. Grayscale: #6D6D6D. Windows color (decimal): -2087496 or 12068320. OLE color: 12068320.

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

Color convert

RGB22437184-
CMYK00.830.180.12
HSL312.83º75.1%51.18%-
HSV(B)312.83º83.48%87.84%-
XYZ40.0520.6347.22-
YUV109.67169.95209.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.34%
GREEN value IS 37 (14.84% from 255) = 8.31%
BLUE value IS 184 (72.27% from 255) = 41.35%
R=50.34%
G=8.31%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243718400.830.180.12312.8375.151.18
HexE025B805312C1394b33
Octal340452700123221447111363
Binary1110000010010110111000010100111001011001001110011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E025B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E025B8; }

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

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

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

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

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

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

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

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