Html Css Color HEX #E669BE Neon Pink

📋 copy color: '#E669BE'

red 230 ◦ green 105 ◦ blue 190

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

Shades of Neon Pink #E669BE

Tints of Neon Pink #E669BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 43.81%
G = 20%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E669BE (or 0xE669BE) is known color: Neon Pink. HEX triplet: E6, 69 and BE. RGB value is (230,105,190). Sum of RGB (Red+Green+Blue) = 230+105+190=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E669BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E669BE is #199641. Grayscale: #979797. Windows color (decimal): -1676866 or 12478950. OLE color: 12478950.

HSL color Cylindrical-coordinate representation of color #E669BE: hue angle of 319.2º 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 #E669BE is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 190 -
CMYK 0 0.54 0.17 0.10
HSL 319.2º 0.71% 0.66% -
HSV(B) 319.2º 0.54% 0.9% -
XYZ 46.98 30.64 52.15 -
YUV 152.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 230 105 190 0 0.54 0.17 0.10 319.2 0.71 0.66
Hex E6 69 BE 0 36 11 A 13F 47 42
Octal 346 151 276 0 66 21 12 477 107 102
Binary 11100110 1101001 10111110 0 110110 10001 1010 100111111 1000111 1000010

Color Harmonies of #E669BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E669BE

Black with #E669BE

Text Example


Text Example

White with #E669BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E669BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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