#E52CB0

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

Shades of Spicy Pink #E52CB0

Tints of Spicy Pink #E52CB0

Color information

#E52CB0 (or 0xE52CB0) is unknown color: approx Spicy Pink. HEX triplet: E5, 2C and B0. RGB value is (229,44,176). Sum of RGB (Red+Green+Blue) = 229+44+176=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52CB0 is #1AD34F. Grayscale: #727272. Windows color (decimal): -1758032 or 11545829. OLE color: 11545829.

HSL color Cylindrical-coordinate representation of color #E52CB0: hue angle of 317.19º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52CB0 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB22944176-
CMYK00.810.230.10
HSL317.19º78.06%53.53%-
HSV(B)317.19º80.79%89.8%-
XYZ41.0521.5943.08-
YUV114.36162.79209.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 44 (17.58% from 255) = 9.80%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=51.00%
G=9.80%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294417600.810.230.10317.1978.0653.53
HexE52CB005117A13d4e36
Octal345542600121271247511666
Binary1110010110110010110000010100011011110101001111011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52CB0; }

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

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

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

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

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

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

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

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