Html Css Color HEX #E958BD Neon Pink

📋 copy color: '#E958BD'

red 233 ◦ green 88 ◦ blue 189

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

Shades of Neon Pink #E958BD

Tints of Neon Pink #E958BD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.25%

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 45.69%
G = 17.25%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E958BD (or 0xE958BD) is known color: Neon Pink. HEX triplet: E9, 58 and BD. RGB value is (233,88,189). Sum of RGB (Red+Green+Blue) = 233+88+189=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E958BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E958BD is #16A742. Grayscale: #8E8E8E. Windows color (decimal): -1484611 or 12409065. OLE color: 12409065.

HSL color Cylindrical-coordinate representation of color #E958BD: hue angle of 318.21º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E958BD is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 88 189 -
CMYK 0 0.62 0.19 0.09
HSL 318.21º 0.77% 0.63% -
HSV(B) 318.21º 0.62% 0.91% -
XYZ 46.28 27.98 51.11 -
YUV 142.87 154.04 192.29 -
System Red Green Blue C M Y K H S L
Decimal 233 88 189 0 0.62 0.19 0.09 318.21 0.77 0.63
Hex E9 58 BD 0 3E 13 9 13E 4D 3F
Octal 351 130 275 0 76 23 11 476 115 77
Binary 11101001 1011000 10111101 0 111110 10011 1001 100111110 1001101 111111

Color Harmonies of #E958BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E958BD

Black with #E958BD

Text Example


Text Example

White with #E958BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E958BD; }

 p { color: rgb(233,88,189); }

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

background-color css

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

 a { background-color: rgb(233,88,189); }

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

border-color css

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

 span { border-color: rgb(233,88,189); }

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