#E527B0

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

Shades of Spicy Pink #E527B0

Tints of Spicy Pink #E527B0

Color information

#E527B0 (or 0xE527B0) is unknown color: approx Spicy Pink. HEX triplet: E5, 27 and B0. RGB value is (229,39,176). Sum of RGB (Red+Green+Blue) = 229+39+176=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 39 (15.62% from 255 or 8.78% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E527B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E527B0 is #1AD84F. Grayscale: #6F6F6F. Windows color (decimal): -1759312 or 11544549. OLE color: 11544549.

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

Color convert

RGB22939176-
CMYK00.830.230.10
HSL316.74º78.51%52.55%-
HSV(B)316.74º82.97%89.8%-
XYZ40.8821.2443.02-
YUV111.43164.45211.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.58%
GREEN value IS 39 (15.62% from 255) = 8.78%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=51.58%
G=8.78%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293917600.830.230.10316.7478.5152.55
HexE527B005317A13d4f35
Octal345472600123271247511765
Binary1110010110011110110000010100111011110101001111011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E527B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E527B0; }

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

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

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

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

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

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

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

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