Html Css Color HEX #E666C2 Neon Pink

📋 copy color: '#E666C2'

red 230 ◦ green 102 ◦ blue 194

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

Shades of Neon Pink #E666C2

Tints of Neon Pink #E666C2

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.39%

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 43.73%
G = 19.39%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E666C2 (or 0xE666C2) is known color: Neon Pink. HEX triplet: E6, 66 and C2. RGB value is (230,102,194). Sum of RGB (Red+Green+Blue) = 230+102+194=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E666C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666C2 is #19993D. Grayscale: #969696. Windows color (decimal): -1677630 or 12740326. OLE color: 12740326.

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

Color convert

RGB 230 102 194 -
CMYK 0 0.56 0.16 0.10
HSL 316.88º 0.72% 0.65% -
HSV(B) 316.88º 0.56% 0.9% -
XYZ 47.12 30.22 54.39 -
YUV 150.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 230 102 194 0 0.56 0.16 0.10 316.88 0.72 0.65
Hex E6 66 C2 0 38 10 A 13D 48 41
Octal 346 146 302 0 70 20 12 475 110 101
Binary 11100110 1100110 11000010 0 111000 10000 1010 100111101 1001000 1000001

Color Harmonies of #E666C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E666C2

Black with #E666C2

Text Example


Text Example

White with #E666C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E666C2; }

 p { color: rgb(230,102,194); }

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

background-color css

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

 a { background-color: rgb(230,102,194); }

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

border-color css

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

 span { border-color: rgb(230,102,194); }

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