#E46CBD

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

Shades of Neon Pink #E46CBD

Tints of Neon Pink #E46CBD

Color information

#E46CBD (or 0xE46CBD) is unknown color: approx Neon Pink. HEX triplet: E4, 6C and BD. RGB value is (228,108,189). Sum of RGB (Red+Green+Blue) = 228+108+189=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CBD is #1B9342. Grayscale: #989898. Windows color (decimal): -1807171 or 12414180. OLE color: 12414180.

HSL color Cylindrical-coordinate representation of color #E46CBD: hue angle of 319.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46CBD is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB228108189-
CMYK00.530.170.11
HSL319.5º68.97%65.88%-
HSV(B)319.5º52.63%89.41%-
XYZ46.5430.8951.65-
YUV153.11148.26181.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 43.43%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 189 (74.22% from 255) = 36%
R=43.43%
G=20.57%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810818900.530.170.11319.568.9765.88
HexE46CBD03511B1404542
Octal3441542750652113500105102
Binary11100100110110010111101011010110001101110100000010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46CBD; }

 p { color: rgb(228,108,189); }

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

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

 a { background-color: rgb(228,108,189); }

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

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

 span { border-color: rgb(228,108,189); }

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