Html Css Color HEX #E668C2 Neon Pink

📋 copy color: '#E668C2'

red 230 ◦ green 104 ◦ blue 194

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

Shades of Neon Pink #E668C2

Tints of Neon Pink #E668C2

RGB

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

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

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

R = 43.56%
G = 19.7%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E668C2 (or 0xE668C2) is known color: Neon Pink. HEX triplet: E6, 68 and C2. RGB value is (230,104,194). Sum of RGB (Red+Green+Blue) = 230+104+194=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E668C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668C2 is #19973D. Grayscale: #979797. Windows color (decimal): -1677118 or 12740838. OLE color: 12740838.

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

Color convert

RGB 230 104 194 -
CMYK 0 0.55 0.16 0.10
HSL 317.14º 0.72% 0.65% -
HSV(B) 317.14º 0.55% 0.9% -
XYZ 47.32 30.62 54.45 -
YUV 151.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 230 104 194 0 0.55 0.16 0.10 317.14 0.72 0.65
Hex E6 68 C2 0 37 10 A 13D 48 41
Octal 346 150 302 0 67 20 12 475 110 101
Binary 11100110 1101000 11000010 0 110111 10000 1010 100111101 1001000 1000001

Color Harmonies of #E668C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E668C2

Black with #E668C2

Text Example


Text Example

White with #E668C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E668C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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