#EC1DCF

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

Shades of Shocking Pink #EC1DCF

Tints of Shocking Pink #EC1DCF

Color information

#EC1DCF (or 0xEC1DCF) is unknown color: approx Shocking Pink. HEX triplet: EC, 1D and CF. RGB value is (236,29,207). Sum of RGB (Red+Green+Blue) = 236+29+207=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DCF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DCF is #13E230. Grayscale: #6E6E6E. Windows color (decimal): -1303089 or 13573612. OLE color: 13573612.

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

Color convert

RGB23629207-
CMYK00.880.120.07
HSL308.41º84.49%51.96%-
HSV(B)308.41º87.71%92.55%-
XYZ46.2923.2261.07-
YUV111.18182.08217.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 6.14%
BLUE value IS 207 (81.25% from 255) = 43.86%
R=50%
G=6.14%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362920700.880.120.07308.4184.4951.96
HexEC1DCF058C71345434
Octal35435317013014746412464
Binary1110110011101110011110101100011001111001101001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1DCF; }

 p { color: rgb(236,29,207); }

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

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

 a { background-color: rgb(236,29,207); }

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

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

 span { border-color: rgb(236,29,207); }

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