Html Css Color HEX #E963BD Neon Pink

📋 copy color: '#E963BD'

red 233 ◦ green 99 ◦ blue 189

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

Shades of Neon Pink #E963BD

Tints of Neon Pink #E963BD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19%

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

R = 44.72%
G = 19%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E963BD (or 0xE963BD) is known color: Neon Pink. HEX triplet: E9, 63 and BD. RGB value is (233,99,189). Sum of RGB (Red+Green+Blue) = 233+99+189=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E963BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963BD is #169C42. Grayscale: #959595. Windows color (decimal): -1481795 or 12411881. OLE color: 12411881.

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

Color convert

RGB 233 99 189 -
CMYK 0 0.58 0.19 0.09
HSL 319.7º 0.75% 0.65% -
HSV(B) 319.7º 0.58% 0.91% -
XYZ 47.25 29.92 51.43 -
YUV 149.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 233 99 189 0 0.58 0.19 0.09 319.7 0.75 0.65
Hex E9 63 BD 0 3A 13 9 140 4B 41
Octal 351 143 275 0 72 23 11 500 113 101
Binary 11101001 1100011 10111101 0 111010 10011 1001 101000000 1001011 1000001

Color Harmonies of #E963BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963BD

Black with #E963BD

Text Example


Text Example

White with #E963BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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