Html Css Color HEX #E95FC2 Neon Pink

📋 copy color: '#E95FC2'

red 233 ◦ green 95 ◦ blue 194

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

Shades of Neon Pink #E95FC2

Tints of Neon Pink #E95FC2

RGB

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

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

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

R = 44.64%
G = 18.2%
B = 37.16%

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

#E95FC2 (or 0xE95FC2) is known color: Neon Pink. HEX triplet: E9, 5F and C2. RGB value is (233,95,194). Sum of RGB (Red+Green+Blue) = 233+95+194=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95FC2 is #16A03D. Grayscale: #939393. Windows color (decimal): -1482814 or 12738537. OLE color: 12738537.

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

Color convert

RGB 233 95 194 -
CMYK 0 0.59 0.17 0.09
HSL 316.96º 0.76% 0.64% -
HSV(B) 316.96º 0.59% 0.91% -
XYZ 47.43 29.4 54.21 -
YUV 147.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 233 95 194 0 0.59 0.17 0.09 316.96 0.76 0.64
Hex E9 5F C2 0 3B 11 9 13D 4C 40
Octal 351 137 302 0 73 21 11 475 114 100
Binary 11101001 1011111 11000010 0 111011 10001 1001 100111101 1001100 1000000

Color Harmonies of #E95FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95FC2

Black with #E95FC2

Text Example


Text Example

White with #E95FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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