Html Css Color HEX #EA0AD6 Hot Magenta

📋 copy color: '#EA0AD6'

red 234 ◦ green 10 ◦ blue 214

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

Shades of Hot Magenta #EA0AD6

Tints of Hot Magenta #EA0AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.18%

 BLUE value IS 214 (83.98% from 255) = 46.72%

R = 51.09%
G = 2.18%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA0AD6 (or 0xEA0AD6) is known color: Hot Magenta. HEX triplet: EA, 0A and D6. RGB value is (234,10,214). Sum of RGB (Red+Green+Blue) = 234+10+214=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0AD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0AD6 is #15F529. Grayscale: #636363. Windows color (decimal): -1439018 or 14027498. OLE color: 14027498.

HSL color Cylindrical-coordinate representation of color #EA0AD6: hue angle of 305.36º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0AD6 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 10 214 -
CMYK 0 0.96 0.09 0.08
HSL 305.36º 0.92% 0.48% -
HSV(B) 305.36º 0.96% 0.92% -
XYZ 46.18 22.56 65.54 -
YUV 100.23 192.21 223.41 -
System Red Green Blue C M Y K H S L
Decimal 234 10 214 0 0.96 0.09 0.08 305.36 0.92 0.48
Hex EA A D6 0 60 9 8 131 5C 30
Octal 352 12 326 0 140 11 10 461 134 60
Binary 11101010 1010 11010110 0 1100000 1001 1000 100110001 1011100 110000

Color Harmonies of #EA0AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0AD6

Black with #EA0AD6

Text Example


Text Example

White with #EA0AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0AD6; }

 p { color: rgb(234,10,214); }

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

background-color css

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

 a { background-color: rgb(234,10,214); }

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

border-color css

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

 span { border-color: rgb(234,10,214); }

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