#EC69CC

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

Shades of Neon Pink #EC69CC

Tints of Neon Pink #EC69CC

Color information

#EC69CC (or 0xEC69CC) is unknown color: approx Neon Pink. HEX triplet: EC, 69 and CC. RGB value is (236,105,204). Sum of RGB (Red+Green+Blue) = 236+105+204=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69CC is #139633. Grayscale: #9B9B9B. Windows color (decimal): -1283636 or 13396460. OLE color: 13396460.

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

Color convert

RGB236105204-
CMYK00.560.140.07
HSL314.66º77.51%66.86%-
HSV(B)314.66º55.51%92.55%-
XYZ50.5432.360.7-
YUV155.45155.4185.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 105 (41.41% from 255) = 19.27%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=43.30%
G=19.27%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610520400.560.140.07314.6677.5166.86
HexEC69CC038E713b4e43
Octal354151314070167473116103
Binary111011001101001110011000111000111011110011101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69CC; }

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

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

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

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

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

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

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

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