Html Css Color HEX #E768BD Neon Pink

📋 copy color: '#E768BD'

red 231 ◦ green 104 ◦ blue 189

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

Shades of Neon Pink #E768BD

Tints of Neon Pink #E768BD

RGB

 RED value IS 231 (90.63% from 255) = 44.08%

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

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

R = 44.08%
G = 19.85%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E768BD (or 0xE768BD) is known color: Neon Pink. HEX triplet: E7, 68 and BD. RGB value is (231,104,189). Sum of RGB (Red+Green+Blue) = 231+104+189=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E768BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768BD is #189742. Grayscale: #979797. Windows color (decimal): -1611587 or 12413159. OLE color: 12413159.

HSL color Cylindrical-coordinate representation of color #E768BD: hue angle of 319.84º degrees, saturation: 0.73, 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 #E768BD is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 104 189 -
CMYK 0 0.55 0.18 0.09
HSL 319.84º 0.73% 0.66% -
HSV(B) 319.84º 0.55% 0.91% -
XYZ 47.09 30.56 51.56 -
YUV 151.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 231 104 189 0 0.55 0.18 0.09 319.84 0.73 0.66
Hex E7 68 BD 0 37 12 9 140 49 42
Octal 347 150 275 0 67 22 11 500 111 102
Binary 11100111 1101000 10111101 0 110111 10010 1001 101000000 1001001 1000010

Color Harmonies of #E768BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E768BD

Black with #E768BD

Text Example


Text Example

White with #E768BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E768BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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