#E95BBD

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

Shades of Neon Pink #E95BBD

Tints of Neon Pink #E95BBD

Color information

#E95BBD (or 0xE95BBD) is unknown color: approx Neon Pink. HEX triplet: E9, 5B and BD. RGB value is (233,91,189). Sum of RGB (Red+Green+Blue) = 233+91+189=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95BBD is #16A442. Grayscale: #909090. Windows color (decimal): -1483843 or 12409833. OLE color: 12409833.

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

Color convert

RGB23391189-
CMYK00.610.190.09
HSL318.59º76.34%63.53%-
HSV(B)318.59º60.94%91.37%-
XYZ46.5328.4851.19-
YUV144.63153.04191.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.42%
GREEN value IS 91 (35.94% from 255) = 17.74%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=45.42%
G=17.74%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339118900.610.190.09318.5976.3463.53
HexE95BBD03D13913f4c40
Octal3511332750752311477114100
Binary11101001101101110111101011110110011100110011111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95BBD; }

 p { color: rgb(233,91,189); }

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

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

 a { background-color: rgb(233,91,189); }

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

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

 span { border-color: rgb(233,91,189); }

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