#EC66BE

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

Shades of Neon Pink #EC66BE

Tints of Neon Pink #EC66BE

Color information

#EC66BE (or 0xEC66BE) is unknown color: approx Neon Pink. HEX triplet: EC, 66 and BE. RGB value is (236,102,190). Sum of RGB (Red+Green+Blue) = 236+102+190=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66BE is #139941. Grayscale: #979797. Windows color (decimal): -1284418 or 12478188. OLE color: 12478188.

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

Color convert

RGB236102190-
CMYK00.570.190.07
HSL320.6º77.91%66.27%-
HSV(B)320.6º56.78%92.55%-
XYZ48.6431.0552.15-
YUV152.1149.39187.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 102 (40.23% from 255) = 19.32%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=44.70%
G=19.32%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610219000.570.190.07320.677.9166.27
HexEC66BE0391371414e42
Octal354146276071237501116102
Binary1110110011001101011111001110011001111110100000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC66BE; }

 p { color: rgb(236,102,190); }

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

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

 a { background-color: rgb(236,102,190); }

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

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

 span { border-color: rgb(236,102,190); }

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