#ED60DD

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

Shades of Free Speech Magenta #ED60DD

Tints of Free Speech Magenta #ED60DD

Color information

#ED60DD (or 0xED60DD) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 60 and DD. RGB value is (237,96,221). Sum of RGB (Red+Green+Blue) = 237+96+221=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED60DD is #129F22. Grayscale: #989898. Windows color (decimal): -1220387 or 14508269. OLE color: 14508269.

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

Color convert

RGB23796221-
CMYK00.590.070.07
HSL306.81º79.66%65.29%-
HSV(B)306.81º59.49%92.94%-
XYZ52.1631.5971.76-
YUV152.41166.71188.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 96 (37.89% from 255) = 17.33%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=42.78%
G=17.33%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379622100.590.070.07306.8179.6665.29
HexED60DD03B771335041
Octal35514033507377463120101
Binary11101101110000011011101011101111111110011001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED60DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED60DD; }

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

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

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

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

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

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

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

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