Html Css Color HEX #E23EED Free Speech Magenta
📋 copy color: '#E23EED'red 226 ◦ green 62 ◦ blue 237
Shades of Free Speech Magenta #E23EED
Tints of Free Speech Magenta #E23EED
RGB
CMYK
RGB Variations
Color information
#E23EED (or 0xE23EED) is known color: Free Speech Magenta. HEX triplet: E2, 3E and ED. RGB value is (226,62,237). Sum of RGB (Red+Green+Blue) = 226+62+237=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 62 (24.61% from 255 or 11.81% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #E23EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E23EED is #1DC112. Grayscale: #828282. Windows color (decimal): -1949971 or 15548130. OLE color: 15548130.
HSL color Cylindrical-coordinate representation of color #E23EED: hue angle of 296.23º 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 #E23EED is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 62 | 237 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.07 |
| HSL | 296.23º | 0.83% | 0.59% | - |
| HSV(B) | 296.23º | 0.74% | 0.93% | - |
| XYZ | 48.37 | 25.73 | 82.54 | - |
| YUV | 130.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 62 | 237 | 0.05 | 0.74 | 0 | 0.07 | 296.23 | 0.83 | 0.59 |
| Hex | E2 | 3E | ED | 5 | 4A | 0 | 7 | 128 | 53 | 3B |
| Octal | 342 | 76 | 355 | 5 | 112 | 0 | 7 | 450 | 123 | 73 |
| Binary | 11100010 | 111110 | 11101101 | 101 | 1001010 | 0 | 111 | 100101000 | 1010011 | 111011 |
Color Harmonies of #E23EED
Complementary color
Monochromatic Colors of #E23EED
Black with #E23EED
Text Example
Text Example
White with #E23EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23EED; }
p { color: rgb(226,62,237); }
H1.HeaderClassName
{
color: #E23EED;
}
.AnyTagClassName
{
color: #E23EED;
}
</style>
background-color css
<style>
a { background-color: #E23EED; }
a { background-color: rgb(226,62,237); }
div.DivClassName
{
background-color: #E23EED;
}
.BgClassName
{
background-color: #E23EED;
}
</style>
border-color css
<style>
span { border-color: #E23EED; }
span { border-color: rgb(226,62,237); }
td.TdClassName
{
border-color: #E23EED;
}
.TagClassName
{
border-color: #E23EED;
}
</style>