#E16CBE

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

Shades of Neon Pink #E16CBE

Tints of Neon Pink #E16CBE

Color information

#E16CBE (or 0xE16CBE) is unknown color: approx Neon Pink. HEX triplet: E1, 6C and BE. RGB value is (225,108,190). Sum of RGB (Red+Green+Blue) = 225+108+190=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CBE is #1E9341. Grayscale: #989898. Windows color (decimal): -2003778 or 12479713. OLE color: 12479713.

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

Color convert

RGB225108190-
CMYK00.520.160.12
HSL317.95º66.1%65.29%-
HSV(B)317.95º52%88.24%-
XYZ45.7130.4552.18-
YUV152.33149.26179.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 108 (42.58% from 255) = 20.65%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=43.02%
G=20.65%
B=36.33%

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
Decimal22510819000.520.160.12317.9566.165.29
HexE16CBE03410C13e4241
Octal3411542760642014476102101
Binary11100001110110010111110011010010000110010011111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16CBE; }

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

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

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

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

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

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

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

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