#EB06DD

Color #EB06DD Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #EB06DD

Tints of Hot Magenta #EB06DD

Color information

#EB06DD (or 0xEB06DD) is unknown color: approx Hot Magenta. HEX triplet: EB, 06 and DD. RGB value is (235,6,221). Sum of RGB (Red+Green+Blue) = 235+6+221=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB06DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB06DD is #14F922. Grayscale: #626262. Windows color (decimal): -1374499 or 14485227. OLE color: 14485227.

HSL color Cylindrical-coordinate representation of color #EB06DD: hue angle of 303.67º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB06DD is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB2356221-
CMYK00.970.060.08
HSL303.67º95.02%47.25%-
HSV(B)303.67º97.45%92.16%-
XYZ47.3823.0170.35-
YUV98.98196.87225.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 6 (2.73% from 255) = 1.30%
BLUE value IS 221 (86.72% from 255) = 47.84%
R=50.87%
G=1.30%
B=47.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235622100.970.060.08303.6795.0247.25
HexEB6DD061681305f2f
Octal3536335014161046013757
Binary11101011110110111010110000111010001001100001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB06DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB06DD; }

 p { color: rgb(235,6,221); }

 H1.HeaderClassName
 {
   color: #EB06DD;
 }
 .AnyTagClassName
 {
   color: #EB06DD;
 }
</style>
background-color css

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

 a { background-color: rgb(235,6,221); }

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

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

 span { border-color: rgb(235,6,221); }

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