#E96BBD

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

Shades of Neon Pink #E96BBD

Tints of Neon Pink #E96BBD

Color information

#E96BBD (or 0xE96BBD) is unknown color: approx Neon Pink. HEX triplet: E9, 6B and BD. RGB value is (233,107,189). Sum of RGB (Red+Green+Blue) = 233+107+189=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BBD is #169442. Grayscale: #999999. Windows color (decimal): -1479747 or 12413929. OLE color: 12413929.

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

Color convert

RGB233107189-
CMYK00.540.190.09
HSL320.95º74.12%66.67%-
HSV(B)320.95º54.08%91.37%-
XYZ48.0531.5151.69-
YUV154.02147.74184.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.05%
GREEN value IS 107 (42.19% from 255) = 20.23%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=44.05%
G=20.23%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310718900.540.190.09320.9574.1266.67
HexE96BBD0361391414a43
Octal3511532750662311501112103
Binary11101001110101110111101011011010011100110100000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96BBD; }

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

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

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

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

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

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

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

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