#E16BBC

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

Shades of Neon Pink #E16BBC

Tints of Neon Pink #E16BBC

Color information

#E16BBC (or 0xE16BBC) is unknown color: approx Neon Pink. HEX triplet: E1, 6B and BC. RGB value is (225,107,188). Sum of RGB (Red+Green+Blue) = 225+107+188=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BBC is #1E9443. Grayscale: #979797. Windows color (decimal): -2004036 or 12348385. OLE color: 12348385.

HSL color Cylindrical-coordinate representation of color #E16BBC: hue angle of 318.81º 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 #E16BBC is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225107188-
CMYK00.520.160.12
HSL318.81º66.29%65.1%-
HSV(B)318.81º52.44%88.24%-
XYZ45.3930.1551.01-
YUV151.52148.59180.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=43.27%
G=20.58%
B=36.15%

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
Decimal22510718800.520.160.12318.8166.2965.1
HexE16BBC03410C13f4241
Octal3411532740642014477102101
Binary11100001110101110111100011010010000110010011111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16BBC; }

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

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

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

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

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

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

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

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