Html Css Color HEX #EA01DB Hot Magenta

📋 copy color: '#EA01DB'

red 234 ◦ green 1 ◦ blue 219

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

Shades of Hot Magenta #EA01DB

Tints of Hot Magenta #EA01DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 51.54%
G = 0.22%
B = 48.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA01DB (or 0xEA01DB) is known color: Hot Magenta. HEX triplet: EA, 01 and DB. RGB value is (234,1,219). Sum of RGB (Red+Green+Blue) = 234+1+219=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01DB is #15FE24. Grayscale: #5E5E5E. Windows color (decimal): -1441317 or 14352874. OLE color: 14352874.

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

Color convert

RGB 234 1 219 -
CMYK 0 1.00 0.06 0.08
HSL 303.86º 0.99% 0.46% -
HSV(B) 303.86º 1% 0.92% -
XYZ 46.73 22.63 68.92 -
YUV 95.52 197.69 226.77 -
System Red Green Blue C M Y K H S L
Decimal 234 1 219 0 1.00 0.06 0.08 303.86 0.99 0.46
Hex EA 1 DB 0 64 6 8 130 63 2E
Octal 352 1 333 0 144 6 10 460 143 56
Binary 11101010 1 11011011 0 1100100 110 1000 100110000 1100011 101110

Color Harmonies of #EA01DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA01DB

Black with #EA01DB

Text Example


Text Example

White with #EA01DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA01DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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