Html Css Color HEX #E95EC0 Neon Pink

📋 copy color: '#E95EC0'

red 233 ◦ green 94 ◦ blue 192

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

Shades of Neon Pink #E95EC0

Tints of Neon Pink #E95EC0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.11%

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

R = 44.89%
G = 18.11%
B = 36.99%

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

#E95EC0 (or 0xE95EC0) is known color: Neon Pink. HEX triplet: E9, 5E and C0. RGB value is (233,94,192). Sum of RGB (Red+Green+Blue) = 233+94+192=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95EC0 is #16A13F. Grayscale: #929292. Windows color (decimal): -1483072 or 12607209. OLE color: 12607209.

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

Color convert

RGB 233 94 192 -
CMYK 0 0.60 0.18 0.09
HSL 317.7º 0.76% 0.64% -
HSV(B) 317.7º 0.6% 0.91% -
XYZ 47.12 29.13 53.01 -
YUV 146.73 153.55 189.53 -
System Red Green Blue C M Y K H S L
Decimal 233 94 192 0 0.60 0.18 0.09 317.7 0.76 0.64
Hex E9 5E C0 0 3C 12 9 13E 4C 40
Octal 351 136 300 0 74 22 11 476 114 100
Binary 11101001 1011110 11000000 0 111100 10010 1001 100111110 1001100 1000000

Color Harmonies of #E95EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95EC0

Black with #E95EC0

Text Example


Text Example

White with #E95EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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