Html Css Color HEX #E86CC1 Neon Pink

📋 copy color: '#E86CC1'

red 232 ◦ green 108 ◦ blue 193

#E86CC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #E86CC1

Tints of Neon Pink #E86CC1

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 value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E86CC1 (or 0xE86CC1) is known color: 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

RGB 232 108 193 -
CMYK 0 0.53 0.17 0.09
HSL 318.87º 0.73% 0.67% -
HSV(B) 318.87º 0.53% 0.91% -
XYZ 48.27 31.73 54.03 -
YUV 154.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 232 108 193 0 0.53 0.17 0.09 318.87 0.73 0.67
Hex E8 6C C1 0 35 11 9 13F 49 43
Octal 350 154 301 0 65 21 11 477 111 103
Binary 11101000 1101100 11000001 0 110101 10001 1001 100111111 1001001 1000011

Color Harmonies of #E86CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86CC1

Black with #E86CC1

Text Example


Text Example

White with #E86CC1

Text Example


Text Example

HTML Codes & Css Web 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>