#E527B9

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

Shades of Spicy Pink #E527B9

Tints of Spicy Pink #E527B9

Color information

#E527B9 (or 0xE527B9) is unknown color: approx Spicy Pink. HEX triplet: E5, 27 and B9. RGB value is (229,39,185). Sum of RGB (Red+Green+Blue) = 229+39+185=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E527B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527B9 is #1AD846. Grayscale: #707070. Windows color (decimal): -1759303 or 12134373. OLE color: 12134373.

HSL color Cylindrical-coordinate representation of color #E527B9: hue angle of 313.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E527B9 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB22939185-
CMYK00.830.190.10
HSL313.89º78.51%52.55%-
HSV(B)313.89º82.97%89.8%-
XYZ41.821.6147.87-
YUV112.45168.95211.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.55%
GREEN value IS 39 (15.62% from 255) = 8.61%
BLUE value IS 185 (72.66% from 255) = 40.84%
R=50.55%
G=8.61%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293918500.830.190.10313.8978.5152.55
HexE527B905313A13a4f35
Octal345472710123231247211765
Binary1110010110011110111001010100111001110101001110101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E527B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E527B9; }

 p { color: rgb(229,39,185); }

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

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

 a { background-color: rgb(229,39,185); }

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

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

 span { border-color: rgb(229,39,185); }

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