Html Css Color HEX #E95CBE Neon Pink

📋 copy color: '#E95CBE'

red 233 ◦ green 92 ◦ blue 190

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

Shades of Neon Pink #E95CBE

Tints of Neon Pink #E95CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.86%

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 45.24%
G = 17.86%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E95CBE (or 0xE95CBE) is known color: Neon Pink. HEX triplet: E9, 5C and BE. RGB value is (233,92,190). Sum of RGB (Red+Green+Blue) = 233+92+190=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95CBE is #16A341. Grayscale: #919191. Windows color (decimal): -1483586 or 12475625. OLE color: 12475625.

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

Color convert

RGB 233 92 190 -
CMYK 0 0.61 0.18 0.09
HSL 318.3º 0.76% 0.64% -
HSV(B) 318.3º 0.61% 0.91% -
XYZ 46.73 28.7 51.79 -
YUV 145.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 233 92 190 0 0.61 0.18 0.09 318.3 0.76 0.64
Hex E9 5C BE 0 3D 12 9 13E 4C 40
Octal 351 134 276 0 75 22 11 476 114 100
Binary 11101001 1011100 10111110 0 111101 10010 1001 100111110 1001100 1000000

Color Harmonies of #E95CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95CBE

Black with #E95CBE

Text Example


Text Example

White with #E95CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95CBE; }

 p { color: rgb(233,92,190); }

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

background-color css

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

 a { background-color: rgb(233,92,190); }

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

border-color css

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

 span { border-color: rgb(233,92,190); }

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