#EC5DC4

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

Shades of Neon Pink #EC5DC4

Tints of Neon Pink #EC5DC4

Color information

#EC5DC4 (or 0xEC5DC4) is unknown color: approx Neon Pink. HEX triplet: EC, 5D and C4. RGB value is (236,93,196). Sum of RGB (Red+Green+Blue) = 236+93+196=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5DC4 is #13A23B. Grayscale: #939393. Windows color (decimal): -1286716 or 12869100. OLE color: 12869100.

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

Color convert

RGB23693196-
CMYK00.610.170.07
HSL316.78º79.01%64.51%-
HSV(B)316.78º60.59%92.55%-
XYZ48.4729.6555.39-
YUV147.5155.38191.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=44.95%
G=17.71%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369319600.610.170.07316.7879.0164.51
HexEC5DC403D11713d4f41
Octal354135304075217475117101
Binary1110110010111011100010001111011000111110011110110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5DC4; }

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

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

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

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

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

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

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

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