Html Css Color HEX #EB11DF Hot Magenta

📋 copy color: '#EB11DF'

red 235 ◦ green 17 ◦ blue 223

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

Shades of Hot Magenta #EB11DF

Tints of Hot Magenta #EB11DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 49.47%
G = 3.58%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB11DF (or 0xEB11DF) is known color: Hot Magenta. HEX triplet: EB, 11 and DF. RGB value is (235,17,223). Sum of RGB (Red+Green+Blue) = 235+17+223=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB11DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB11DF is #14EE20. Grayscale: #696969. Windows color (decimal): -1371681 or 14619115. OLE color: 14619115.

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

Color convert

RGB 235 17 223 -
CMYK 0 0.93 0.05 0.08
HSL 303.3º 0.87% 0.49% -
HSV(B) 303.3º 0.93% 0.92% -
XYZ 47.78 23.39 71.81 -
YUV 105.67 194.22 220.25 -
System Red Green Blue C M Y K H S L
Decimal 235 17 223 0 0.93 0.05 0.08 303.3 0.87 0.49
Hex EB 11 DF 0 5D 5 8 12F 57 31
Octal 353 21 337 0 135 5 10 457 127 61
Binary 11101011 10001 11011111 0 1011101 101 1000 100101111 1010111 110001

Color Harmonies of #EB11DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB11DF

Black with #EB11DF

Text Example


Text Example

White with #EB11DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB11DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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