#E96DC8

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

Shades of Neon Pink #E96DC8

Tints of Neon Pink #E96DC8

Color information

#E96DC8 (or 0xE96DC8) is unknown color: approx Neon Pink. HEX triplet: E9, 6D and C8. RGB value is (233,109,200). Sum of RGB (Red+Green+Blue) = 233+109+200=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DC8 is #169237. Grayscale: #9C9C9C. Windows color (decimal): -1479224 or 13135337. OLE color: 13135337.

HSL color Cylindrical-coordinate representation of color #E96DC8: hue angle of 315.97º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96DC8 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB233109200-
CMYK00.530.140.09
HSL315.97º73.81%67.06%-
HSV(B)315.97º53.22%91.37%-
XYZ49.532.4358.29-
YUV156.45152.58182.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.99%
GREEN value IS 109 (42.97% from 255) = 20.11%
BLUE value IS 200 (78.52% from 255) = 36.90%
R=42.99%
G=20.11%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310920000.530.140.09315.9773.8167.06
HexE96DC8035E913c4a43
Octal3511553100651611474112103
Binary1110100111011011100100001101011110100110011110010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DC8; }

 p { color: rgb(233,109,200); }

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

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

 a { background-color: rgb(233,109,200); }

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

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

 span { border-color: rgb(233,109,200); }

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