Html Css Color HEX #E660BE Neon Pink

📋 copy color: '#E660BE'

red 230 ◦ green 96 ◦ blue 190

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

Shades of Neon Pink #E660BE

Tints of Neon Pink #E660BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.6%

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

R = 44.57%
G = 18.6%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E660BE (or 0xE660BE) is known color: Neon Pink. HEX triplet: E6, 60 and BE. RGB value is (230,96,190). Sum of RGB (Red+Green+Blue) = 230+96+190=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E660BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660BE is #199F41. Grayscale: #929292. Windows color (decimal): -1679170 or 12476646. OLE color: 12476646.

HSL color Cylindrical-coordinate representation of color #E660BE: hue angle of 317.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E660BE is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 190 -
CMYK 0 0.58 0.17 0.10
HSL 317.91º 0.73% 0.64% -
HSV(B) 317.91º 0.58% 0.9% -
XYZ 46.11 28.91 51.86 -
YUV 146.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 230 96 190 0 0.58 0.17 0.10 317.91 0.73 0.64
Hex E6 60 BE 0 3A 11 A 13E 49 40
Octal 346 140 276 0 72 21 12 476 111 100
Binary 11100110 1100000 10111110 0 111010 10001 1010 100111110 1001001 1000000

Color Harmonies of #E660BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660BE

Black with #E660BE

Text Example


Text Example

White with #E660BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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