Html Css Color HEX #EB13DB Hot Magenta

📋 copy color: '#EB13DB'

red 235 ◦ green 19 ◦ blue 219

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

Shades of Hot Magenta #EB13DB

Tints of Hot Magenta #EB13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.02%

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

R = 49.68%
G = 4.02%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EB13DB (or 0xEB13DB) is known color: Hot Magenta. HEX triplet: EB, 13 and DB. RGB value is (235,19,219). Sum of RGB (Red+Green+Blue) = 235+19+219=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB13DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB13DB is #14EC24. Grayscale: #696969. Windows color (decimal): -1371173 or 14357483. OLE color: 14357483.

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

Color convert

RGB 235 19 219 -
CMYK 0 0.92 0.07 0.08
HSL 304.44º 0.85% 0.5% -
HSV(B) 304.44º 0.92% 0.92% -
XYZ 47.28 23.24 69.01 -
YUV 106.38 191.56 219.74 -
System Red Green Blue C M Y K H S L
Decimal 235 19 219 0 0.92 0.07 0.08 304.44 0.85 0.5
Hex EB 13 DB 0 5C 7 8 130 55 32
Octal 353 23 333 0 134 7 10 460 125 62
Binary 11101011 10011 11011011 0 1011100 111 1000 100110000 1010101 110010

Color Harmonies of #EB13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB13DB

Black with #EB13DB

Text Example


Text Example

White with #EB13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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