Html Css Color HEX #E960BD Neon Pink

📋 copy color: '#E960BD'

red 233 ◦ green 96 ◦ blue 189

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

Shades of Neon Pink #E960BD

Tints of Neon Pink #E960BD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.53%

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

R = 44.98%
G = 18.53%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E960BD (or 0xE960BD) is known color: Neon Pink. HEX triplet: E9, 60 and BD. RGB value is (233,96,189). Sum of RGB (Red+Green+Blue) = 233+96+189=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E960BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960BD is #169F42. Grayscale: #939393. Windows color (decimal): -1482563 or 12411113. OLE color: 12411113.

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

Color convert

RGB 233 96 189 -
CMYK 0 0.59 0.19 0.09
HSL 319.27º 0.76% 0.65% -
HSV(B) 319.27º 0.59% 0.91% -
XYZ 46.97 29.36 51.34 -
YUV 147.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 233 96 189 0 0.59 0.19 0.09 319.27 0.76 0.65
Hex E9 60 BD 0 3B 13 9 13F 4C 41
Octal 351 140 275 0 73 23 11 477 114 101
Binary 11101001 1100000 10111101 0 111011 10011 1001 100111111 1001100 1000001

Color Harmonies of #E960BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960BD

Black with #E960BD

Text Example


Text Example

White with #E960BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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