Html Css Color HEX #ED3EEA Free Speech Magenta
📋 copy color: '#ED3EEA'red 237 ◦ green 62 ◦ blue 234
Shades of Free Speech Magenta #ED3EEA
Tints of Free Speech Magenta #ED3EEA
RGB
CMYK
RGB Variations
Color information
#ED3EEA (or 0xED3EEA) is known color: Free Speech Magenta. HEX triplet: ED, 3E and EA. RGB value is (237,62,234). Sum of RGB (Red+Green+Blue) = 237+62+234=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 62 (24.61% from 255 or 11.63% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3EEA is #12C115. Grayscale: #858585. Windows color (decimal): -1229078 or 15351533. OLE color: 15351533.
HSL color Cylindrical-coordinate representation of color #ED3EEA: hue angle of 301.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3EEA is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 234 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.07 |
| HSL | 301.03º | 0.83% | 0.59% | - |
| HSV(B) | 301.03º | 0.74% | 0.93% | - |
| XYZ | 51.5 | 27.39 | 80.41 | - |
| YUV | 133.93 | 184.48 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 234 | 0 | 0.74 | 0.01 | 0.07 | 301.03 | 0.83 | 0.59 |
| Hex | ED | 3E | EA | 0 | 4A | 1 | 7 | 12D | 53 | 3B |
| Octal | 355 | 76 | 352 | 0 | 112 | 1 | 7 | 455 | 123 | 73 |
| Binary | 11101101 | 111110 | 11101010 | 0 | 1001010 | 1 | 111 | 100101101 | 1010011 | 111011 |
Color Harmonies of #ED3EEA
Complementary color
Monochromatic Colors of #ED3EEA
Black with #ED3EEA
Text Example
Text Example
White with #ED3EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3EEA; }
p { color: rgb(237,62,234); }
H1.HeaderClassName
{
color: #ED3EEA;
}
.AnyTagClassName
{
color: #ED3EEA;
}
</style>
background-color css
<style>
a { background-color: #ED3EEA; }
a { background-color: rgb(237,62,234); }
div.DivClassName
{
background-color: #ED3EEA;
}
.BgClassName
{
background-color: #ED3EEA;
}
</style>
border-color css
<style>
span { border-color: #ED3EEA; }
span { border-color: rgb(237,62,234); }
td.TdClassName
{
border-color: #ED3EEA;
}
.TagClassName
{
border-color: #ED3EEA;
}
</style>