Html Css Color HEX #ED69D2 Free Speech Magenta
📋 copy color: '#ED69D2'red 237 ◦ green 105 ◦ blue 210
Shades of Free Speech Magenta #ED69D2
Tints of Free Speech Magenta #ED69D2
RGB
CMYK
RGB Variations
Color information
#ED69D2 (or 0xED69D2) is known color: Free Speech Magenta. HEX triplet: ED, 69 and D2. RGB value is (237,105,210). Sum of RGB (Red+Green+Blue) = 237+105+210=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69D2 is #12962D. Grayscale: #9C9C9C. Windows color (decimal): -1218094 or 13789677. OLE color: 13789677.
HSL color Cylindrical-coordinate representation of color #ED69D2: hue angle of 312.27º 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 #ED69D2 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 210 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.07 |
| HSL | 312.27º | 0.79% | 0.67% | - |
| HSV(B) | 312.27º | 0.56% | 0.93% | - |
| XYZ | 51.61 | 32.76 | 64.58 | - |
| YUV | 156.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 210 | 0 | 0.56 | 0.11 | 0.07 | 312.27 | 0.79 | 0.67 |
| Hex | ED | 69 | D2 | 0 | 38 | B | 7 | 138 | 4F | 43 |
| Octal | 355 | 151 | 322 | 0 | 70 | 13 | 7 | 470 | 117 | 103 |
| Binary | 11101101 | 1101001 | 11010010 | 0 | 111000 | 1011 | 111 | 100111000 | 1001111 | 1000011 |
Color Harmonies of #ED69D2
Complementary color
Monochromatic Colors of #ED69D2
Black with #ED69D2
Text Example
Text Example
White with #ED69D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED69D2; }
p { color: rgb(237,105,210); }
H1.HeaderClassName
{
color: #ED69D2;
}
.AnyTagClassName
{
color: #ED69D2;
}
</style>
background-color css
<style>
a { background-color: #ED69D2; }
a { background-color: rgb(237,105,210); }
div.DivClassName
{
background-color: #ED69D2;
}
.BgClassName
{
background-color: #ED69D2;
}
</style>
border-color css
<style>
span { border-color: #ED69D2; }
span { border-color: rgb(237,105,210); }
td.TdClassName
{
border-color: #ED69D2;
}
.TagClassName
{
border-color: #ED69D2;
}
</style>