#EC65C2

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

Shades of Neon Pink #EC65C2

Tints of Neon Pink #EC65C2

Color information

#EC65C2 (or 0xEC65C2) is unknown color: approx Neon Pink. HEX triplet: EC, 65 and C2. RGB value is (236,101,194). Sum of RGB (Red+Green+Blue) = 236+101+194=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65C2 is #139A3D. Grayscale: #979797. Windows color (decimal): -1284670 or 12740076. OLE color: 12740076.

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

Color convert

RGB236101194-
CMYK00.570.180.07
HSL318.67º78.03%66.08%-
HSV(B)318.67º57.2%92.55%-
XYZ48.9831.0454.45-
YUV151.97151.73187.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 101 (39.84% from 255) = 19.02%
BLUE value IS 194 (76.17% from 255) = 36.53%
R=44.44%
G=19.02%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610119400.570.180.07318.6778.0366.08
HexEC65C203912713f4e42
Octal354145302071227477116102
Binary1110110011001011100001001110011001011110011111110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC65C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC65C2; }

 p { color: rgb(236,101,194); }

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

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

 a { background-color: rgb(236,101,194); }

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

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

 span { border-color: rgb(236,101,194); }

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