Html Css Color HEX #ED5CE8 Free Speech Magenta
📋 copy color: '#ED5CE8'red 237 ◦ green 92 ◦ blue 232
Shades of Free Speech Magenta #ED5CE8
Tints of Free Speech Magenta #ED5CE8
RGB
CMYK
RGB Variations
Color information
#ED5CE8 (or 0xED5CE8) is known color: Free Speech Magenta. HEX triplet: ED, 5C and E8. RGB value is (237,92,232). Sum of RGB (Red+Green+Blue) = 237+92+232=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 92 (36.33% from 255 or 16.40% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5CE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5CE8 is #12A317. Grayscale: #969696. Windows color (decimal): -1221400 or 15228141. OLE color: 15228141.
HSL color Cylindrical-coordinate representation of color #ED5CE8: hue angle of 302.07º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED5CE8 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 92 | 232 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.07 |
| HSL | 302.07º | 0.8% | 0.65% | - |
| HSV(B) | 302.07º | 0.61% | 0.93% | - |
| XYZ | 53.32 | 31.49 | 79.61 | - |
| YUV | 151.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 92 | 232 | 0 | 0.61 | 0.02 | 0.07 | 302.07 | 0.8 | 0.65 |
| Hex | ED | 5C | E8 | 0 | 3D | 2 | 7 | 12E | 50 | 41 |
| Octal | 355 | 134 | 350 | 0 | 75 | 2 | 7 | 456 | 120 | 101 |
| Binary | 11101101 | 1011100 | 11101000 | 0 | 111101 | 10 | 111 | 100101110 | 1010000 | 1000001 |
Color Harmonies of #ED5CE8
Complementary color
Monochromatic Colors of #ED5CE8
Black with #ED5CE8
Text Example
Text Example
White with #ED5CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5CE8; }
p { color: rgb(237,92,232); }
H1.HeaderClassName
{
color: #ED5CE8;
}
.AnyTagClassName
{
color: #ED5CE8;
}
</style>
background-color css
<style>
a { background-color: #ED5CE8; }
a { background-color: rgb(237,92,232); }
div.DivClassName
{
background-color: #ED5CE8;
}
.BgClassName
{
background-color: #ED5CE8;
}
</style>
border-color css
<style>
span { border-color: #ED5CE8; }
span { border-color: rgb(237,92,232); }
td.TdClassName
{
border-color: #ED5CE8;
}
.TagClassName
{
border-color: #ED5CE8;
}
</style>