Html Css Color HEX #E250DD Free Speech Magenta
📋 copy color: '#E250DD'red 226 ◦ green 80 ◦ blue 221
Shades of Free Speech Magenta #E250DD
Tints of Free Speech Magenta #E250DD
RGB
CMYK
RGB Variations
Color information
#E250DD (or 0xE250DD) is known color: Free Speech Magenta. HEX triplet: E2, 50 and DD. RGB value is (226,80,221). Sum of RGB (Red+Green+Blue) = 226+80+221=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E250DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E250DD is #1DAF22. Grayscale: #8B8B8B. Windows color (decimal): -1945379 or 14504162. OLE color: 14504162.
HSL color Cylindrical-coordinate representation of color #E250DD: hue angle of 302.05º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E250DD is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 221 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.11 |
| HSL | 302.05º | 0.72% | 0.6% | - |
| HSV(B) | 302.05º | 0.65% | 0.89% | - |
| XYZ | 47.28 | 27.13 | 71.15 | - |
| YUV | 139.73 | 173.87 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 221 | 0 | 0.65 | 0.02 | 0.11 | 302.05 | 0.72 | 0.6 |
| Hex | E2 | 50 | DD | 0 | 41 | 2 | B | 12E | 48 | 3C |
| Octal | 342 | 120 | 335 | 0 | 101 | 2 | 13 | 456 | 110 | 74 |
| Binary | 11100010 | 1010000 | 11011101 | 0 | 1000001 | 10 | 1011 | 100101110 | 1001000 | 111100 |
Color Harmonies of #E250DD
Complementary color
Monochromatic Colors of #E250DD
Black with #E250DD
Text Example
Text Example
White with #E250DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E250DD; }
p { color: rgb(226,80,221); }
H1.HeaderClassName
{
color: #E250DD;
}
.AnyTagClassName
{
color: #E250DD;
}
</style>
background-color css
<style>
a { background-color: #E250DD; }
a { background-color: rgb(226,80,221); }
div.DivClassName
{
background-color: #E250DD;
}
.BgClassName
{
background-color: #E250DD;
}
</style>
border-color css
<style>
span { border-color: #E250DD; }
span { border-color: rgb(226,80,221); }
td.TdClassName
{
border-color: #E250DD;
}
.TagClassName
{
border-color: #E250DD;
}
</style>