#EC70C0

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

Shades of Neon Pink #EC70C0

Tints of Neon Pink #EC70C0

Color information

#EC70C0 (or 0xEC70C0) is unknown color: approx Neon Pink. HEX triplet: EC, 70 and C0. RGB value is (236,112,192). Sum of RGB (Red+Green+Blue) = 236+112+192=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70C0 is #138F3F. Grayscale: #9E9E9E. Windows color (decimal): -1281856 or 12611820. OLE color: 12611820.

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

Color convert

RGB236112192-
CMYK00.530.190.07
HSL321.29º76.54%68.24%-
HSV(B)321.29º52.54%92.55%-
XYZ49.933.2353.65-
YUV158.2147.08183.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.70%
GREEN value IS 112 (44.14% from 255) = 20.74%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=43.70%
G=20.74%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611219200.530.190.07321.2976.5468.24
HexEC70C00351371414d44
Octal354160300065237501115104
Binary1110110011100001100000001101011001111110100000110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70C0; }

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

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

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

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

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

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

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

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