#EC28BA

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

Shades of Spicy Pink #EC28BA

Tints of Spicy Pink #EC28BA

Color information

#EC28BA (or 0xEC28BA) is unknown color: approx Spicy Pink. HEX triplet: EC, 28 and BA. RGB value is (236,40,186). Sum of RGB (Red+Green+Blue) = 236+40+186=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC28BA is #13D745. Grayscale: #727272. Windows color (decimal): -1300294 or 12200172. OLE color: 12200172.

HSL color Cylindrical-coordinate representation of color #EC28BA: hue angle of 315.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC28BA is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB23640186-
CMYK00.830.210.07
HSL315.31º83.76%54.12%-
HSV(B)315.31º83.05%92.55%-
XYZ44.2122.948.54-
YUV115.25167.93214.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.08%
GREEN value IS 40 (16.02% from 255) = 8.66%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=51.08%
G=8.66%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364018600.830.210.07315.3183.7654.12
HexEC28BA05315713b5436
Octal35450272012325747312466
Binary111011001010001011101001010011101011111001110111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC28BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC28BA; }

 p { color: rgb(236,40,186); }

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

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

 a { background-color: rgb(236,40,186); }

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

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

 span { border-color: rgb(236,40,186); }

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