Html Css Color HEX #E96ABB Neon Pink

📋 copy color: '#E96ABB'

red 233 ◦ green 106 ◦ blue 187

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

Shades of Neon Pink #E96ABB

Tints of Neon Pink #E96ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.55%

R = 44.3%
G = 20.15%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E96ABB (or 0xE96ABB) is known color: Neon Pink. HEX triplet: E9, 6A and BB. RGB value is (233,106,187). Sum of RGB (Red+Green+Blue) = 233+106+187=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ABB is #169544. Grayscale: #999999. Windows color (decimal): -1480005 or 12282601. OLE color: 12282601.

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

Color convert

RGB 233 106 187 -
CMYK 0 0.55 0.20 0.09
HSL 321.73º 0.74% 0.66% -
HSV(B) 321.73º 0.55% 0.91% -
XYZ 47.73 31.22 50.52 -
YUV 153.21 147.08 184.91 -
System Red Green Blue C M Y K H S L
Decimal 233 106 187 0 0.55 0.20 0.09 321.73 0.74 0.66
Hex E9 6A BB 0 37 14 9 142 4A 42
Octal 351 152 273 0 67 24 11 502 112 102
Binary 11101001 1101010 10111011 0 110111 10100 1001 101000010 1001010 1000010

Color Harmonies of #E96ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96ABB

Black with #E96ABB

Text Example


Text Example

White with #E96ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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