#ED5DDF

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

Shades of Free Speech Magenta #ED5DDF

Tints of Free Speech Magenta #ED5DDF

Color information

#ED5DDF (or 0xED5DDF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 5D and DF. RGB value is (237,93,223). Sum of RGB (Red+Green+Blue) = 237+93+223=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5DDF is #12A220. Grayscale: #969696. Windows color (decimal): -1221153 or 14638573. OLE color: 14638573.

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

Color convert

RGB23793223-
CMYK00.610.060.07
HSL305.83º80%64.71%-
HSV(B)305.83º60.76%92.94%-
XYZ52.1631.1673.08-
YUV150.88168.71189.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 93 (36.72% from 255) = 16.82%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=42.86%
G=16.82%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379322300.610.060.07305.838064.71
HexED5DDF03D671325041
Octal35513533707567462120101
Binary11101101101110111011111011110111011110011001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5DDF; }

 p { color: rgb(237,93,223); }

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

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

 a { background-color: rgb(237,93,223); }

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

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

 span { border-color: rgb(237,93,223); }

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