Html Css Color HEX #EA05DB Hot Magenta

📋 copy color: '#EA05DB'

red 234 ◦ green 5 ◦ blue 219

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

Shades of Hot Magenta #EA05DB

Tints of Hot Magenta #EA05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.09%

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

R = 51.09%
G = 1.09%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA05DB (or 0xEA05DB) is known color: Hot Magenta. HEX triplet: EA, 05 and DB. RGB value is (234,5,219). Sum of RGB (Red+Green+Blue) = 234+5+219=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 5 (2.34% from 255 or 1.09% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA05DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA05DB is #15FA24. Grayscale: #616161. Windows color (decimal): -1440293 or 14353898. OLE color: 14353898.

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

Color convert

RGB 234 5 219 -
CMYK 0 0.98 0.06 0.08
HSL 303.93º 0.96% 0.47% -
HSV(B) 303.93º 0.98% 0.92% -
XYZ 46.77 22.72 68.94 -
YUV 97.87 196.37 225.1 -
System Red Green Blue C M Y K H S L
Decimal 234 5 219 0 0.98 0.06 0.08 303.93 0.96 0.47
Hex EA 5 DB 0 62 6 8 130 60 2F
Octal 352 5 333 0 142 6 10 460 140 57
Binary 11101010 101 11011011 0 1100010 110 1000 100110000 1100000 101111

Color Harmonies of #EA05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA05DB

Black with #EA05DB

Text Example


Text Example

White with #EA05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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