Html Css Color HEX #ED69D1 Free Speech Magenta
📋 copy color: '#ED69D1'red 237 ◦ green 105 ◦ blue 209
Shades of Free Speech Magenta #ED69D1
Tints of Free Speech Magenta #ED69D1
RGB
CMYK
RGB Variations
Color information
#ED69D1 (or 0xED69D1) is known color: Free Speech Magenta. HEX triplet: ED, 69 and D1. RGB value is (237,105,209). Sum of RGB (Red+Green+Blue) = 237+105+209=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69D1 is #12962E. Grayscale: #9C9C9C. Windows color (decimal): -1218095 or 13724141. OLE color: 13724141.
HSL color Cylindrical-coordinate representation of color #ED69D1: hue angle of 312.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED69D1 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 209 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.07 |
| HSL | 312.73º | 0.79% | 0.67% | - |
| HSV(B) | 312.73º | 0.56% | 0.93% | - |
| XYZ | 51.49 | 32.71 | 63.92 | - |
| YUV | 156.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 209 | 0 | 0.56 | 0.12 | 0.07 | 312.73 | 0.79 | 0.67 |
| Hex | ED | 69 | D1 | 0 | 38 | C | 7 | 139 | 4F | 43 |
| Octal | 355 | 151 | 321 | 0 | 70 | 14 | 7 | 471 | 117 | 103 |
| Binary | 11101101 | 1101001 | 11010001 | 0 | 111000 | 1100 | 111 | 100111001 | 1001111 | 1000011 |
Color Harmonies of #ED69D1
Complementary color
Monochromatic Colors of #ED69D1
Black with #ED69D1
Text Example
Text Example
White with #ED69D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED69D1; }
p { color: rgb(237,105,209); }
H1.HeaderClassName
{
color: #ED69D1;
}
.AnyTagClassName
{
color: #ED69D1;
}
</style>
background-color css
<style>
a { background-color: #ED69D1; }
a { background-color: rgb(237,105,209); }
div.DivClassName
{
background-color: #ED69D1;
}
.BgClassName
{
background-color: #ED69D1;
}
</style>
border-color css
<style>
span { border-color: #ED69D1; }
span { border-color: rgb(237,105,209); }
td.TdClassName
{
border-color: #ED69D1;
}
.TagClassName
{
border-color: #ED69D1;
}
</style>