Html Css Color HEX #E23FCC Free Speech Magenta
📋 copy color: '#E23FCC'red 226 ◦ green 63 ◦ blue 204
Shades of Free Speech Magenta #E23FCC
Tints of Free Speech Magenta #E23FCC
RGB
CMYK
RGB Variations
Color information
#E23FCC (or 0xE23FCC) is known color: Free Speech Magenta. HEX triplet: E2, 3F and CC. RGB value is (226,63,204). Sum of RGB (Red+Green+Blue) = 226+63+204=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E23FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23FCC is #1DC033. Grayscale: #7F7F7F. Windows color (decimal): -1949748 or 13385698. OLE color: 13385698.
HSL color Cylindrical-coordinate representation of color #E23FCC: hue angle of 308.1º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E23FCC is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 63 | 204 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.11 |
| HSL | 308.1º | 0.74% | 0.57% | - |
| HSV(B) | 308.1º | 0.72% | 0.89% | - |
| XYZ | 44.04 | 24.08 | 59.45 | - |
| YUV | 127.81 | 171 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 63 | 204 | 0 | 0.72 | 0.10 | 0.11 | 308.1 | 0.74 | 0.57 |
| Hex | E2 | 3F | CC | 0 | 48 | A | B | 134 | 4A | 39 |
| Octal | 342 | 77 | 314 | 0 | 110 | 12 | 13 | 464 | 112 | 71 |
| Binary | 11100010 | 111111 | 11001100 | 0 | 1001000 | 1010 | 1011 | 100110100 | 1001010 | 111001 |
Color Harmonies of #E23FCC
Complementary color
Monochromatic Colors of #E23FCC
Black with #E23FCC
Text Example
Text Example
White with #E23FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23FCC; }
p { color: rgb(226,63,204); }
H1.HeaderClassName
{
color: #E23FCC;
}
.AnyTagClassName
{
color: #E23FCC;
}
</style>
background-color css
<style>
a { background-color: #E23FCC; }
a { background-color: rgb(226,63,204); }
div.DivClassName
{
background-color: #E23FCC;
}
.BgClassName
{
background-color: #E23FCC;
}
</style>
border-color css
<style>
span { border-color: #E23FCC; }
span { border-color: rgb(226,63,204); }
td.TdClassName
{
border-color: #E23FCC;
}
.TagClassName
{
border-color: #E23FCC;
}
</style>