Html Css Color HEX #E669BD Neon Pink

📋 copy color: '#E669BD'

red 230 ◦ green 105 ◦ blue 189

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

Shades of Neon Pink #E669BD

Tints of Neon Pink #E669BD

RGB

 RED value IS 230 (90.23% from 255) = 43.89%

 GREEN value IS 105 (41.41% from 255) = 20.04%

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

R = 43.89%
G = 20.04%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E669BD (or 0xE669BD) is known color: Neon Pink. HEX triplet: E6, 69 and BD. RGB value is (230,105,189). Sum of RGB (Red+Green+Blue) = 230+105+189=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E669BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669BD is #199642. Grayscale: #979797. Windows color (decimal): -1676867 or 12413414. OLE color: 12413414.

HSL color Cylindrical-coordinate representation of color #E669BD: hue angle of 319.68º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669BD is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 189 -
CMYK 0 0.54 0.18 0.10
HSL 319.68º 0.71% 0.66% -
HSV(B) 319.68º 0.54% 0.9% -
XYZ 46.87 30.6 51.58 -
YUV 151.95 148.91 183.67 -
System Red Green Blue C M Y K H S L
Decimal 230 105 189 0 0.54 0.18 0.10 319.68 0.71 0.66
Hex E6 69 BD 0 36 12 A 140 47 42
Octal 346 151 275 0 66 22 12 500 107 102
Binary 11100110 1101001 10111101 0 110110 10010 1010 101000000 1000111 1000010

Color Harmonies of #E669BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E669BD

Black with #E669BD

Text Example


Text Example

White with #E669BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E669BD; }

 p { color: rgb(230,105,189); }

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

background-color css

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

 a { background-color: rgb(230,105,189); }

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

border-color css

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

 span { border-color: rgb(230,105,189); }

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