#E16CBF

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

Shades of Neon Pink #E16CBF

Tints of Neon Pink #E16CBF

Color information

#E16CBF (or 0xE16CBF) is unknown color: approx Neon Pink. HEX triplet: E1, 6C and BF. RGB value is (225,108,191). Sum of RGB (Red+Green+Blue) = 225+108+191=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CBF is #1E9340. Grayscale: #989898. Windows color (decimal): -2003777 or 12545249. OLE color: 12545249.

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

Color convert

RGB225108191-
CMYK00.520.150.12
HSL317.44º66.1%65.29%-
HSV(B)317.44º52%88.24%-
XYZ45.8230.4952.76-
YUV152.44149.76179.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 108 (42.58% from 255) = 20.61%
BLUE value IS 191 (75% from 255) = 36.45%
R=42.94%
G=20.61%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510819100.520.150.12317.4466.165.29
HexE16CBF034FC13d4241
Octal3411542770641714475102101
Binary1110000111011001011111101101001111110010011110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CBF; }

 p { color: rgb(225,108,191); }

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

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

 a { background-color: rgb(225,108,191); }

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

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

 span { border-color: rgb(225,108,191); }

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