#E867BD

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

Shades of Neon Pink #E867BD

Tints of Neon Pink #E867BD

Color information

#E867BD (or 0xE867BD) is unknown color: approx Neon Pink. HEX triplet: E8, 67 and BD. RGB value is (232,103,189). Sum of RGB (Red+Green+Blue) = 232+103+189=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E867BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E867BD is #179842. Grayscale: #979797. Windows color (decimal): -1546307 or 12412904. OLE color: 12412904.

HSL color Cylindrical-coordinate representation of color #E867BD: hue angle of 320º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E867BD is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232103189-
CMYK00.560.190.09
HSL320º73.71%65.69%-
HSV(B)320º55.6%90.98%-
XYZ47.3130.5351.54-
YUV151.38149.24185.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.27%
GREEN value IS 103 (40.62% from 255) = 19.66%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=44.27%
G=19.66%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210318900.560.190.0932073.7165.69
HexE867BD0381391404a42
Octal3501472750702311500112102
Binary11101000110011110111101011100010011100110100000010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E867BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E867BD; }

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

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

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

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

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

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

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

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