#EC0CBE

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

Shades of Shocking Pink #EC0CBE

Tints of Shocking Pink #EC0CBE

Color information

#EC0CBE (or 0xEC0CBE) is unknown color: approx Shocking Pink. HEX triplet: EC, 0C and BE. RGB value is (236,12,190). Sum of RGB (Red+Green+Blue) = 236+12+190=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CBE is #13F341. Grayscale: #626262. Windows color (decimal): -1307458 or 12455148. OLE color: 12455148.

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

Color convert

RGB23612190-
CMYK00.950.190.07
HSL312.32º90.32%48.63%-
HSV(B)312.32º94.92%92.55%-
XYZ44.0221.8150.61-
YUV99.27179.21225.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.88%
GREEN value IS 12 (5.08% from 255) = 2.74%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=53.88%
G=2.74%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361219000.950.190.07312.3290.3248.63
HexECCBE05F1371385a31
Octal35414276013723747013261
Binary1110110011001011111001011111100111111001110001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC0CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC0CBE; }

 p { color: rgb(236,12,190); }

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

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

 a { background-color: rgb(236,12,190); }

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

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

 span { border-color: rgb(236,12,190); }

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