#EC1CBC

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

Shades of Shocking Pink #EC1CBC

Tints of Shocking Pink #EC1CBC

Color information

#EC1CBC (or 0xEC1CBC) is unknown color: approx Shocking Pink. HEX triplet: EC, 1C and BC. RGB value is (236,28,188). Sum of RGB (Red+Green+Blue) = 236+28+188=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1CBC is #13E343. Grayscale: #6C6C6C. Windows color (decimal): -1303364 or 12328172. OLE color: 12328172.

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

Color convert

RGB23628188-
CMYK00.880.200.07
HSL313.85º84.55%51.76%-
HSV(B)313.85º88.14%92.55%-
XYZ44.0822.2949.56-
YUV108.43172.91218.99-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.21%
GREEN value IS 28 (11.33% from 255) = 6.19%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=52.21%
G=6.19%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362818800.880.200.07313.8584.5551.76
HexEC1CBC05814713a5534
Octal35434274013024747212564
Binary11101100111001011110001011000101001111001110101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1CBC; }

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

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

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

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

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

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

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

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