Html Css Color HEX #ED62D3 Free Speech Magenta
📋 copy color: '#ED62D3'red 237 ◦ green 98 ◦ blue 211
Shades of Free Speech Magenta #ED62D3
Tints of Free Speech Magenta #ED62D3
RGB
CMYK
RGB Variations
Color information
#ED62D3 (or 0xED62D3) is known color: Free Speech Magenta. HEX triplet: ED, 62 and D3. RGB value is (237,98,211). Sum of RGB (Red+Green+Blue) = 237+98+211=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED62D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED62D3 is #129D2C. Grayscale: #989898. Windows color (decimal): -1219885 or 13853421. OLE color: 13853421.
HSL color Cylindrical-coordinate representation of color #ED62D3: hue angle of 311.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED62D3 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 211 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.07 |
| HSL | 311.22º | 0.79% | 0.66% | - |
| HSV(B) | 311.22º | 0.59% | 0.93% | - |
| XYZ | 51.05 | 31.44 | 65.01 | - |
| YUV | 152.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 211 | 0 | 0.59 | 0.11 | 0.07 | 311.22 | 0.79 | 0.66 |
| Hex | ED | 62 | D3 | 0 | 3B | B | 7 | 137 | 4F | 42 |
| Octal | 355 | 142 | 323 | 0 | 73 | 13 | 7 | 467 | 117 | 102 |
| Binary | 11101101 | 1100010 | 11010011 | 0 | 111011 | 1011 | 111 | 100110111 | 1001111 | 1000010 |
Color Harmonies of #ED62D3
Complementary color
Monochromatic Colors of #ED62D3
Black with #ED62D3
Text Example
Text Example
White with #ED62D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED62D3; }
p { color: rgb(237,98,211); }
H1.HeaderClassName
{
color: #ED62D3;
}
.AnyTagClassName
{
color: #ED62D3;
}
</style>
background-color css
<style>
a { background-color: #ED62D3; }
a { background-color: rgb(237,98,211); }
div.DivClassName
{
background-color: #ED62D3;
}
.BgClassName
{
background-color: #ED62D3;
}
</style>
border-color css
<style>
span { border-color: #ED62D3; }
span { border-color: rgb(237,98,211); }
td.TdClassName
{
border-color: #ED62D3;
}
.TagClassName
{
border-color: #ED62D3;
}
</style>