#EC25BA

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

Shades of Spicy Pink #EC25BA

Tints of Spicy Pink #EC25BA

Color information

#EC25BA (or 0xEC25BA) is unknown color: approx Spicy Pink. HEX triplet: EC, 25 and BA. RGB value is (236,37,186). Sum of RGB (Red+Green+Blue) = 236+37+186=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25BA is #13DA45. Grayscale: #717171. Windows color (decimal): -1301062 or 12199404. OLE color: 12199404.

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

Color convert

RGB23637186-
CMYK00.840.210.07
HSL315.08º83.97%53.53%-
HSV(B)315.08º84.32%92.55%-
XYZ44.1222.748.51-
YUV113.49168.93215.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.42%
GREEN value IS 37 (14.84% from 255) = 8.06%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=51.42%
G=8.06%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363718600.840.210.07315.0883.9753.53
HexEC25BA05415713b5436
Octal35445272012425747312466
Binary111011001001011011101001010100101011111001110111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC25BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC25BA; }

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

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

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

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

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

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

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

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