#E52CB7

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

Shades of Spicy Pink #E52CB7

Tints of Spicy Pink #E52CB7

Color information

#E52CB7 (or 0xE52CB7) is unknown color: approx Spicy Pink. HEX triplet: E5, 2C and B7. RGB value is (229,44,183). Sum of RGB (Red+Green+Blue) = 229+44+183=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E52CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E52CB7 is #1AD348. Grayscale: #727272. Windows color (decimal): -1758025 or 12004581. OLE color: 12004581.

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

Color convert

RGB22944183-
CMYK00.810.200.10
HSL314.92º78.06%53.53%-
HSV(B)314.92º80.79%89.8%-
XYZ41.7621.8846.82-
YUV115.16166.29209.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.22%
GREEN value IS 44 (17.58% from 255) = 9.65%
BLUE value IS 183 (71.88% from 255) = 40.13%
R=50.22%
G=9.65%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294418300.810.200.10314.9278.0653.53
HexE52CB705114A13b4e36
Octal345542670121241247311666
Binary1110010110110010110111010100011010010101001110111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E52CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E52CB7; }

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

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

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

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

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

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

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

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