Html Css Color HEX #E968BD Neon Pink

📋 copy color: '#E968BD'

red 233 ◦ green 104 ◦ blue 189

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

Shades of Neon Pink #E968BD

Tints of Neon Pink #E968BD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.77%

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

R = 44.3%
G = 19.77%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E968BD (or 0xE968BD) is known color: Neon Pink. HEX triplet: E9, 68 and BD. RGB value is (233,104,189). Sum of RGB (Red+Green+Blue) = 233+104+189=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E968BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E968BD is #169742. Grayscale: #989898. Windows color (decimal): -1480515 or 12413161. OLE color: 12413161.

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

Color convert

RGB 233 104 189 -
CMYK 0 0.55 0.19 0.09
HSL 320.47º 0.75% 0.66% -
HSV(B) 320.47º 0.55% 0.91% -
XYZ 47.74 30.9 51.59 -
YUV 152.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 233 104 189 0 0.55 0.19 0.09 320.47 0.75 0.66
Hex E9 68 BD 0 37 13 9 140 4B 42
Octal 351 150 275 0 67 23 11 500 113 102
Binary 11101001 1101000 10111101 0 110111 10011 1001 101000000 1001011 1000010

Color Harmonies of #E968BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E968BD

Black with #E968BD

Text Example


Text Example

White with #E968BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E968BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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