#EC15C2

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

Shades of Shocking Pink #EC15C2

Tints of Shocking Pink #EC15C2

Color information

#EC15C2 (or 0xEC15C2) is unknown color: approx Shocking Pink. HEX triplet: EC, 15 and C2. RGB value is (236,21,194). Sum of RGB (Red+Green+Blue) = 236+21+194=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15C2 is #13EA3D. Grayscale: #686868. Windows color (decimal): -1305150 or 12719596. OLE color: 12719596.

HSL color Cylindrical-coordinate representation of color #EC15C2: hue angle of 311.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15C2 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB23621194-
CMYK00.910.180.07
HSL311.72º84.98%50.39%-
HSV(B)311.72º91.1%92.55%-
XYZ44.622.2652.99-
YUV105.01178.23221.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.33%
GREEN value IS 21 (8.59% from 255) = 4.66%
BLUE value IS 194 (76.17% from 255) = 43.02%
R=52.33%
G=4.66%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362119400.910.180.07311.7284.9850.39
HexEC15C205B1271385532
Octal35425302013322747012562
Binary11101100101011100001001011011100101111001110001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC15C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC15C2; }

 p { color: rgb(236,21,194); }

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

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

 a { background-color: rgb(236,21,194); }

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

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

 span { border-color: rgb(236,21,194); }

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