Html Css Color HEX #EB04DB Hot Magenta

📋 copy color: '#EB04DB'

red 235 ◦ green 4 ◦ blue 219

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

Shades of Hot Magenta #EB04DB

Tints of Hot Magenta #EB04DB

RGB

 RED value IS 235 (92.19% from 255) = 51.31%

 GREEN value IS 4 (1.95% from 255) = 0.87%

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

R = 51.31%
G = 0.87%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB04DB (or 0xEB04DB) is known color: Hot Magenta. HEX triplet: EB, 04 and DB. RGB value is (235,4,219). Sum of RGB (Red+Green+Blue) = 235+4+219=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB04DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB04DB is #14FB24. Grayscale: #606060. Windows color (decimal): -1375013 or 14353643. OLE color: 14353643.

HSL color Cylindrical-coordinate representation of color #EB04DB: hue angle of 304.16º degrees, saturation: 0.97, 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 #EB04DB is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 4 219 -
CMYK 0 0.98 0.07 0.08
HSL 304.16º 0.97% 0.47% -
HSV(B) 304.16º 0.98% 0.92% -
XYZ 47.09 22.86 68.95 -
YUV 97.58 196.53 226.02 -
System Red Green Blue C M Y K H S L
Decimal 235 4 219 0 0.98 0.07 0.08 304.16 0.97 0.47
Hex EB 4 DB 0 62 7 8 130 61 2F
Octal 353 4 333 0 142 7 10 460 141 57
Binary 11101011 100 11011011 0 1100010 111 1000 100110000 1100001 101111

Color Harmonies of #EB04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB04DB

Black with #EB04DB

Text Example


Text Example

White with #EB04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB04DB; }

 p { color: rgb(235,4,219); }

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

background-color css

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

 a { background-color: rgb(235,4,219); }

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

border-color css

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

 span { border-color: rgb(235,4,219); }

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