Html Css Color HEX #E23FEF Free Speech Magenta
📋 copy color: '#E23FEF'red 226 ◦ green 63 ◦ blue 239
Shades of Free Speech Magenta #E23FEF
Tints of Free Speech Magenta #E23FEF
RGB
CMYK
RGB Variations
Color information
#E23FEF (or 0xE23FEF) is known color: Free Speech Magenta. HEX triplet: E2, 3F and EF. RGB value is (226,63,239). Sum of RGB (Red+Green+Blue) = 226+63+239=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 63 (25% from 255 or 11.93% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #E23FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E23FEF is #1DC010. Grayscale: #838383. Windows color (decimal): -1949713 or 15679458. OLE color: 15679458.
HSL color Cylindrical-coordinate representation of color #E23FEF: hue angle of 295.57º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23FEF is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 63 | 239 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.06 |
| HSL | 295.57º | 0.85% | 0.59% | - |
| HSV(B) | 295.57º | 0.74% | 0.94% | - |
| XYZ | 48.72 | 25.96 | 84.1 | - |
| YUV | 131.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 239 | 0.05 | 0.74 | 0 | 0.06 | 295.57 | 0.85 | 0.59 |
| Hex | E2 | 3F | EF | 5 | 4A | 0 | 6 | 128 | 55 | 3B |
| Octal | 342 | 77 | 357 | 5 | 112 | 0 | 6 | 450 | 125 | 73 |
| Binary | 11100010 | 111111 | 11101111 | 101 | 1001010 | 0 | 110 | 100101000 | 1010101 | 111011 |
Color Harmonies of #E23FEF
Complementary color
Monochromatic Colors of #E23FEF
Black with #E23FEF
Text Example
Text Example
White with #E23FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23FEF; }
p { color: rgb(226,63,239); }
H1.HeaderClassName
{
color: #E23FEF;
}
.AnyTagClassName
{
color: #E23FEF;
}
</style>
background-color css
<style>
a { background-color: #E23FEF; }
a { background-color: rgb(226,63,239); }
div.DivClassName
{
background-color: #E23FEF;
}
.BgClassName
{
background-color: #E23FEF;
}
</style>
border-color css
<style>
span { border-color: #E23FEF; }
span { border-color: rgb(226,63,239); }
td.TdClassName
{
border-color: #E23FEF;
}
.TagClassName
{
border-color: #E23FEF;
}
</style>