#EC69C0

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

Shades of Neon Pink #EC69C0

Tints of Neon Pink #EC69C0

Color information

#EC69C0 (or 0xEC69C0) is unknown color: approx Neon Pink. HEX triplet: EC, 69 and C0. RGB value is (236,105,192). Sum of RGB (Red+Green+Blue) = 236+105+192=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69C0 is #13963F. Grayscale: #999999. Windows color (decimal): -1283648 or 12610028. OLE color: 12610028.

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

Color convert

RGB236105192-
CMYK00.560.190.07
HSL320.15º77.51%66.86%-
HSV(B)320.15º55.51%92.55%-
XYZ49.1631.7453.41-
YUV154.09149.4186.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=44.28%
G=19.70%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610519200.560.190.07320.1577.5166.86
HexEC69C00381371404e43
Octal354151300070237500116103
Binary1110110011010011100000001110001001111110100000010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69C0; }

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

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

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

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

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

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

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

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