#ED44DD

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

Shades of Free Speech Magenta #ED44DD

Tints of Free Speech Magenta #ED44DD

Color information

#ED44DD (or 0xED44DD) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 44 and DD. RGB value is (237,68,221). Sum of RGB (Red+Green+Blue) = 237+68+221=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 68 (26.95% from 255 or 12.93% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44DD is #12BB22. Grayscale: #878787. Windows color (decimal): -1227555 or 14501101. OLE color: 14501101.

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

Color convert

RGB23768221-
CMYK00.710.070.07
HSL305.68º82.44%59.8%-
HSV(B)305.68º71.31%92.94%-
XYZ50.0427.3671.05-
YUV135.97175.99200.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 68 (26.95% from 255) = 12.93%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=45.06%
G=12.93%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376822100.710.070.07305.6882.4459.8
HexED44DD04777132523c
Octal35510433501077746212274
Binary11101101100010011011101010001111111111001100101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED44DD; }

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

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

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

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

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

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

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

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