#E16BBD

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

Shades of Neon Pink #E16BBD

Tints of Neon Pink #E16BBD

Color information

#E16BBD (or 0xE16BBD) is unknown color: approx Neon Pink. HEX triplet: E1, 6B and BD. RGB value is (225,107,189). Sum of RGB (Red+Green+Blue) = 225+107+189=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BBD is #1E9442. Grayscale: #979797. Windows color (decimal): -2004035 or 12413921. OLE color: 12413921.

HSL color Cylindrical-coordinate representation of color #E16BBD: hue angle of 318.31º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16BBD is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225107189-
CMYK00.520.160.12
HSL318.31º66.29%65.1%-
HSV(B)318.31º52.44%88.24%-
XYZ45.4930.251.57-
YUV151.63149.09180.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 189 (74.22% from 255) = 36.28%
R=43.19%
G=20.54%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510718900.520.160.12318.3166.2965.1
HexE16BBD03410C13e4241
Octal3411532750642014476102101
Binary11100001110101110111101011010010000110010011111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16BBD; }

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

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

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

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

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

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

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

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