#EC5DBF

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

Shades of Neon Pink #EC5DBF

Tints of Neon Pink #EC5DBF

Color information

#EC5DBF (or 0xEC5DBF) is unknown color: approx Neon Pink. HEX triplet: EC, 5D and BF. RGB value is (236,93,191). Sum of RGB (Red+Green+Blue) = 236+93+191=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DBF is #13A240. Grayscale: #929292. Windows color (decimal): -1286721 or 12541420. OLE color: 12541420.

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

Color convert

RGB23693191-
CMYK00.610.190.07
HSL318.88º79.01%64.51%-
HSV(B)318.88º60.59%92.55%-
XYZ47.9129.4252.44-
YUV146.93152.88191.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 93 (36.72% from 255) = 17.88%
BLUE value IS 191 (75% from 255) = 36.73%
R=45.38%
G=17.88%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369319100.610.190.07318.8879.0164.51
HexEC5DBF03D13713f4f41
Octal354135277075237477117101
Binary1110110010111011011111101111011001111110011111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5DBF; }

 p { color: rgb(236,93,191); }

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

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

 a { background-color: rgb(236,93,191); }

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

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

 span { border-color: rgb(236,93,191); }

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