Html Css Color HEX #EA0ADD Hot Magenta

📋 copy color: '#EA0ADD'

red 234 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #EA0ADD

Tints of Hot Magenta #EA0ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 50.32%
G = 2.15%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA0ADD (or 0xEA0ADD) is known color: Hot Magenta. HEX triplet: EA, 0A and DD. RGB value is (234,10,221). Sum of RGB (Red+Green+Blue) = 234+10+221=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0ADD is #15F522. Grayscale: #646464. Windows color (decimal): -1439011 or 14486250. OLE color: 14486250.

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

Color convert

RGB 234 10 221 -
CMYK 0 0.96 0.06 0.08
HSL 303.48º 0.92% 0.48% -
HSV(B) 303.48º 0.96% 0.92% -
XYZ 47.09 22.93 70.35 -
YUV 101.03 195.71 222.84 -
System Red Green Blue C M Y K H S L
Decimal 234 10 221 0 0.96 0.06 0.08 303.48 0.92 0.48
Hex EA A DD 0 60 6 8 12F 5C 30
Octal 352 12 335 0 140 6 10 457 134 60
Binary 11101010 1010 11011101 0 1100000 110 1000 100101111 1011100 110000

Color Harmonies of #EA0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0ADD

Black with #EA0ADD

Text Example


Text Example

White with #EA0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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