#EC70CC

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

Shades of Neon Pink #EC70CC

Tints of Neon Pink #EC70CC

Color information

#EC70CC (or 0xEC70CC) is unknown color: approx Neon Pink. HEX triplet: EC, 70 and CC. RGB value is (236,112,204). Sum of RGB (Red+Green+Blue) = 236+112+204=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70CC is #138F33. Grayscale: #9F9F9F. Windows color (decimal): -1281844 or 13398252. OLE color: 13398252.

HSL color Cylindrical-coordinate representation of color #EC70CC: hue angle of 315.48º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70CC is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236112204-
CMYK00.530.140.07
HSL315.48º76.54%68.24%-
HSV(B)315.48º52.54%92.55%-
XYZ51.2933.7860.94-
YUV159.56153.08182.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 112 (44.14% from 255) = 20.29%
BLUE value IS 204 (80.08% from 255) = 36.96%
R=42.75%
G=20.29%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611220400.530.140.07315.4876.5468.24
HexEC70CC035E713b4d44
Octal354160314065167473115104
Binary111011001110000110011000110101111011110011101110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70CC; }

 p { color: rgb(236,112,204); }

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

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

 a { background-color: rgb(236,112,204); }

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

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

 span { border-color: rgb(236,112,204); }

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