Html Css Color HEX #E23CE6 Free Speech Magenta
📋 copy color: '#E23CE6'red 226 ◦ green 60 ◦ blue 230
Shades of Free Speech Magenta #E23CE6
Tints of Free Speech Magenta #E23CE6
RGB
CMYK
RGB Variations
Color information
#E23CE6 (or 0xE23CE6) is known color: Free Speech Magenta. HEX triplet: E2, 3C and E6. RGB value is (226,60,230). Sum of RGB (Red+Green+Blue) = 226+60+230=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #E23CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E23CE6 is #1DC319. Grayscale: #808080. Windows color (decimal): -1950490 or 15088866. OLE color: 15088866.
HSL color Cylindrical-coordinate representation of color #E23CE6: hue angle of 298.59º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23CE6 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 60 | 230 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.10 |
| HSL | 298.59º | 0.77% | 0.57% | - |
| HSV(B) | 298.59º | 0.74% | 0.9% | - |
| XYZ | 47.26 | 25.11 | 77.22 | - |
| YUV | 129.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 60 | 230 | 0.02 | 0.74 | 0 | 0.10 | 298.59 | 0.77 | 0.57 |
| Hex | E2 | 3C | E6 | 2 | 4A | 0 | A | 12B | 4D | 39 |
| Octal | 342 | 74 | 346 | 2 | 112 | 0 | 12 | 453 | 115 | 71 |
| Binary | 11100010 | 111100 | 11100110 | 10 | 1001010 | 0 | 1010 | 100101011 | 1001101 | 111001 |
Color Harmonies of #E23CE6
Complementary color
Monochromatic Colors of #E23CE6
Black with #E23CE6
Text Example
Text Example
White with #E23CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23CE6; }
p { color: rgb(226,60,230); }
H1.HeaderClassName
{
color: #E23CE6;
}
.AnyTagClassName
{
color: #E23CE6;
}
</style>
background-color css
<style>
a { background-color: #E23CE6; }
a { background-color: rgb(226,60,230); }
div.DivClassName
{
background-color: #E23CE6;
}
.BgClassName
{
background-color: #E23CE6;
}
</style>
border-color css
<style>
span { border-color: #E23CE6; }
span { border-color: rgb(226,60,230); }
td.TdClassName
{
border-color: #E23CE6;
}
.TagClassName
{
border-color: #E23CE6;
}
</style>