#E85CBD

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

Shades of Neon Pink #E85CBD

Tints of Neon Pink #E85CBD

Color information

#E85CBD (or 0xE85CBD) is unknown color: approx Neon Pink. HEX triplet: E8, 5C and BD. RGB value is (232,92,189). Sum of RGB (Red+Green+Blue) = 232+92+189=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E85CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85CBD is #17A342. Grayscale: #909090. Windows color (decimal): -1549123 or 12410088. OLE color: 12410088.

HSL color Cylindrical-coordinate representation of color #E85CBD: hue angle of 318.43º 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 #E85CBD is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB23292189-
CMYK00.600.190.09
HSL318.43º75.27%63.53%-
HSV(B)318.43º60.34%90.98%-
XYZ46.2928.4851.2-
YUV144.92152.88190.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.22%
GREEN value IS 92 (36.33% from 255) = 17.93%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=45.22%
G=17.93%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329218900.600.190.09318.4375.2763.53
HexE85CBD03C13913e4b40
Octal3501342750742311476113100
Binary11101000101110010111101011110010011100110011111010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85CBD; }

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

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

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

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

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

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

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

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