Html Css Color HEX #E23DED Free Speech Magenta
📋 copy color: '#E23DED'red 226 ◦ green 61 ◦ blue 237
Shades of Free Speech Magenta #E23DED
Tints of Free Speech Magenta #E23DED
RGB
CMYK
RGB Variations
Color information
#E23DED (or 0xE23DED) is known color: Free Speech Magenta. HEX triplet: E2, 3D and ED. RGB value is (226,61,237). Sum of RGB (Red+Green+Blue) = 226+61+237=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 61 (24.22% from 255 or 11.64% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #E23DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E23DED is #1DC212. Grayscale: #818181. Windows color (decimal): -1950227 or 15547874. OLE color: 15547874.
HSL color Cylindrical-coordinate representation of color #E23DED: hue angle of 296.25º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23DED is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 61 | 237 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.07 |
| HSL | 296.25º | 0.83% | 0.58% | - |
| HSV(B) | 296.25º | 0.74% | 0.93% | - |
| XYZ | 48.32 | 25.62 | 82.52 | - |
| YUV | 130.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 237 | 0.05 | 0.74 | 0 | 0.07 | 296.25 | 0.83 | 0.58 |
| Hex | E2 | 3D | ED | 5 | 4A | 0 | 7 | 128 | 53 | 3A |
| Octal | 342 | 75 | 355 | 5 | 112 | 0 | 7 | 450 | 123 | 72 |
| Binary | 11100010 | 111101 | 11101101 | 101 | 1001010 | 0 | 111 | 100101000 | 1010011 | 111010 |
Color Harmonies of #E23DED
Complementary color
Monochromatic Colors of #E23DED
Black with #E23DED
Text Example
Text Example
White with #E23DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23DED; }
p { color: rgb(226,61,237); }
H1.HeaderClassName
{
color: #E23DED;
}
.AnyTagClassName
{
color: #E23DED;
}
</style>
background-color css
<style>
a { background-color: #E23DED; }
a { background-color: rgb(226,61,237); }
div.DivClassName
{
background-color: #E23DED;
}
.BgClassName
{
background-color: #E23DED;
}
</style>
border-color css
<style>
span { border-color: #E23DED; }
span { border-color: rgb(226,61,237); }
td.TdClassName
{
border-color: #E23DED;
}
.TagClassName
{
border-color: #E23DED;
}
</style>