Html Css Color HEX #EB10DB Hot Magenta

📋 copy color: '#EB10DB'

red 235 ◦ green 16 ◦ blue 219

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

Shades of Hot Magenta #EB10DB

Tints of Hot Magenta #EB10DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.4%

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

R = 50%
G = 3.4%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB10DB (or 0xEB10DB) is known color: Hot Magenta. HEX triplet: EB, 10 and DB. RGB value is (235,16,219). Sum of RGB (Red+Green+Blue) = 235+16+219=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 16 (6.64% from 255 or 3.40% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10DB is #14EF24. Grayscale: #686868. Windows color (decimal): -1371941 or 14356715. OLE color: 14356715.

HSL color Cylindrical-coordinate representation of color #EB10DB: hue angle of 304.38º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB10DB is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 16 219 -
CMYK 0 0.93 0.07 0.08
HSL 304.38º 0.87% 0.49% -
HSV(B) 304.38º 0.93% 0.92% -
XYZ 47.23 23.15 69 -
YUV 104.62 192.55 220.99 -
System Red Green Blue C M Y K H S L
Decimal 235 16 219 0 0.93 0.07 0.08 304.38 0.87 0.49
Hex EB 10 DB 0 5D 7 8 130 57 31
Octal 353 20 333 0 135 7 10 460 127 61
Binary 11101011 10000 11011011 0 1011101 111 1000 100110000 1010111 110001

Color Harmonies of #EB10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB10DB

Black with #EB10DB

Text Example


Text Example

White with #EB10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB10DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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