#E95EC1

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

Shades of Neon Pink #E95EC1

Tints of Neon Pink #E95EC1

Color information

#E95EC1 (or 0xE95EC1) is unknown color: approx Neon Pink. HEX triplet: E9, 5E and C1. RGB value is (233,94,193). Sum of RGB (Red+Green+Blue) = 233+94+193=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95EC1 is #16A13E. Grayscale: #929292. Windows color (decimal): -1483071 or 12672745. OLE color: 12672745.

HSL color Cylindrical-coordinate representation of color #E95EC1: hue angle of 317.27º 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 #E95EC1 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB23394193-
CMYK00.600.170.09
HSL317.27º75.96%64.12%-
HSV(B)317.27º59.66%91.37%-
XYZ47.2329.1853.59-
YUV146.85154.05189.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.81%
GREEN value IS 94 (37.11% from 255) = 18.08%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=44.81%
G=18.08%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339419300.600.170.09317.2775.9664.12
HexE95EC103C11913d4c40
Octal3511363010742111475114100
Binary11101001101111011000001011110010001100110011110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95EC1; }

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

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

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

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

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

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

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

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