Html Css Color HEX #ED68EA Free Speech Magenta
📋 copy color: '#ED68EA'red 237 ◦ green 104 ◦ blue 234
Shades of Free Speech Magenta #ED68EA
Tints of Free Speech Magenta #ED68EA
RGB
CMYK
RGB Variations
Color information
#ED68EA (or 0xED68EA) is known color: Free Speech Magenta. HEX triplet: ED, 68 and EA. RGB value is (237,104,234). Sum of RGB (Red+Green+Blue) = 237+104+234=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED68EA is #129715. Grayscale: #9E9E9E. Windows color (decimal): -1218326 or 15362285. OLE color: 15362285.
HSL color Cylindrical-coordinate representation of color #ED68EA: hue angle of 301.35º 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 #ED68EA is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 234 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.07 |
| HSL | 301.35º | 0.79% | 0.67% | - |
| HSV(B) | 301.35º | 0.56% | 0.93% | - |
| XYZ | 54.73 | 33.85 | 81.49 | - |
| YUV | 158.59 | 170.56 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 234 | 0 | 0.56 | 0.01 | 0.07 | 301.35 | 0.79 | 0.67 |
| Hex | ED | 68 | EA | 0 | 38 | 1 | 7 | 12D | 4F | 43 |
| Octal | 355 | 150 | 352 | 0 | 70 | 1 | 7 | 455 | 117 | 103 |
| Binary | 11101101 | 1101000 | 11101010 | 0 | 111000 | 1 | 111 | 100101101 | 1001111 | 1000011 |
Color Harmonies of #ED68EA
Complementary color
Monochromatic Colors of #ED68EA
Black with #ED68EA
Text Example
Text Example
White with #ED68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED68EA; }
p { color: rgb(237,104,234); }
H1.HeaderClassName
{
color: #ED68EA;
}
.AnyTagClassName
{
color: #ED68EA;
}
</style>
background-color css
<style>
a { background-color: #ED68EA; }
a { background-color: rgb(237,104,234); }
div.DivClassName
{
background-color: #ED68EA;
}
.BgClassName
{
background-color: #ED68EA;
}
</style>
border-color css
<style>
span { border-color: #ED68EA; }
span { border-color: rgb(237,104,234); }
td.TdClassName
{
border-color: #ED68EA;
}
.TagClassName
{
border-color: #ED68EA;
}
</style>