Html Css Color HEX #E664C0 Neon Pink

📋 copy color: '#E664C0'

red 230 ◦ green 100 ◦ blue 192

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

Shades of Neon Pink #E664C0

Tints of Neon Pink #E664C0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.16%

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

R = 44.06%
G = 19.16%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E664C0 (or 0xE664C0) is known color: Neon Pink. HEX triplet: E6, 64 and C0. RGB value is (230,100,192). Sum of RGB (Red+Green+Blue) = 230+100+192=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E664C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664C0 is #199B3F. Grayscale: #959595. Windows color (decimal): -1678144 or 12608742. OLE color: 12608742.

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

Color convert

RGB 230 100 192 -
CMYK 0 0.57 0.17 0.10
HSL 317.54º 0.72% 0.65% -
HSV(B) 317.54º 0.57% 0.9% -
XYZ 46.7 29.74 53.15 -
YUV 149.36 152.07 185.52 -
System Red Green Blue C M Y K H S L
Decimal 230 100 192 0 0.57 0.17 0.10 317.54 0.72 0.65
Hex E6 64 C0 0 39 11 A 13E 48 41
Octal 346 144 300 0 71 21 12 476 110 101
Binary 11100110 1100100 11000000 0 111001 10001 1010 100111110 1001000 1000001

Color Harmonies of #E664C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E664C0

Black with #E664C0

Text Example


Text Example

White with #E664C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E664C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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