Html Css Color HEX #E668C0 Neon Pink

📋 copy color: '#E668C0'

red 230 ◦ green 104 ◦ blue 192

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

Shades of Neon Pink #E668C0

Tints of Neon Pink #E668C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.5%

R = 43.73%
G = 19.77%
B = 36.5%

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

#E668C0 (or 0xE668C0) is known color: Neon Pink. HEX triplet: E6, 68 and C0. RGB value is (230,104,192). Sum of RGB (Red+Green+Blue) = 230+104+192=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E668C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668C0 is #19973F. Grayscale: #979797. Windows color (decimal): -1677120 or 12609766. OLE color: 12609766.

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

Color convert

RGB 230 104 192 -
CMYK 0 0.55 0.17 0.10
HSL 318.1º 0.72% 0.65% -
HSV(B) 318.1º 0.55% 0.9% -
XYZ 47.1 30.53 53.28 -
YUV 151.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 230 104 192 0 0.55 0.17 0.10 318.1 0.72 0.65
Hex E6 68 C0 0 37 11 A 13E 48 41
Octal 346 150 300 0 67 21 12 476 110 101
Binary 11100110 1101000 11000000 0 110111 10001 1010 100111110 1001000 1000001

Color Harmonies of #E668C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E668C0

Black with #E668C0

Text Example


Text Example

White with #E668C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E668C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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