Html Css Color HEX #E254DD Free Speech Magenta
📋 copy color: '#E254DD'red 226 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #E254DD
Tints of Free Speech Magenta #E254DD
RGB
CMYK
RGB Variations
Color information
#E254DD (or 0xE254DD) is known color: Free Speech Magenta. HEX triplet: E2, 54 and DD. RGB value is (226,84,221). Sum of RGB (Red+Green+Blue) = 226+84+221=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E254DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254DD is #1DAB22. Grayscale: #8D8D8D. Windows color (decimal): -1944355 or 14505186. OLE color: 14505186.
HSL color Cylindrical-coordinate representation of color #E254DD: hue angle of 302.11º 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 #E254DD is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 221 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.11 |
| HSL | 302.11º | 0.71% | 0.61% | - |
| HSV(B) | 302.11º | 0.63% | 0.89% | - |
| XYZ | 47.59 | 27.73 | 71.25 | - |
| YUV | 142.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 221 | 0 | 0.63 | 0.02 | 0.11 | 302.11 | 0.71 | 0.61 |
| Hex | E2 | 54 | DD | 0 | 3F | 2 | B | 12E | 47 | 3D |
| Octal | 342 | 124 | 335 | 0 | 77 | 2 | 13 | 456 | 107 | 75 |
| Binary | 11100010 | 1010100 | 11011101 | 0 | 111111 | 10 | 1011 | 100101110 | 1000111 | 111101 |
Color Harmonies of #E254DD
Complementary color
Monochromatic Colors of #E254DD
Black with #E254DD
Text Example
Text Example
White with #E254DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254DD; }
p { color: rgb(226,84,221); }
H1.HeaderClassName
{
color: #E254DD;
}
.AnyTagClassName
{
color: #E254DD;
}
</style>
background-color css
<style>
a { background-color: #E254DD; }
a { background-color: rgb(226,84,221); }
div.DivClassName
{
background-color: #E254DD;
}
.BgClassName
{
background-color: #E254DD;
}
</style>
border-color css
<style>
span { border-color: #E254DD; }
span { border-color: rgb(226,84,221); }
td.TdClassName
{
border-color: #E254DD;
}
.TagClassName
{
border-color: #E254DD;
}
</style>