Html Css Color HEX #ED3CEA Free Speech Magenta
📋 copy color: '#ED3CEA'red 237 ◦ green 60 ◦ blue 234
Shades of Free Speech Magenta #ED3CEA
Tints of Free Speech Magenta #ED3CEA
RGB
CMYK
RGB Variations
Color information
#ED3CEA (or 0xED3CEA) is known color: Free Speech Magenta. HEX triplet: ED, 3C and EA. RGB value is (237,60,234). Sum of RGB (Red+Green+Blue) = 237+60+234=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3CEA is #12C315. Grayscale: #848484. Windows color (decimal): -1229590 or 15351021. OLE color: 15351021.
HSL color Cylindrical-coordinate representation of color #ED3CEA: hue angle of 301.02º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3CEA is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 234 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.07 |
| HSL | 301.02º | 0.83% | 0.58% | - |
| HSV(B) | 301.02º | 0.75% | 0.93% | - |
| XYZ | 51.39 | 27.18 | 80.38 | - |
| YUV | 132.76 | 185.14 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 234 | 0 | 0.75 | 0.01 | 0.07 | 301.02 | 0.83 | 0.58 |
| Hex | ED | 3C | EA | 0 | 4B | 1 | 7 | 12D | 53 | 3A |
| Octal | 355 | 74 | 352 | 0 | 113 | 1 | 7 | 455 | 123 | 72 |
| Binary | 11101101 | 111100 | 11101010 | 0 | 1001011 | 1 | 111 | 100101101 | 1010011 | 111010 |
Color Harmonies of #ED3CEA
Complementary color
Monochromatic Colors of #ED3CEA
Black with #ED3CEA
Text Example
Text Example
White with #ED3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3CEA; }
p { color: rgb(237,60,234); }
H1.HeaderClassName
{
color: #ED3CEA;
}
.AnyTagClassName
{
color: #ED3CEA;
}
</style>
background-color css
<style>
a { background-color: #ED3CEA; }
a { background-color: rgb(237,60,234); }
div.DivClassName
{
background-color: #ED3CEA;
}
.BgClassName
{
background-color: #ED3CEA;
}
</style>
border-color css
<style>
span { border-color: #ED3CEA; }
span { border-color: rgb(237,60,234); }
td.TdClassName
{
border-color: #ED3CEA;
}
.TagClassName
{
border-color: #ED3CEA;
}
</style>