#EC18CC

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

Shades of Shocking Pink #EC18CC

Tints of Shocking Pink #EC18CC

Color information

#EC18CC (or 0xEC18CC) is unknown color: approx Shocking Pink. HEX triplet: EC, 18 and CC. RGB value is (236,24,204). Sum of RGB (Red+Green+Blue) = 236+24+204=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18CC is #13E733. Grayscale: #6B6B6B. Windows color (decimal): -1304372 or 13375724. OLE color: 13375724.

HSL color Cylindrical-coordinate representation of color #EC18CC: hue angle of 309.06º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC18CC is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB23624204-
CMYK00.900.140.07
HSL309.06º84.8%50.98%-
HSV(B)309.06º89.83%92.55%-
XYZ45.8222.8559.12-
YUV107.91182.24219.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.86%
GREEN value IS 24 (9.77% from 255) = 5.17%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=50.86%
G=5.17%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362420400.900.140.07309.0684.850.98
HexEC18CC05AE71355533
Octal35430314013216746512563
Binary1110110011000110011000101101011101111001101011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC18CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC18CC; }

 p { color: rgb(236,24,204); }

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

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

 a { background-color: rgb(236,24,204); }

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

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

 span { border-color: rgb(236,24,204); }

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