#E025B9

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

Shades of Spicy Pink #E025B9

Tints of Spicy Pink #E025B9

Color information

#E025B9 (or 0xE025B9) is unknown color: approx Spicy Pink. HEX triplet: E0, 25 and B9. RGB value is (224,37,185). Sum of RGB (Red+Green+Blue) = 224+37+185=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E025B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E025B9 is #1FDA46. Grayscale: #6D6D6D. Windows color (decimal): -2087495 or 12133856. OLE color: 12133856.

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

Color convert

RGB22437185-
CMYK00.830.170.12
HSL312.51º75.1%51.18%-
HSV(B)312.51º83.48%87.84%-
XYZ40.1620.6747.77-
YUV109.78170.45209.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.22%
GREEN value IS 37 (14.84% from 255) = 8.30%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=50.22%
G=8.30%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243718500.830.170.12312.5175.151.18
HexE025B905311C1394b33
Octal340452710123211447111363
Binary1110000010010110111001010100111000111001001110011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E025B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E025B9; }

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

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

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

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

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

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

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

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