Html Css Color HEX #E95DC0 Neon Pink

📋 copy color: '#E95DC0'

red 233 ◦ green 93 ◦ blue 192

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

Shades of Neon Pink #E95DC0

Tints of Neon Pink #E95DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.95%

 BLUE value IS 192 (75.39% from 255) = 37.07%

R = 44.98%
G = 17.95%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E95DC0 (or 0xE95DC0) is known color: Neon Pink. HEX triplet: E9, 5D and C0. RGB value is (233,93,192). Sum of RGB (Red+Green+Blue) = 233+93+192=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E95DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95DC0 is #16A23F. Grayscale: #919191. Windows color (decimal): -1483328 or 12606953. OLE color: 12606953.

HSL color Cylindrical-coordinate representation of color #E95DC0: hue angle of 317.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95DC0 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 93 192 -
CMYK 0 0.60 0.18 0.09
HSL 317.57º 0.76% 0.64% -
HSV(B) 317.57º 0.6% 0.91% -
XYZ 47.03 28.96 52.98 -
YUV 146.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 233 93 192 0 0.60 0.18 0.09 317.57 0.76 0.64
Hex E9 5D C0 0 3C 12 9 13E 4C 40
Octal 351 135 300 0 74 22 11 476 114 100
Binary 11101001 1011101 11000000 0 111100 10010 1001 100111110 1001100 1000000

Color Harmonies of #E95DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95DC0

Black with #E95DC0

Text Example


Text Example

White with #E95DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95DC0; }

 p { color: rgb(233,93,192); }

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

background-color css

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

 a { background-color: rgb(233,93,192); }

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

border-color css

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

 span { border-color: rgb(233,93,192); }

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