#E85CBE

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

Shades of Neon Pink #E85CBE

Tints of Neon Pink #E85CBE

Color information

#E85CBE (or 0xE85CBE) is unknown color: approx Neon Pink. HEX triplet: E8, 5C and BE. RGB value is (232,92,190). Sum of RGB (Red+Green+Blue) = 232+92+190=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E85CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85CBE is #17A341. Grayscale: #909090. Windows color (decimal): -1549122 or 12475624. OLE color: 12475624.

HSL color Cylindrical-coordinate representation of color #E85CBE: hue angle of 318º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85CBE is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23292190-
CMYK00.600.180.09
HSL318º75.27%63.53%-
HSV(B)318º60.34%90.98%-
XYZ46.428.5351.78-
YUV145.03153.38190.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.14%
GREEN value IS 92 (36.33% from 255) = 17.90%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=45.14%
G=17.90%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329219000.600.180.0931875.2763.53
HexE85CBE03C12913e4b40
Octal3501342760742211476113100
Binary11101000101110010111110011110010010100110011111010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85CBE; }

 p { color: rgb(232,92,190); }

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

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

 a { background-color: rgb(232,92,190); }

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

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

 span { border-color: rgb(232,92,190); }

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