Html Css Color HEX #E469BF Neon Pink

📋 copy color: '#E469BF'

red 228 ◦ green 105 ◦ blue 191

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

Shades of Neon Pink #E469BF

Tints of Neon Pink #E469BF

RGB

 RED value IS 228 (89.45% from 255) = 43.51%

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 43.51%
G = 20.04%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E469BF (or 0xE469BF) is known color: Neon Pink. HEX triplet: E4, 69 and BF. RGB value is (228,105,191). Sum of RGB (Red+Green+Blue) = 228+105+191=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E469BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E469BF is #1B9640. Grayscale: #979797. Windows color (decimal): -1807937 or 12544484. OLE color: 12544484.

HSL color Cylindrical-coordinate representation of color #E469BF: hue angle of 318.05º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E469BF is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 105 191 -
CMYK 0 0.54 0.16 0.11
HSL 318.05º 0.69% 0.65% -
HSV(B) 318.05º 0.54% 0.89% -
XYZ 46.45 30.36 52.7 -
YUV 151.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 228 105 191 0 0.54 0.16 0.11 318.05 0.69 0.65
Hex E4 69 BF 0 36 10 B 13E 45 41
Octal 344 151 277 0 66 20 13 476 105 101
Binary 11100100 1101001 10111111 0 110110 10000 1011 100111110 1000101 1000001

Color Harmonies of #E469BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E469BF

Black with #E469BF

Text Example


Text Example

White with #E469BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E469BF; }

 p { color: rgb(228,105,191); }

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

background-color css

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

 a { background-color: rgb(228,105,191); }

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

border-color css

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

 span { border-color: rgb(228,105,191); }

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