Html Css Color HEX #E96DC2 Neon Pink

📋 copy color: '#E96DC2'

red 233 ◦ green 109 ◦ blue 194

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

Shades of Neon Pink #E96DC2

Tints of Neon Pink #E96DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.19%

R = 43.47%
G = 20.34%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E96DC2 (or 0xE96DC2) is known color: Neon Pink. HEX triplet: E9, 6D and C2. RGB value is (233,109,194). Sum of RGB (Red+Green+Blue) = 233+109+194=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DC2 is #16923D. Grayscale: #9B9B9B. Windows color (decimal): -1479230 or 12742121. OLE color: 12742121.

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

Color convert

RGB 233 109 194 -
CMYK 0 0.53 0.17 0.09
HSL 318.87º 0.74% 0.67% -
HSV(B) 318.87º 0.53% 0.91% -
XYZ 48.81 32.16 54.67 -
YUV 155.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 233 109 194 0 0.53 0.17 0.09 318.87 0.74 0.67
Hex E9 6D C2 0 35 11 9 13F 4A 43
Octal 351 155 302 0 65 21 11 477 112 103
Binary 11101001 1101101 11000010 0 110101 10001 1001 100111111 1001010 1000011

Color Harmonies of #E96DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DC2

Black with #E96DC2

Text Example


Text Example

White with #E96DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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