Html Css Color HEX #EA00DB Hot Magenta

📋 copy color: '#EA00DB'

red 234 ◦ green 0 ◦ blue 219

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

Shades of Hot Magenta #EA00DB

Tints of Hot Magenta #EA00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.66%
G = 0%
B = 48.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA00DB (or 0xEA00DB) is known color: Hot Magenta. HEX triplet: EA, 00 and DB. RGB value is (234,0,219). Sum of RGB (Red+Green+Blue) = 234+0+219=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00DB is #15FF24. Grayscale: #5E5E5E. Windows color (decimal): -1441573 or 14352618. OLE color: 14352618.

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

Color convert

RGB 234 0 219 -
CMYK 0 1 0.06 0.08
HSL 303.85º 1% 0.46% -
HSV(B) 303.85º 1% 0.92% -
XYZ 46.72 22.61 68.92 -
YUV 94.93 198.02 227.19 -
System Red Green Blue C M Y K H S L
Decimal 234 0 219 0 1 0.06 0.08 303.85 1 0.46
Hex EA 0 DB 0 64 6 8 130 64 2E
Octal 352 0 333 0 144 6 10 460 144 56
Binary 11101010 0 11011011 0 1100100 110 1000 100110000 1100100 101110

Color Harmonies of #EA00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA00DB

Black with #EA00DB

Text Example


Text Example

White with #EA00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA00DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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