#E95EC0

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

Shades of Neon Pink #E95EC0

Tints of Neon Pink #E95EC0

Color information

#E95EC0 (or 0xE95EC0) is unknown color: approx Neon Pink. HEX triplet: E9, 5E and C0. RGB value is (233,94,192). Sum of RGB (Red+Green+Blue) = 233+94+192=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95EC0 is #16A13F. Grayscale: #929292. Windows color (decimal): -1483072 or 12607209. OLE color: 12607209.

HSL color Cylindrical-coordinate representation of color #E95EC0: hue angle of 317.7º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95EC0 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23394192-
CMYK00.600.180.09
HSL317.7º75.96%64.12%-
HSV(B)317.7º59.66%91.37%-
XYZ47.1229.1353.01-
YUV146.73153.55189.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 94 (37.11% from 255) = 18.11%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=44.89%
G=18.11%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339419200.600.180.09317.775.9664.12
HexE95EC003C12913e4c40
Octal3511363000742211476114100
Binary11101001101111011000000011110010010100110011111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95EC0; }

 p { color: rgb(233,94,192); }

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

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

 a { background-color: rgb(233,94,192); }

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

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

 span { border-color: rgb(233,94,192); }

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