Html Css Color HEX #EB12DC Hot Magenta

📋 copy color: '#EB12DC'

red 235 ◦ green 18 ◦ blue 220

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

Shades of Hot Magenta #EB12DC

Tints of Hot Magenta #EB12DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 49.68%
G = 3.81%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EB12DC (or 0xEB12DC) is known color: Hot Magenta. HEX triplet: EB, 12 and DC. RGB value is (235,18,220). Sum of RGB (Red+Green+Blue) = 235+18+220=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB12DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB12DC is #14ED23. Grayscale: #696969. Windows color (decimal): -1371428 or 14422763. OLE color: 14422763.

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

Color convert

RGB 235 18 220 -
CMYK 0 0.92 0.06 0.08
HSL 304.15º 0.86% 0.5% -
HSV(B) 304.15º 0.92% 0.92% -
XYZ 47.4 23.26 69.7 -
YUV 105.91 192.39 220.07 -
System Red Green Blue C M Y K H S L
Decimal 235 18 220 0 0.92 0.06 0.08 304.15 0.86 0.5
Hex EB 12 DC 0 5C 6 8 130 56 32
Octal 353 22 334 0 134 6 10 460 126 62
Binary 11101011 10010 11011100 0 1011100 110 1000 100110000 1010110 110010

Color Harmonies of #EB12DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB12DC

Black with #EB12DC

Text Example


Text Example

White with #EB12DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB12DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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