Html Css Color HEX #E254D3 Free Speech Magenta
📋 copy color: '#E254D3'red 226 ◦ green 84 ◦ blue 211
Shades of Free Speech Magenta #E254D3
Tints of Free Speech Magenta #E254D3
RGB
CMYK
RGB Variations
Color information
#E254D3 (or 0xE254D3) is known color: Free Speech Magenta. HEX triplet: E2, 54 and D3. RGB value is (226,84,211). Sum of RGB (Red+Green+Blue) = 226+84+211=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E254D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254D3 is #1DAB2C. Grayscale: #8C8C8C. Windows color (decimal): -1944365 or 13849826. OLE color: 13849826.
HSL color Cylindrical-coordinate representation of color #E254D3: hue angle of 306.34º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E254D3 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 211 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.11 |
| HSL | 306.34º | 0.71% | 0.61% | - |
| HSV(B) | 306.34º | 0.63% | 0.89% | - |
| XYZ | 46.29 | 27.21 | 64.44 | - |
| YUV | 140.94 | 167.54 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 211 | 0 | 0.63 | 0.07 | 0.11 | 306.34 | 0.71 | 0.61 |
| Hex | E2 | 54 | D3 | 0 | 3F | 7 | B | 132 | 47 | 3D |
| Octal | 342 | 124 | 323 | 0 | 77 | 7 | 13 | 462 | 107 | 75 |
| Binary | 11100010 | 1010100 | 11010011 | 0 | 111111 | 111 | 1011 | 100110010 | 1000111 | 111101 |
Color Harmonies of #E254D3
Complementary color
Monochromatic Colors of #E254D3
Black with #E254D3
Text Example
Text Example
White with #E254D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254D3; }
p { color: rgb(226,84,211); }
H1.HeaderClassName
{
color: #E254D3;
}
.AnyTagClassName
{
color: #E254D3;
}
</style>
background-color css
<style>
a { background-color: #E254D3; }
a { background-color: rgb(226,84,211); }
div.DivClassName
{
background-color: #E254D3;
}
.BgClassName
{
background-color: #E254D3;
}
</style>
border-color css
<style>
span { border-color: #E254D3; }
span { border-color: rgb(226,84,211); }
td.TdClassName
{
border-color: #E254D3;
}
.TagClassName
{
border-color: #E254D3;
}
</style>