#e869be

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

Shades of Neon Pink #E869BE

Tints of Neon Pink #E869BE

Color information

#E869BE (or 0xE869BE) is unknown color: approx Neon Pink. HEX triplet: E8, 69 and BE. RGB value is (232,105,190). Sum of RGB (Red+Green+Blue) = 232+105+190=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E869BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E869BE is #179641. Grayscale: #989898. Windows color (decimal): -1545794 or 12478952. OLE color: 12478952.

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

Color convert

RGB232105190-
CMYK00.550.180.09
HSL319.84º73.41%66.08%-
HSV(B)319.84º54.74%90.98%-
XYZ47.6230.9852.18-
YUV152.66149.08184.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.02%
GREEN value IS 105 (41.41% from 255) = 19.92%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=44.02%
G=19.92%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210519000.550.180.09319.8473.4166.08
HexE869BE0371291404942
Octal3501512760672211500111102
Binary11101000110100110111110011011110010100110100000010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e869be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e869be; }

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

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

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

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

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

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

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

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