#ec6ecc

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

Shades of Neon Pink #EC6ECC

Tints of Neon Pink #EC6ECC

Color information

#EC6ECC (or 0xEC6ECC) is unknown color: approx Neon Pink. HEX triplet: EC, 6E and CC. RGB value is (236,110,204). Sum of RGB (Red+Green+Blue) = 236+110+204=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6ECC is #139133. Grayscale: #9E9E9E. Windows color (decimal): -1282356 or 13397740. OLE color: 13397740.

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

Color convert

RGB236110204-
CMYK00.530.140.07
HSL315.24º76.83%67.84%-
HSV(B)315.24º53.39%92.55%-
XYZ51.0733.3460.87-
YUV158.39153.74183.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 110 (43.36% from 255) = 20%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=42.91%
G=20%
B=37.09%

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
Decimal23611020400.530.140.07315.2476.8367.84
HexEC6ECC035E713b4d44
Octal354156314065167473115104
Binary111011001101110110011000110101111011110011101110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec6ecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec6ecc; }

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

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

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

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

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

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

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

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