Html Css Color HEX #EA0ADB Hot Magenta

📋 copy color: '#EA0ADB'

red 234 ◦ green 10 ◦ blue 219

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

Shades of Hot Magenta #EA0ADB

Tints of Hot Magenta #EA0ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 50.54%
G = 2.16%
B = 47.3%

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

#EA0ADB (or 0xEA0ADB) is known color: Hot Magenta. HEX triplet: EA, 0A and DB. RGB value is (234,10,219). Sum of RGB (Red+Green+Blue) = 234+10+219=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0ADB is #15F524. Grayscale: #646464. Windows color (decimal): -1439013 or 14355178. OLE color: 14355178.

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

Color convert

RGB 234 10 219 -
CMYK 0 0.96 0.06 0.08
HSL 304.02º 0.92% 0.48% -
HSV(B) 304.02º 0.96% 0.92% -
XYZ 46.83 22.82 68.96 -
YUV 100.8 194.71 223.01 -
System Red Green Blue C M Y K H S L
Decimal 234 10 219 0 0.96 0.06 0.08 304.02 0.92 0.48
Hex EA A DB 0 60 6 8 130 5C 30
Octal 352 12 333 0 140 6 10 460 134 60
Binary 11101010 1010 11011011 0 1100000 110 1000 100110000 1011100 110000

Color Harmonies of #EA0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0ADB

Black with #EA0ADB

Text Example


Text Example

White with #EA0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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