#E527BB

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

Shades of Spicy Pink #E527BB

Tints of Spicy Pink #E527BB

Color information

#E527BB (or 0xE527BB) is unknown color: approx Spicy Pink. HEX triplet: E5, 27 and BB. RGB value is (229,39,187). Sum of RGB (Red+Green+Blue) = 229+39+187=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E527BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E527BB is #1AD844. Grayscale: #707070. Windows color (decimal): -1759301 or 12265445. OLE color: 12265445.

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

Color convert

RGB22939187-
CMYK00.830.180.10
HSL313.26º78.51%52.55%-
HSV(B)313.26º82.97%89.8%-
XYZ42.0121.748.99-
YUV112.68169.95210.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.33%
GREEN value IS 39 (15.62% from 255) = 8.57%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=50.33%
G=8.57%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293918700.830.180.10313.2678.5152.55
HexE527BB05312A1394f35
Octal345472730123221247111765
Binary1110010110011110111011010100111001010101001110011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E527BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E527BB; }

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

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

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

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

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

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

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

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