Html Css Color HEX #E96DCA Neon Pink

📋 copy color: '#E96DCA'

red 233 ◦ green 109 ◦ blue 202

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

Shades of Neon Pink #E96DCA

Tints of Neon Pink #E96DCA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.04%

 BLUE value IS 202 (79.3% from 255) = 37.13%

R = 42.83%
G = 20.04%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E96DCA (or 0xE96DCA) is known color: Neon Pink. HEX triplet: E9, 6D and CA. RGB value is (233,109,202). Sum of RGB (Red+Green+Blue) = 233+109+202=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DCA is #169235. Grayscale: #9C9C9C. Windows color (decimal): -1479222 or 13266409. OLE color: 13266409.

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

Color convert

RGB 233 109 202 -
CMYK 0 0.53 0.13 0.09
HSL 315º 0.74% 0.67% -
HSV(B) 315º 0.53% 0.91% -
XYZ 49.73 32.53 59.53 -
YUV 156.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 233 109 202 0 0.53 0.13 0.09 315 0.74 0.67
Hex E9 6D CA 0 35 D 9 13B 4A 43
Octal 351 155 312 0 65 15 11 473 112 103
Binary 11101001 1101101 11001010 0 110101 1101 1001 100111011 1001010 1000011

Color Harmonies of #E96DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DCA

Black with #E96DCA

Text Example


Text Example

White with #E96DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DCA; }

 p { color: rgb(233,109,202); }

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

background-color css

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

 a { background-color: rgb(233,109,202); }

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

border-color css

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

 span { border-color: rgb(233,109,202); }

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