Html Css Color HEX #ED44DE Free Speech Magenta
📋 copy color: '#ED44DE'red 237 ◦ green 68 ◦ blue 222
Shades of Free Speech Magenta #ED44DE
Tints of Free Speech Magenta #ED44DE
RGB
CMYK
RGB Variations
Color information
#ED44DE (or 0xED44DE) is known color: Free Speech Magenta. HEX triplet: ED, 44 and DE. RGB value is (237,68,222). Sum of RGB (Red+Green+Blue) = 237+68+222=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 68 (26.95% from 255 or 12.90% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44DE is #12BB21. Grayscale: #878787. Windows color (decimal): -1227554 or 14566637. OLE color: 14566637.
HSL color Cylindrical-coordinate representation of color #ED44DE: hue angle of 305.33º 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 #ED44DE is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 222 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.07 |
| HSL | 305.33º | 0.82% | 0.6% | - |
| HSV(B) | 305.33º | 0.71% | 0.93% | - |
| XYZ | 50.18 | 27.41 | 71.75 | - |
| YUV | 136.09 | 176.49 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 222 | 0 | 0.71 | 0.06 | 0.07 | 305.33 | 0.82 | 0.6 |
| Hex | ED | 44 | DE | 0 | 47 | 6 | 7 | 131 | 52 | 3C |
| Octal | 355 | 104 | 336 | 0 | 107 | 6 | 7 | 461 | 122 | 74 |
| Binary | 11101101 | 1000100 | 11011110 | 0 | 1000111 | 110 | 111 | 100110001 | 1010010 | 111100 |
Color Harmonies of #ED44DE
Complementary color
Monochromatic Colors of #ED44DE
Black with #ED44DE
Text Example
Text Example
White with #ED44DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED44DE; }
p { color: rgb(237,68,222); }
H1.HeaderClassName
{
color: #ED44DE;
}
.AnyTagClassName
{
color: #ED44DE;
}
</style>
background-color css
<style>
a { background-color: #ED44DE; }
a { background-color: rgb(237,68,222); }
div.DivClassName
{
background-color: #ED44DE;
}
.BgClassName
{
background-color: #ED44DE;
}
</style>
border-color css
<style>
span { border-color: #ED44DE; }
span { border-color: rgb(237,68,222); }
td.TdClassName
{
border-color: #ED44DE;
}
.TagClassName
{
border-color: #ED44DE;
}
</style>