Html Css Color HEX #EA0DDB Hot Magenta

📋 copy color: '#EA0DDB'

red 234 ◦ green 13 ◦ blue 219

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

Shades of Hot Magenta #EA0DDB

Tints of Hot Magenta #EA0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.79%

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

R = 50.21%
G = 2.79%
B = 47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA0DDB (or 0xEA0DDB) is known color: Hot Magenta. HEX triplet: EA, 0D and DB. RGB value is (234,13,219). Sum of RGB (Red+Green+Blue) = 234+13+219=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0DDB is #15F224. Grayscale: #656565. Windows color (decimal): -1438245 or 14355946. OLE color: 14355946.

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

Color convert

RGB 234 13 219 -
CMYK 0 0.94 0.06 0.08
HSL 304.07º 0.89% 0.48% -
HSV(B) 304.07º 0.94% 0.92% -
XYZ 46.86 22.89 68.97 -
YUV 102.56 193.72 221.75 -
System Red Green Blue C M Y K H S L
Decimal 234 13 219 0 0.94 0.06 0.08 304.07 0.89 0.48
Hex EA D DB 0 5E 6 8 130 59 30
Octal 352 15 333 0 136 6 10 460 131 60
Binary 11101010 1101 11011011 0 1011110 110 1000 100110000 1011001 110000

Color Harmonies of #EA0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0DDB

Black with #EA0DDB

Text Example


Text Example

White with #EA0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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