#E66DC5

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

Shades of Neon Pink #E66DC5

Tints of Neon Pink #E66DC5

Color information

#E66DC5 (or 0xE66DC5) is unknown color: approx Neon Pink. HEX triplet: E6, 6D and C5. RGB value is (230,109,197). Sum of RGB (Red+Green+Blue) = 230+109+197=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DC5 is #19923A. Grayscale: #9A9A9A. Windows color (decimal): -1675835 or 12938726. OLE color: 12938726.

HSL color Cylindrical-coordinate representation of color #E66DC5: hue angle of 316.36º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DC5 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB230109197-
CMYK00.530.140.10
HSL316.36º70.76%66.47%-
HSV(B)316.36º52.61%90.2%-
XYZ48.1831.7956.42-
YUV155.21151.59181.34-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 109 (42.97% from 255) = 20.34%
BLUE value IS 197 (77.34% from 255) = 36.75%
R=42.91%
G=20.34%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010919700.530.140.10316.3670.7666.47
HexE66DC5035EA13c4742
Octal3461553050651612474107102
Binary1110011011011011100010101101011110101010011110010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E66DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E66DC5; }

 p { color: rgb(230,109,197); }

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

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

 a { background-color: rgb(230,109,197); }

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

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

 span { border-color: rgb(230,109,197); }

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