#EC70CA

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

Shades of Neon Pink #EC70CA

Tints of Neon Pink #EC70CA

Color information

#EC70CA (or 0xEC70CA) is unknown color: approx Neon Pink. HEX triplet: EC, 70 and CA. RGB value is (236,112,202). Sum of RGB (Red+Green+Blue) = 236+112+202=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70CA is #138F35. Grayscale: #9F9F9F. Windows color (decimal): -1281846 or 13267180. OLE color: 13267180.

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

Color convert

RGB236112202-
CMYK00.530.140.07
HSL316.45º76.54%68.24%-
HSV(B)316.45º52.54%92.55%-
XYZ51.0533.6959.69-
YUV159.34152.08182.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 112 (44.14% from 255) = 20.36%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=42.91%
G=20.36%
B=36.73%

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
Decimal23611220200.530.140.07316.4576.5468.24
HexEC70CA035E713c4d44
Octal354160312065167474115104
Binary111011001110000110010100110101111011110011110010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70CA; }

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

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

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

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

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

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

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

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