Html Css Color HEX #DE5EE1 Free Speech Magenta
📋 copy color: '#DE5EE1'red 222 ◦ green 94 ◦ blue 225
Shades of Free Speech Magenta #DE5EE1
Tints of Free Speech Magenta #DE5EE1
RGB
CMYK
RGB Variations
Color information
#DE5EE1 (or 0xDE5EE1) is known color: Free Speech Magenta. HEX triplet: DE, 5E and E1. RGB value is (222,94,225). Sum of RGB (Red+Green+Blue) = 222+94+225=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE5EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE5EE1 is #21A11E. Grayscale: #929292. Windows color (decimal): -2203935 or 14769886. OLE color: 14769886.
HSL color Cylindrical-coordinate representation of color #DE5EE1: hue angle of 298.63º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5EE1 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 94 | 225 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.12 |
| HSL | 298.63º | 0.69% | 0.63% | - |
| HSV(B) | 298.63º | 0.58% | 0.88% | - |
| XYZ | 47.72 | 28.97 | 74.31 | - |
| YUV | 147.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 225 | 0.01 | 0.58 | 0 | 0.12 | 298.63 | 0.69 | 0.63 |
| Hex | DE | 5E | E1 | 1 | 3A | 0 | C | 12B | 45 | 3F |
| Octal | 336 | 136 | 341 | 1 | 72 | 0 | 14 | 453 | 105 | 77 |
| Binary | 11011110 | 1011110 | 11100001 | 1 | 111010 | 0 | 1100 | 100101011 | 1000101 | 111111 |
Color Harmonies of #DE5EE1
Complementary color
Monochromatic Colors of #DE5EE1
Black with #DE5EE1
Text Example
Text Example
White with #DE5EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5EE1; }
p { color: rgb(222,94,225); }
H1.HeaderClassName
{
color: #DE5EE1;
}
.AnyTagClassName
{
color: #DE5EE1;
}
</style>
background-color css
<style>
a { background-color: #DE5EE1; }
a { background-color: rgb(222,94,225); }
div.DivClassName
{
background-color: #DE5EE1;
}
.BgClassName
{
background-color: #DE5EE1;
}
</style>
border-color css
<style>
span { border-color: #DE5EE1; }
span { border-color: rgb(222,94,225); }
td.TdClassName
{
border-color: #DE5EE1;
}
.TagClassName
{
border-color: #DE5EE1;
}
</style>