Html Css Color HEX #E95FC1 Neon Pink

📋 copy color: '#E95FC1'

red 233 ◦ green 95 ◦ blue 193

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

Shades of Neon Pink #E95FC1

Tints of Neon Pink #E95FC1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.23%

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

R = 44.72%
G = 18.23%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E95FC1 (or 0xE95FC1) is known color: Neon Pink. HEX triplet: E9, 5F and C1. RGB value is (233,95,193). Sum of RGB (Red+Green+Blue) = 233+95+193=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95FC1 is #16A03E. Grayscale: #939393. Windows color (decimal): -1482815 or 12673001. OLE color: 12673001.

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

Color convert

RGB 233 95 193 -
CMYK 0 0.59 0.17 0.09
HSL 317.39º 0.76% 0.64% -
HSV(B) 317.39º 0.59% 0.91% -
XYZ 47.32 29.36 53.62 -
YUV 147.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 233 95 193 0 0.59 0.17 0.09 317.39 0.76 0.64
Hex E9 5F C1 0 3B 11 9 13D 4C 40
Octal 351 137 301 0 73 21 11 475 114 100
Binary 11101001 1011111 11000001 0 111011 10001 1001 100111101 1001100 1000000

Color Harmonies of #E95FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95FC1

Black with #E95FC1

Text Example


Text Example

White with #E95FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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