#EC1DD0

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

Shades of Shocking Pink #EC1DD0

Tints of Shocking Pink #EC1DD0

Color information

#EC1DD0 (or 0xEC1DD0) is unknown color: approx Shocking Pink. HEX triplet: EC, 1D and D0. RGB value is (236,29,208). Sum of RGB (Red+Green+Blue) = 236+29+208=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1DD0 is #13E22F. Grayscale: #6E6E6E. Windows color (decimal): -1303088 or 13639148. OLE color: 13639148.

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

Color convert

RGB23629208-
CMYK00.880.120.07
HSL308.12º84.49%51.96%-
HSV(B)308.12º87.71%92.55%-
XYZ46.4223.2761.72-
YUV111.3182.58216.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 29 (11.72% from 255) = 6.13%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=49.89%
G=6.13%
B=43.97%

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
Decimal2362920800.880.120.07308.1284.4951.96
HexEC1DD0058C71345434
Octal35435320013014746412464
Binary1110110011101110100000101100011001111001101001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1DD0; }

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

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

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

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

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

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

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

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