#ED0DDD

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

Shades of Hot Magenta #ED0DDD

Tints of Hot Magenta #ED0DDD

Color information

#ED0DDD (or 0xED0DDD) is unknown color: approx Hot Magenta. HEX triplet: ED, 0D and DD. RGB value is (237,13,221). Sum of RGB (Red+Green+Blue) = 237+13+221=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0DDD is #12F222. Grayscale: #676767. Windows color (decimal): -1241635 or 14487021. OLE color: 14487021.

HSL color Cylindrical-coordinate representation of color #ED0DDD: hue angle of 304.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0DDD is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB23713221-
CMYK00.950.070.07
HSL304.29º89.6%49.02%-
HSV(B)304.29º94.51%92.94%-
XYZ48.1223.5170.41-
YUV103.69194.21223.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.32%
GREEN value IS 13 (5.47% from 255) = 2.76%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=50.32%
G=2.76%
B=46.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371322100.950.070.07304.2989.649.02
HexEDDDD05F771305a31
Octal3551533501377746013261
Binary11101101110111011101010111111111111001100001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0DDD; }

 p { color: rgb(237,13,221); }

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

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

 a { background-color: rgb(237,13,221); }

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

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

 span { border-color: rgb(237,13,221); }

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