Html Css Color HEX #E96BC0 Neon Pink

📋 copy color: '#E96BC0'

red 233 ◦ green 107 ◦ blue 192

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

Shades of Neon Pink #E96BC0

Tints of Neon Pink #E96BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.11%

 BLUE value IS 192 (75.39% from 255) = 36.09%

R = 43.8%
G = 20.11%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E96BC0 (or 0xE96BC0) is known color: Neon Pink. HEX triplet: E9, 6B and C0. RGB value is (233,107,192). Sum of RGB (Red+Green+Blue) = 233+107+192=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BC0 is #16943F. Grayscale: #9A9A9A. Windows color (decimal): -1479744 or 12610537. OLE color: 12610537.

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

Color convert

RGB 233 107 192 -
CMYK 0 0.54 0.18 0.09
HSL 319.52º 0.74% 0.67% -
HSV(B) 319.52º 0.54% 0.91% -
XYZ 48.38 31.64 53.43 -
YUV 154.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 233 107 192 0 0.54 0.18 0.09 319.52 0.74 0.67
Hex E9 6B C0 0 36 12 9 140 4A 43
Octal 351 153 300 0 66 22 11 500 112 103
Binary 11101001 1101011 11000000 0 110110 10010 1001 101000000 1001010 1000011

Color Harmonies of #E96BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96BC0

Black with #E96BC0

Text Example


Text Example

White with #E96BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96BC0; }

 p { color: rgb(233,107,192); }

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

background-color css

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

 a { background-color: rgb(233,107,192); }

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

border-color css

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

 span { border-color: rgb(233,107,192); }

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