Html Css Color HEX #EA6CC6 Neon Pink

📋 copy color: '#EA6CC6'

red 234 ◦ green 108 ◦ blue 198

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

Shades of Neon Pink #EA6CC6

Tints of Neon Pink #EA6CC6

RGB

 RED value IS 234 (91.8% from 255) = 43.33%

 GREEN value IS 108 (42.58% from 255) = 20%

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

R = 43.33%
G = 20%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA6CC6 (or 0xEA6CC6) is known color: Neon Pink. HEX triplet: EA, 6C and C6. RGB value is (234,108,198). Sum of RGB (Red+Green+Blue) = 234+108+198=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CC6 is #159339. Grayscale: #9B9B9B. Windows color (decimal): -1413946 or 13004010. OLE color: 13004010.

HSL color Cylindrical-coordinate representation of color #EA6CC6: hue angle of 317.14º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6CC6 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 108 198 -
CMYK 0 0.54 0.15 0.08
HSL 317.14º 0.75% 0.67% -
HSV(B) 317.14º 0.54% 0.92% -
XYZ 49.49 32.29 57.05 -
YUV 155.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 234 108 198 0 0.54 0.15 0.08 317.14 0.75 0.67
Hex EA 6C C6 0 36 F 8 13D 4B 43
Octal 352 154 306 0 66 17 10 475 113 103
Binary 11101010 1101100 11000110 0 110110 1111 1000 100111101 1001011 1000011

Color Harmonies of #EA6CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6CC6

Black with #EA6CC6

Text Example


Text Example

White with #EA6CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6CC6; }

 p { color: rgb(234,108,198); }

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

background-color css

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

 a { background-color: rgb(234,108,198); }

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

border-color css

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

 span { border-color: rgb(234,108,198); }

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