Html Css Color HEX #E259D5 Free Speech Magenta
📋 copy color: '#E259D5'red 226 ◦ green 89 ◦ blue 213
Shades of Free Speech Magenta #E259D5
Tints of Free Speech Magenta #E259D5
RGB
CMYK
RGB Variations
Color information
#E259D5 (or 0xE259D5) is known color: Free Speech Magenta. HEX triplet: E2, 59 and D5. RGB value is (226,89,213). Sum of RGB (Red+Green+Blue) = 226+89+213=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E259D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E259D5 is #1DA62A. Grayscale: #8F8F8F. Windows color (decimal): -1943083 or 13982178. OLE color: 13982178.
HSL color Cylindrical-coordinate representation of color #E259D5: hue angle of 305.69º 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 #E259D5 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 213 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.11 |
| HSL | 305.69º | 0.7% | 0.62% | - |
| HSV(B) | 305.69º | 0.61% | 0.89% | - |
| XYZ | 46.95 | 28.12 | 65.9 | - |
| YUV | 144.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 213 | 0 | 0.61 | 0.06 | 0.11 | 305.69 | 0.7 | 0.62 |
| Hex | E2 | 59 | D5 | 0 | 3D | 6 | B | 132 | 46 | 3E |
| Octal | 342 | 131 | 325 | 0 | 75 | 6 | 13 | 462 | 106 | 76 |
| Binary | 11100010 | 1011001 | 11010101 | 0 | 111101 | 110 | 1011 | 100110010 | 1000110 | 111110 |
Color Harmonies of #E259D5
Complementary color
Monochromatic Colors of #E259D5
Black with #E259D5
Text Example
Text Example
White with #E259D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E259D5; }
p { color: rgb(226,89,213); }
H1.HeaderClassName
{
color: #E259D5;
}
.AnyTagClassName
{
color: #E259D5;
}
</style>
background-color css
<style>
a { background-color: #E259D5; }
a { background-color: rgb(226,89,213); }
div.DivClassName
{
background-color: #E259D5;
}
.BgClassName
{
background-color: #E259D5;
}
</style>
border-color css
<style>
span { border-color: #E259D5; }
span { border-color: rgb(226,89,213); }
td.TdClassName
{
border-color: #E259D5;
}
.TagClassName
{
border-color: #E259D5;
}
</style>