#ED6DD3

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

Shades of Free Speech Magenta #ED6DD3

Tints of Free Speech Magenta #ED6DD3

Color information

#ED6DD3 (or 0xED6DD3) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 6D and D3. RGB value is (237,109,211). Sum of RGB (Red+Green+Blue) = 237+109+211=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6DD3 is #12922C. Grayscale: #9E9E9E. Windows color (decimal): -1217069 or 13856237. OLE color: 13856237.

HSL color Cylindrical-coordinate representation of color #ED6DD3: hue angle of 312.19º 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 #ED6DD3 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237109211-
CMYK00.540.110.07
HSL312.19º78.05%67.84%-
HSV(B)312.19º54.01%92.94%-
XYZ52.1533.6465.37-
YUV158.9157.41183.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 109 (42.97% from 255) = 19.57%
BLUE value IS 211 (82.81% from 255) = 37.88%
R=42.55%
G=19.57%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710921100.540.110.07312.1978.0567.84
HexED6DD3036B71384e44
Octal355155323066137470116104
Binary111011011101101110100110110110101111110011100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6DD3; }

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

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

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

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

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

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

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

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