Html Css Color HEX #E95EC1 Neon Pink

📋 copy color: '#E95EC1'

red 233 ◦ green 94 ◦ blue 193

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

Shades of Neon Pink #E95EC1

Tints of Neon Pink #E95EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 44.81%
G = 18.08%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E95EC1 (or 0xE95EC1) is known color: Neon Pink. HEX triplet: E9, 5E and C1. RGB value is (233,94,193). Sum of RGB (Red+Green+Blue) = 233+94+193=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E95EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95EC1 is #16A13E. Grayscale: #929292. Windows color (decimal): -1483071 or 12672745. OLE color: 12672745.

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

Color convert

RGB 233 94 193 -
CMYK 0 0.60 0.17 0.09
HSL 317.27º 0.76% 0.64% -
HSV(B) 317.27º 0.6% 0.91% -
XYZ 47.23 29.18 53.59 -
YUV 146.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 233 94 193 0 0.60 0.17 0.09 317.27 0.76 0.64
Hex E9 5E C1 0 3C 11 9 13D 4C 40
Octal 351 136 301 0 74 21 11 475 114 100
Binary 11101001 1011110 11000001 0 111100 10001 1001 100111101 1001100 1000000

Color Harmonies of #E95EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95EC1

Black with #E95EC1

Text Example


Text Example

White with #E95EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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