#ED6DD6

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

Shades of Free Speech Magenta #ED6DD6

Tints of Free Speech Magenta #ED6DD6

Color information

#ED6DD6 (or 0xED6DD6) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 6D and D6. RGB value is (237,109,214). Sum of RGB (Red+Green+Blue) = 237+109+214=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6DD6 is #129229. Grayscale: #9E9E9E. Windows color (decimal): -1217066 or 14052845. OLE color: 14052845.

HSL color Cylindrical-coordinate representation of color #ED6DD6: hue angle of 310.78º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6DD6 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237109214-
CMYK00.540.100.07
HSL310.78º78.05%67.84%-
HSV(B)310.78º54.01%92.94%-
XYZ52.5333.867.37-
YUV159.24158.91183.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 109 (42.97% from 255) = 19.46%
BLUE value IS 214 (83.98% from 255) = 38.21%
R=42.32%
G=19.46%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710921400.540.100.07310.7878.0567.84
HexED6DD6036A71374e44
Octal355155326066127467116104
Binary111011011101101110101100110110101011110011011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6DD6; }

 p { color: rgb(237,109,214); }

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

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

 a { background-color: rgb(237,109,214); }

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

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

 span { border-color: rgb(237,109,214); }

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