#EC67CA

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

Shades of Neon Pink #EC67CA

Tints of Neon Pink #EC67CA

Color information

#EC67CA (or 0xEC67CA) is unknown color: approx Neon Pink. HEX triplet: EC, 67 and CA. RGB value is (236,103,202). Sum of RGB (Red+Green+Blue) = 236+103+202=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #EC67CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC67CA is #139835. Grayscale: #999999. Windows color (decimal): -1284150 or 13264876. OLE color: 13264876.

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

Color convert

RGB236103202-
CMYK00.560.140.07
HSL315.34º77.78%66.47%-
HSV(B)315.34º56.36%92.55%-
XYZ50.131.859.37-
YUV154.05155.06186.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.62%
GREEN value IS 103 (40.62% from 255) = 19.04%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=43.62%
G=19.04%
B=37.34%

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
Decimal23610320200.560.140.07315.3477.7866.47
HexEC67CA038E713b4e42
Octal354147312070167473116102
Binary111011001100111110010100111000111011110011101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC67CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC67CA; }

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

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

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

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

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

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

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

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