#EC25BC

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

Shades of Spicy Pink #EC25BC

Tints of Spicy Pink #EC25BC

Color information

#EC25BC (or 0xEC25BC) is unknown color: approx Spicy Pink. HEX triplet: EC, 25 and BC. RGB value is (236,37,188). Sum of RGB (Red+Green+Blue) = 236+37+188=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC25BC is #13DA43. Grayscale: #717171. Windows color (decimal): -1301060 or 12330476. OLE color: 12330476.

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

Color convert

RGB23637188-
CMYK00.840.200.07
HSL314.47º83.97%53.53%-
HSV(B)314.47º84.32%92.55%-
XYZ44.3322.7949.64-
YUV113.71169.93215.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 37 (14.84% from 255) = 8.03%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=51.19%
G=8.03%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2363718800.840.200.07314.4783.9753.53
HexEC25BC05414713a5436
Octal35445274012424747212466
Binary111011001001011011110001010100101001111001110101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC25BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC25BC; }

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

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

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

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

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

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

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

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