Html Css Color HEX #EA6CC2 Neon Pink

📋 copy color: '#EA6CC2'

red 234 ◦ green 108 ◦ blue 194

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

Shades of Neon Pink #EA6CC2

Tints of Neon Pink #EA6CC2

RGB

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

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

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

R = 43.66%
G = 20.15%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA6CC2 (or 0xEA6CC2) is known color: Neon Pink. HEX triplet: EA, 6C and C2. RGB value is (234,108,194). Sum of RGB (Red+Green+Blue) = 234+108+194=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6CC2 is #15933D. Grayscale: #9B9B9B. Windows color (decimal): -1413950 or 12741866. OLE color: 12741866.

HSL color Cylindrical-coordinate representation of color #EA6CC2: hue angle of 319.05º 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 #EA6CC2 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 108 194 -
CMYK 0 0.54 0.17 0.08
HSL 319.05º 0.75% 0.67% -
HSV(B) 319.05º 0.54% 0.92% -
XYZ 49.03 32.11 54.65 -
YUV 155.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 234 108 194 0 0.54 0.17 0.08 319.05 0.75 0.67
Hex EA 6C C2 0 36 11 8 13F 4B 43
Octal 352 154 302 0 66 21 10 477 113 103
Binary 11101010 1101100 11000010 0 110110 10001 1000 100111111 1001011 1000011

Color Harmonies of #EA6CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6CC2

Black with #EA6CC2

Text Example


Text Example

White with #EA6CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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