Html Css Color HEX #EB11D6 Hot Magenta

📋 copy color: '#EB11D6'

red 235 ◦ green 17 ◦ blue 214

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

Shades of Hot Magenta #EB11D6

Tints of Hot Magenta #EB11D6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.65%

 BLUE value IS 214 (83.98% from 255) = 45.92%

R = 50.43%
G = 3.65%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EB11D6 (or 0xEB11D6) is known color: Hot Magenta. HEX triplet: EB, 11 and D6. RGB value is (235,17,214). Sum of RGB (Red+Green+Blue) = 235+17+214=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 17 (7.03% from 255 or 3.65% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB11D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB11D6 is #14EE29. Grayscale: #686868. Windows color (decimal): -1371690 or 14029291. OLE color: 14029291.

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

Color convert

RGB 235 17 214 -
CMYK 0 0.93 0.09 0.08
HSL 305.78º 0.87% 0.49% -
HSV(B) 305.78º 0.93% 0.92% -
XYZ 46.6 22.92 65.59 -
YUV 104.64 189.72 220.98 -
System Red Green Blue C M Y K H S L
Decimal 235 17 214 0 0.93 0.09 0.08 305.78 0.87 0.49
Hex EB 11 D6 0 5D 9 8 132 57 31
Octal 353 21 326 0 135 11 10 462 127 61
Binary 11101011 10001 11010110 0 1011101 1001 1000 100110010 1010111 110001

Color Harmonies of #EB11D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB11D6

Black with #EB11D6

Text Example


Text Example

White with #EB11D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB11D6; }

 p { color: rgb(235,17,214); }

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

background-color css

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

 a { background-color: rgb(235,17,214); }

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

border-color css

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

 span { border-color: rgb(235,17,214); }

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