#E86CC1

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

Shades of Neon Pink #E86CC1

Tints of Neon Pink #E86CC1

Color information

#E86CC1 (or 0xE86CC1) is unknown color: approx Neon Pink. HEX triplet: E8, 6C and C1. RGB value is (232,108,193). Sum of RGB (Red+Green+Blue) = 232+108+193=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CC1 is #17933E. Grayscale: #9A9A9A. Windows color (decimal): -1545023 or 12676328. OLE color: 12676328.

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

Color convert

RGB232108193-
CMYK00.530.170.09
HSL318.87º72.94%66.67%-
HSV(B)318.87º53.45%90.98%-
XYZ48.2731.7354.03-
YUV154.77149.58183.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.53%
GREEN value IS 108 (42.58% from 255) = 20.26%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=43.53%
G=20.26%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23210819300.530.170.09318.8772.9466.67
HexE86CC103511913f4943
Octal3501543010652111477111103
Binary11101000110110011000001011010110001100110011111110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E86CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E86CC1; }

 p { color: rgb(232,108,193); }

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

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

 a { background-color: rgb(232,108,193); }

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

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

 span { border-color: rgb(232,108,193); }

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