Html Css Color HEX #E96BC4 Neon Pink

📋 copy color: '#E96BC4'

red 233 ◦ green 107 ◦ blue 196

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

Shades of Neon Pink #E96BC4

Tints of Neon Pink #E96BC4

RGB

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

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

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

R = 43.47%
G = 19.96%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E96BC4 (or 0xE96BC4) is known color: Neon Pink. HEX triplet: E9, 6B and C4. RGB value is (233,107,196). Sum of RGB (Red+Green+Blue) = 233+107+196=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96BC4 is #16943B. Grayscale: #9A9A9A. Windows color (decimal): -1479740 or 12872681. OLE color: 12872681.

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

Color convert

RGB 233 107 196 -
CMYK 0 0.54 0.16 0.09
HSL 317.62º 0.74% 0.67% -
HSV(B) 317.62º 0.54% 0.91% -
XYZ 48.83 31.82 55.79 -
YUV 154.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 233 107 196 0 0.54 0.16 0.09 317.62 0.74 0.67
Hex E9 6B C4 0 36 10 9 13E 4A 43
Octal 351 153 304 0 66 20 11 476 112 103
Binary 11101001 1101011 11000100 0 110110 10000 1001 100111110 1001010 1000011

Color Harmonies of #E96BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96BC4

Black with #E96BC4

Text Example


Text Example

White with #E96BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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