Html Css Color HEX #E668BE Neon Pink

📋 copy color: '#E668BE'

red 230 ◦ green 104 ◦ blue 190

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

Shades of Neon Pink #E668BE

Tints of Neon Pink #E668BE

RGB

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

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

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

R = 43.89%
G = 19.85%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E668BE (or 0xE668BE) is known color: Neon Pink. HEX triplet: E6, 68 and BE. RGB value is (230,104,190). Sum of RGB (Red+Green+Blue) = 230+104+190=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E668BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668BE is #199741. Grayscale: #979797. Windows color (decimal): -1677122 or 12478694. OLE color: 12478694.

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

Color convert

RGB 230 104 190 -
CMYK 0 0.55 0.17 0.10
HSL 319.05º 0.72% 0.65% -
HSV(B) 319.05º 0.55% 0.9% -
XYZ 46.88 30.44 52.12 -
YUV 151.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 230 104 190 0 0.55 0.17 0.10 319.05 0.72 0.65
Hex E6 68 BE 0 37 11 A 13F 48 41
Octal 346 150 276 0 67 21 12 477 110 101
Binary 11100110 1101000 10111110 0 110111 10001 1010 100111111 1001000 1000001

Color Harmonies of #E668BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E668BE

Black with #E668BE

Text Example


Text Example

White with #E668BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E668BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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