Html Css Color HEX #EA13DB Hot Magenta

📋 copy color: '#EA13DB'

red 234 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #EA13DB

Tints of Hot Magenta #EA13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.03%

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

R = 49.58%
G = 4.03%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA13DB (or 0xEA13DB) is known color: Hot Magenta. HEX triplet: EA, 13 and DB. RGB value is (234,19,219). Sum of RGB (Red+Green+Blue) = 234+19+219=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA13DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA13DB is #15EC24. Grayscale: #696969. Windows color (decimal): -1436709 or 14357482. OLE color: 14357482.

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

Color convert

RGB 234 19 219 -
CMYK 0 0.92 0.06 0.08
HSL 304.19º 0.85% 0.5% -
HSV(B) 304.19º 0.92% 0.92% -
XYZ 46.95 23.07 69 -
YUV 106.09 191.73 219.24 -
System Red Green Blue C M Y K H S L
Decimal 234 19 219 0 0.92 0.06 0.08 304.19 0.85 0.5
Hex EA 13 DB 0 5C 6 8 130 55 32
Octal 352 23 333 0 134 6 10 460 125 62
Binary 11101010 10011 11011011 0 1011100 110 1000 100110000 1010101 110010

Color Harmonies of #EA13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA13DB

Black with #EA13DB

Text Example


Text Example

White with #EA13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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