Html Css Color HEX #E96AC1 Neon Pink

📋 copy color: '#E96AC1'

red 233 ◦ green 106 ◦ blue 193

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

Shades of Neon Pink #E96AC1

Tints of Neon Pink #E96AC1

RGB

 RED value IS 233 (91.41% from 255) = 43.8%

 GREEN value IS 106 (41.8% from 255) = 19.92%

 BLUE value IS 193 (75.78% from 255) = 36.28%

R = 43.8%
G = 19.92%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E96AC1 (or 0xE96AC1) is known color: Neon Pink. HEX triplet: E9, 6A and C1. RGB value is (233,106,193). Sum of RGB (Red+Green+Blue) = 233+106+193=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AC1 is #16953E. Grayscale: #999999. Windows color (decimal): -1479999 or 12675817. OLE color: 12675817.

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

Color convert

RGB 233 106 193 -
CMYK 0 0.55 0.17 0.09
HSL 318.9º 0.74% 0.66% -
HSV(B) 318.9º 0.55% 0.91% -
XYZ 48.38 31.48 53.98 -
YUV 153.89 150.08 184.43 -
System Red Green Blue C M Y K H S L
Decimal 233 106 193 0 0.55 0.17 0.09 318.9 0.74 0.66
Hex E9 6A C1 0 37 11 9 13F 4A 42
Octal 351 152 301 0 67 21 11 477 112 102
Binary 11101001 1101010 11000001 0 110111 10001 1001 100111111 1001010 1000010

Color Harmonies of #E96AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AC1

Black with #E96AC1

Text Example


Text Example

White with #E96AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AC1; }

 p { color: rgb(233,106,193); }

 H1.HeaderClassName
 {
   color: #E96AC1;
 }
 .AnyTagClassName
 {
   color: #E96AC1;
 }
</style>

background-color css

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

 a { background-color: rgb(233,106,193); }

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

border-color css

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

 span { border-color: rgb(233,106,193); }

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