#EC1CB9

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

Shades of Shocking Pink #EC1CB9

Tints of Shocking Pink #EC1CB9

Color information

#EC1CB9 (or 0xEC1CB9) is unknown color: approx Shocking Pink. HEX triplet: EC, 1C and B9. RGB value is (236,28,185). Sum of RGB (Red+Green+Blue) = 236+28+185=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CB9 is #13E346. Grayscale: #6B6B6B. Windows color (decimal): -1303367 or 12131564. OLE color: 12131564.

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

Color convert

RGB23628185-
CMYK00.880.220.07
HSL314.71º84.55%51.76%-
HSV(B)314.71º88.14%92.55%-
XYZ43.7622.1747.87-
YUV108.09171.41219.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.56%
GREEN value IS 28 (11.33% from 255) = 6.24%
BLUE value IS 185 (72.66% from 255) = 41.20%
R=52.56%
G=6.24%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362818500.880.220.07314.7184.5551.76
HexEC1CB905816713b5534
Octal35434271013026747312564
Binary11101100111001011100101011000101101111001110111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1CB9; }

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

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

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

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

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

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

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

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