#EC18C9

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

Shades of Shocking Pink #EC18C9

Tints of Shocking Pink #EC18C9

Color information

#EC18C9 (or 0xEC18C9) is unknown color: approx Shocking Pink. HEX triplet: EC, 18 and C9. RGB value is (236,24,201). Sum of RGB (Red+Green+Blue) = 236+24+201=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC18C9 is #13E736. Grayscale: #6B6B6B. Windows color (decimal): -1304375 or 13179116. OLE color: 13179116.

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

Color convert

RGB23624201-
CMYK00.900.150.07
HSL309.91º84.8%50.98%-
HSV(B)309.91º89.83%92.55%-
XYZ45.4622.757.24-
YUV107.57180.74219.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.19%
GREEN value IS 24 (9.77% from 255) = 5.21%
BLUE value IS 201 (78.91% from 255) = 43.60%
R=51.19%
G=5.21%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362420100.900.150.07309.9184.850.98
HexEC18C905AF71365533
Octal35430311013217746612563
Binary1110110011000110010010101101011111111001101101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC18C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC18C9; }

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

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

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

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

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

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

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

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