#EB0DD5

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

Shades of Hot Magenta #EB0DD5

Tints of Hot Magenta #EB0DD5

Color information

#EB0DD5 (or 0xEB0DD5) is unknown color: approx Hot Magenta. HEX triplet: EB, 0D and D5. RGB value is (235,13,213). Sum of RGB (Red+Green+Blue) = 235+13+213=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0DD5 is #14F22A. Grayscale: #656565. Windows color (decimal): -1372715 or 13962731. OLE color: 13962731.

HSL color Cylindrical-coordinate representation of color #EB0DD5: hue angle of 305.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0DD5 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23513213-
CMYK00.940.090.08
HSL305.95º89.52%48.63%-
HSV(B)305.95º94.47%92.16%-
XYZ46.4222.7564.9-
YUV102.18190.55222.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 13 (5.47% from 255) = 2.82%
BLUE value IS 213 (83.59% from 255) = 46.20%
R=50.98%
G=2.82%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351321300.940.090.08305.9589.5248.63
HexEBDD505E981325a31
Octal353153250136111046213261
Binary1110101111011101010101011110100110001001100101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB0DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB0DD5; }

 p { color: rgb(235,13,213); }

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

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

 a { background-color: rgb(235,13,213); }

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

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

 span { border-color: rgb(235,13,213); }

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