Html Css Color HEX #E258CE Free Speech Magenta
📋 copy color: '#E258CE'red 226 ◦ green 88 ◦ blue 206
Shades of Free Speech Magenta #E258CE
Tints of Free Speech Magenta #E258CE
RGB
CMYK
RGB Variations
Color information
#E258CE (or 0xE258CE) is known color: Free Speech Magenta. HEX triplet: E2, 58 and CE. RGB value is (226,88,206). Sum of RGB (Red+Green+Blue) = 226+88+206=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E258CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E258CE is #1DA731. Grayscale: #8E8E8E. Windows color (decimal): -1943346 or 13523170. OLE color: 13523170.
HSL color Cylindrical-coordinate representation of color #E258CE: hue angle of 308.7º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E258CE is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 206 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.11 |
| HSL | 308.7º | 0.7% | 0.62% | - |
| HSV(B) | 308.7º | 0.61% | 0.89% | - |
| XYZ | 45.99 | 27.6 | 61.3 | - |
| YUV | 142.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 206 | 0 | 0.61 | 0.09 | 0.11 | 308.7 | 0.7 | 0.62 |
| Hex | E2 | 58 | CE | 0 | 3D | 9 | B | 135 | 46 | 3E |
| Octal | 342 | 130 | 316 | 0 | 75 | 11 | 13 | 465 | 106 | 76 |
| Binary | 11100010 | 1011000 | 11001110 | 0 | 111101 | 1001 | 1011 | 100110101 | 1000110 | 111110 |
Color Harmonies of #E258CE
Complementary color
Monochromatic Colors of #E258CE
Black with #E258CE
Text Example
Text Example
White with #E258CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E258CE; }
p { color: rgb(226,88,206); }
H1.HeaderClassName
{
color: #E258CE;
}
.AnyTagClassName
{
color: #E258CE;
}
</style>
background-color css
<style>
a { background-color: #E258CE; }
a { background-color: rgb(226,88,206); }
div.DivClassName
{
background-color: #E258CE;
}
.BgClassName
{
background-color: #E258CE;
}
</style>
border-color css
<style>
span { border-color: #E258CE; }
span { border-color: rgb(226,88,206); }
td.TdClassName
{
border-color: #E258CE;
}
.TagClassName
{
border-color: #E258CE;
}
</style>