#E569BD

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

Shades of Neon Pink #E569BD

Tints of Neon Pink #E569BD

Color information

#E569BD (or 0xE569BD) is unknown color: approx Neon Pink. HEX triplet: E5, 69 and BD. RGB value is (229,105,189). Sum of RGB (Red+Green+Blue) = 229+105+189=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E569BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569BD is #1A9642. Grayscale: #979797. Windows color (decimal): -1742403 or 12413413. OLE color: 12413413.

HSL color Cylindrical-coordinate representation of color #E569BD: hue angle of 319.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E569BD is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229105189-
CMYK00.540.170.10
HSL319.35º70.45%65.49%-
HSV(B)319.35º54.15%89.8%-
XYZ46.5530.4451.57-
YUV151.65149.08183.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.79%
GREEN value IS 105 (41.41% from 255) = 20.08%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=43.79%
G=20.08%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22910518900.540.170.10319.3570.4565.49
HexE569BD03611A13f4641
Octal3451512750662112477106101
Binary11100101110100110111101011011010001101010011111110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E569BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E569BD; }

 p { color: rgb(229,105,189); }

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

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

 a { background-color: rgb(229,105,189); }

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

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

 span { border-color: rgb(229,105,189); }

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