Html Css Color HEX #E23FE5 Free Speech Magenta
📋 copy color: '#E23FE5'red 226 ◦ green 63 ◦ blue 229
Shades of Free Speech Magenta #E23FE5
Tints of Free Speech Magenta #E23FE5
RGB
CMYK
RGB Variations
Color information
#E23FE5 (or 0xE23FE5) is known color: Free Speech Magenta. HEX triplet: E2, 3F and E5. RGB value is (226,63,229). Sum of RGB (Red+Green+Blue) = 226+63+229=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 63 (25% from 255 or 12.16% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #E23FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23FE5 is #1DC01A. Grayscale: #828282. Windows color (decimal): -1949723 or 15024098. OLE color: 15024098.
HSL color Cylindrical-coordinate representation of color #E23FE5: hue angle of 298.92º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E23FE5 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 63 | 229 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.10 |
| HSL | 298.92º | 0.76% | 0.57% | - |
| HSV(B) | 298.92º | 0.72% | 0.9% | - |
| XYZ | 47.28 | 25.38 | 76.54 | - |
| YUV | 130.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 229 | 0.01 | 0.72 | 0 | 0.10 | 298.92 | 0.76 | 0.57 |
| Hex | E2 | 3F | E5 | 1 | 48 | 0 | A | 12B | 4C | 39 |
| Octal | 342 | 77 | 345 | 1 | 110 | 0 | 12 | 453 | 114 | 71 |
| Binary | 11100010 | 111111 | 11100101 | 1 | 1001000 | 0 | 1010 | 100101011 | 1001100 | 111001 |
Color Harmonies of #E23FE5
Complementary color
Monochromatic Colors of #E23FE5
Black with #E23FE5
Text Example
Text Example
White with #E23FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23FE5; }
p { color: rgb(226,63,229); }
H1.HeaderClassName
{
color: #E23FE5;
}
.AnyTagClassName
{
color: #E23FE5;
}
</style>
background-color css
<style>
a { background-color: #E23FE5; }
a { background-color: rgb(226,63,229); }
div.DivClassName
{
background-color: #E23FE5;
}
.BgClassName
{
background-color: #E23FE5;
}
</style>
border-color css
<style>
span { border-color: #E23FE5; }
span { border-color: rgb(226,63,229); }
td.TdClassName
{
border-color: #E23FE5;
}
.TagClassName
{
border-color: #E23FE5;
}
</style>