Html Css Color HEX #E674C6 Neon Pink

📋 copy color: '#E674C6'

red 230 ◦ green 116 ◦ blue 198

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

Shades of Neon Pink #E674C6

Tints of Neon Pink #E674C6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.32%

 BLUE value IS 198 (77.73% from 255) = 36.4%

R = 42.28%
G = 21.32%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E674C6 (or 0xE674C6) is known color: Neon Pink. HEX triplet: E6, 74 and C6. RGB value is (230,116,198). Sum of RGB (Red+Green+Blue) = 230+116+198=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E674C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674C6 is #198B39. Grayscale: #9F9F9F. Windows color (decimal): -1674042 or 13006054. OLE color: 13006054.

HSL color Cylindrical-coordinate representation of color #E674C6: hue angle of 316.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E674C6 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 116 198 -
CMYK 0 0.50 0.14 0.10
HSL 316.84º 0.7% 0.68% -
HSV(B) 316.84º 0.5% 0.9% -
XYZ 49.07 33.39 57.28 -
YUV 159.43 149.77 178.33 -
System Red Green Blue C M Y K H S L
Decimal 230 116 198 0 0.50 0.14 0.10 316.84 0.7 0.68
Hex E6 74 C6 0 32 E A 13D 46 44
Octal 346 164 306 0 62 16 12 475 106 104
Binary 11100110 1110100 11000110 0 110010 1110 1010 100111101 1000110 1000100

Color Harmonies of #E674C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674C6

Black with #E674C6

Text Example


Text Example

White with #E674C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674C6; }

 p { color: rgb(230,116,198); }

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

background-color css

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

 a { background-color: rgb(230,116,198); }

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

border-color css

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

 span { border-color: rgb(230,116,198); }

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