#EC69C5

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

Shades of Neon Pink #EC69C5

Tints of Neon Pink #EC69C5

Color information

#EC69C5 (or 0xEC69C5) is unknown color: approx Neon Pink. HEX triplet: EC, 69 and C5. RGB value is (236,105,197). Sum of RGB (Red+Green+Blue) = 236+105+197=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69C5 is #13963A. Grayscale: #9A9A9A. Windows color (decimal): -1283643 or 12937708. OLE color: 12937708.

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

Color convert

RGB236105197-
CMYK00.560.170.07
HSL317.86º77.51%66.86%-
HSV(B)317.86º55.51%92.55%-
XYZ49.7231.9756.37-
YUV154.66151.9186.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 105 (41.41% from 255) = 19.52%
BLUE value IS 197 (77.34% from 255) = 36.62%
R=43.87%
G=19.52%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610519700.560.170.07317.8677.5166.86
HexEC69C503811713e4e43
Octal354151305070217476116103
Binary1110110011010011100010101110001000111110011111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69C5; }

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

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

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

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

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

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

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

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