#EC68CA

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

Shades of Neon Pink #EC68CA

Tints of Neon Pink #EC68CA

Color information

#EC68CA (or 0xEC68CA) is unknown color: approx Neon Pink. HEX triplet: EC, 68 and CA. RGB value is (236,104,202). Sum of RGB (Red+Green+Blue) = 236+104+202=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68CA is #139735. Grayscale: #9A9A9A. Windows color (decimal): -1283894 or 13265132. OLE color: 13265132.

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

Color convert

RGB236104202-
CMYK00.560.140.07
HSL315.45º77.65%66.67%-
HSV(B)315.45º55.93%92.55%-
XYZ50.23259.41-
YUV154.64154.73186.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.54%
GREEN value IS 104 (41.02% from 255) = 19.19%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=43.54%
G=19.19%
B=37.27%

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
Decimal23610420200.560.140.07315.4577.6566.67
HexEC68CA038E713b4e43
Octal354150312070167473116103
Binary111011001101000110010100111000111011110011101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC68CA; }

 p { color: rgb(236,104,202); }

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

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

 a { background-color: rgb(236,104,202); }

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

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

 span { border-color: rgb(236,104,202); }

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