#EC0FB0

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

Shades of Shocking Pink #EC0FB0

Tints of Shocking Pink #EC0FB0

Color information

#EC0FB0 (or 0xEC0FB0) is unknown color: approx Shocking Pink. HEX triplet: EC, 0F and B0. RGB value is (236,15,176). Sum of RGB (Red+Green+Blue) = 236+15+176=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0FB0 is #13F04F. Grayscale: #636363. Windows color (decimal): -1306704 or 11538412. OLE color: 11538412.

HSL color Cylindrical-coordinate representation of color #EC0FB0: hue angle of 316.29º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FB0 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB23615176-
CMYK00.940.250.07
HSL316.29º88.05%49.22%-
HSV(B)316.29º93.64%92.55%-
XYZ42.621.3142.94-
YUV99.43171.22225.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.27%
GREEN value IS 15 (6.25% from 255) = 3.51%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=55.27%
G=3.51%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361517600.940.250.07316.2988.0549.22
HexECFB005E19713c5831
Octal35417260013631747413061
Binary1110110011111011000001011110110011111001111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0FB0; }

 p { color: rgb(236,15,176); }

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

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

 a { background-color: rgb(236,15,176); }

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

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

 span { border-color: rgb(236,15,176); }

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