Html Css Color HEX #E96FC4 Neon Pink

📋 copy color: '#E96FC4'

red 233 ◦ green 111 ◦ blue 196

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

Shades of Neon Pink #E96FC4

Tints of Neon Pink #E96FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.3%

R = 43.15%
G = 20.56%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E96FC4 (or 0xE96FC4) is known color: Neon Pink. HEX triplet: E9, 6F and C4. RGB value is (233,111,196). Sum of RGB (Red+Green+Blue) = 233+111+196=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FC4 is #16903B. Grayscale: #9C9C9C. Windows color (decimal): -1478716 or 12873705. OLE color: 12873705.

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

Color convert

RGB 233 111 196 -
CMYK 0 0.52 0.16 0.09
HSL 318.2º 0.73% 0.67% -
HSV(B) 318.2º 0.52% 0.91% -
XYZ 49.25 32.68 55.94 -
YUV 157.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 233 111 196 0 0.52 0.16 0.09 318.2 0.73 0.67
Hex E9 6F C4 0 34 10 9 13E 49 43
Octal 351 157 304 0 64 20 11 476 111 103
Binary 11101001 1101111 11000100 0 110100 10000 1001 100111110 1001001 1000011

Color Harmonies of #E96FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96FC4

Black with #E96FC4

Text Example


Text Example

White with #E96FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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