#EC69CA

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

Shades of Neon Pink #EC69CA

Tints of Neon Pink #EC69CA

Color information

#EC69CA (or 0xEC69CA) is unknown color: approx Neon Pink. HEX triplet: EC, 69 and CA. RGB value is (236,105,202). Sum of RGB (Red+Green+Blue) = 236+105+202=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC69CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC69CA is #139635. Grayscale: #9A9A9A. Windows color (decimal): -1283638 or 13265388. OLE color: 13265388.

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

Color convert

RGB236105202-
CMYK00.560.140.07
HSL315.57º77.51%66.86%-
HSV(B)315.57º55.51%92.55%-
XYZ50.332.259.44-
YUV155.23154.4185.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.46%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=43.46%
G=19.34%
B=37.20%

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
Decimal23610520200.560.140.07315.5777.5166.86
HexEC69CA038E713c4e43
Octal354151312070167474116103
Binary111011001101001110010100111000111011110011110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69CA; }

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

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

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

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

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

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

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

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