#E869C0

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

Shades of Neon Pink #E869C0

Tints of Neon Pink #E869C0

Color information

#E869C0 (or 0xE869C0) is unknown color: approx Neon Pink. HEX triplet: E8, 69 and C0. RGB value is (232,105,192). Sum of RGB (Red+Green+Blue) = 232+105+192=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 232 - color contains mainly: red. Hex color #E869C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E869C0 is #17963F. Grayscale: #989898. Windows color (decimal): -1545792 or 12610024. OLE color: 12610024.

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

Color convert

RGB232105192-
CMYK00.550.170.09
HSL318.9º73.41%66.08%-
HSV(B)318.9º54.74%90.98%-
XYZ47.8431.0653.34-
YUV152.89150.08184.43-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.86%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=43.86%
G=19.85%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210519200.550.170.09318.973.4166.08
HexE869C003711913f4942
Octal3501513000672111477111102
Binary11101000110100111000000011011110001100110011111110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E869C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E869C0; }

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

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

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

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

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

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

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

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