#EC18D8

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

Shades of Shocking Pink #EC18D8

Tints of Shocking Pink #EC18D8

Color information

#EC18D8 (or 0xEC18D8) is unknown color: approx Shocking Pink. HEX triplet: EC, 18 and D8. RGB value is (236,24,216). Sum of RGB (Red+Green+Blue) = 236+24+216=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18D8 is #13E727. Grayscale: #6C6C6C. Windows color (decimal): -1304360 or 14162156. OLE color: 14162156.

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

Color convert

RGB23624216-
CMYK00.900.080.07
HSL305.66º84.8%50.98%-
HSV(B)305.66º89.83%92.55%-
XYZ47.3123.4467-
YUV109.28188.24218.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.58%
GREEN value IS 24 (9.77% from 255) = 5.04%
BLUE value IS 216 (84.77% from 255) = 45.38%
R=49.58%
G=5.04%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362421600.900.080.07305.6684.850.98
HexEC18D805A871325533
Octal35430330013210746212563
Binary1110110011000110110000101101010001111001100101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC18D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC18D8; }

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

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

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

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

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

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

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

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