Html Css Color HEX #EB12DB Hot Magenta

📋 copy color: '#EB12DB'

red 235 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #EB12DB

Tints of Hot Magenta #EB12DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.81%

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

R = 49.79%
G = 3.81%
B = 46.4%

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

#EB12DB (or 0xEB12DB) is known color: Hot Magenta. HEX triplet: EB, 12 and DB. RGB value is (235,18,219). Sum of RGB (Red+Green+Blue) = 235+18+219=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB12DB is #14ED24. Grayscale: #696969. Windows color (decimal): -1371429 or 14357227. OLE color: 14357227.

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

Color convert

RGB 235 18 219 -
CMYK 0 0.92 0.07 0.08
HSL 304.42º 0.86% 0.5% -
HSV(B) 304.42º 0.92% 0.92% -
XYZ 47.26 23.21 69.01 -
YUV 105.8 191.89 220.16 -
System Red Green Blue C M Y K H S L
Decimal 235 18 219 0 0.92 0.07 0.08 304.42 0.86 0.5
Hex EB 12 DB 0 5C 7 8 130 56 32
Octal 353 22 333 0 134 7 10 460 126 62
Binary 11101011 10010 11011011 0 1011100 111 1000 100110000 1010110 110010

Color Harmonies of #EB12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB12DB

Black with #EB12DB

Text Example


Text Example

White with #EB12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB12DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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