Html Css Color HEX #E96FC0 Neon Pink

📋 copy color: '#E96FC0'

red 233 ◦ green 111 ◦ blue 192

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

Shades of Neon Pink #E96FC0

Tints of Neon Pink #E96FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.71%

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

R = 43.47%
G = 20.71%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E96FC0 (or 0xE96FC0) is known color: Neon Pink. HEX triplet: E9, 6F and C0. RGB value is (233,111,192). Sum of RGB (Red+Green+Blue) = 233+111+192=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FC0 is #16903F. Grayscale: #9C9C9C. Windows color (decimal): -1478720 or 12611561. OLE color: 12611561.

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

Color convert

RGB 233 111 192 -
CMYK 0 0.52 0.18 0.09
HSL 320.16º 0.73% 0.67% -
HSV(B) 320.16º 0.52% 0.91% -
XYZ 48.8 32.5 53.57 -
YUV 156.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 233 111 192 0 0.52 0.18 0.09 320.16 0.73 0.67
Hex E9 6F C0 0 34 12 9 140 49 43
Octal 351 157 300 0 64 22 11 500 111 103
Binary 11101001 1101111 11000000 0 110100 10010 1001 101000000 1001001 1000011

Color Harmonies of #E96FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96FC0

Black with #E96FC0

Text Example


Text Example

White with #E96FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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