#EC1CB4

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

Shades of Spicy Pink #EC1CB4

Tints of Spicy Pink #EC1CB4

Color information

#EC1CB4 (or 0xEC1CB4) is unknown color: approx Spicy Pink. HEX triplet: EC, 1C and B4. RGB value is (236,28,180). Sum of RGB (Red+Green+Blue) = 236+28+180=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CB4 is #13E34B. Grayscale: #6B6B6B. Windows color (decimal): -1303372 or 11803884. OLE color: 11803884.

HSL color Cylindrical-coordinate representation of color #EC1CB4: hue angle of 316.15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CB4 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB23628180-
CMYK00.880.240.07
HSL316.15º84.55%51.76%-
HSV(B)316.15º88.14%92.55%-
XYZ43.2521.9645.14-
YUV107.52168.91219.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.15%
GREEN value IS 28 (11.33% from 255) = 6.31%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=53.15%
G=6.31%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362818000.880.240.07316.1584.5551.76
HexEC1CB405818713c5534
Octal35434264013030747412564
Binary11101100111001011010001011000110001111001111001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1CB4; }

 p { color: rgb(236,28,180); }

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

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

 a { background-color: rgb(236,28,180); }

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

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

 span { border-color: rgb(236,28,180); }

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