Html Css Color HEX #E96CC5 Neon Pink

📋 copy color: '#E96CC5'

red 233 ◦ green 108 ◦ blue 197

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

Shades of Neon Pink #E96CC5

Tints of Neon Pink #E96CC5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.07%

 BLUE value IS 197 (77.34% from 255) = 36.62%

R = 43.31%
G = 20.07%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E96CC5 (or 0xE96CC5) is known color: Neon Pink. HEX triplet: E9, 6C and C5. RGB value is (233,108,197). Sum of RGB (Red+Green+Blue) = 233+108+197=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CC5 is #16933A. Grayscale: #9B9B9B. Windows color (decimal): -1479483 or 12938473. OLE color: 12938473.

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

Color convert

RGB 233 108 197 -
CMYK 0 0.54 0.15 0.09
HSL 317.28º 0.74% 0.67% -
HSV(B) 317.28º 0.54% 0.91% -
XYZ 49.04 32.08 56.43 -
YUV 155.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 233 108 197 0 0.54 0.15 0.09 317.28 0.74 0.67
Hex E9 6C C5 0 36 F 9 13D 4A 43
Octal 351 154 305 0 66 17 11 475 112 103
Binary 11101001 1101100 11000101 0 110110 1111 1001 100111101 1001010 1000011

Color Harmonies of #E96CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CC5

Black with #E96CC5

Text Example


Text Example

White with #E96CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CC5; }

 p { color: rgb(233,108,197); }

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

background-color css

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

 a { background-color: rgb(233,108,197); }

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

border-color css

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

 span { border-color: rgb(233,108,197); }

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