Html Css Color HEX #FF5EDE Free Speech Magenta
📋 copy color: '#FF5EDE'red 255 ◦ green 94 ◦ blue 222
Shades of Free Speech Magenta #FF5EDE
Tints of Free Speech Magenta #FF5EDE
RGB
CMYK
RGB Variations
Color information
#FF5EDE (or 0xFF5EDE) is known color: Free Speech Magenta. HEX triplet: FF, 5E and DE. RGB value is (255,94,222). Sum of RGB (Red+Green+Blue) = 255+94+222=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 94 (37.11% from 255 or 16.46% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5EDE is #00A121. Grayscale: #9C9C9C. Windows color (decimal): -41250 or 14573311. OLE color: 14573311.
HSL color Cylindrical-coordinate representation of color #FF5EDE: hue angle of 312.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EDE is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 222 | - |
| CMYK | 0 | 0.63 | 0.13 | 0 |
| HSL | 312.3º | 1% | 0.68% | - |
| HSV(B) | 312.3º | 0.63% | 1% | - |
| XYZ | 58.43 | 34.54 | 72.69 | - |
| YUV | 156.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 222 | 0 | 0.63 | 0.13 | 0 | 312.3 | 1 | 0.68 |
| Hex | FF | 5E | DE | 0 | 3F | D | 0 | 138 | 64 | 44 |
| Octal | 377 | 136 | 336 | 0 | 77 | 15 | 0 | 470 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11011110 | 0 | 111111 | 1101 | 0 | 100111000 | 1100100 | 1000100 |
Color Harmonies of #FF5EDE
Complementary color
Monochromatic Colors of #FF5EDE
Black with #FF5EDE
Text Example
Text Example
White with #FF5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EDE; }
p { color: rgb(255,94,222); }
H1.HeaderClassName
{
color: #FF5EDE;
}
.AnyTagClassName
{
color: #FF5EDE;
}
</style>
background-color css
<style>
a { background-color: #FF5EDE; }
a { background-color: rgb(255,94,222); }
div.DivClassName
{
background-color: #FF5EDE;
}
.BgClassName
{
background-color: #FF5EDE;
}
</style>
border-color css
<style>
span { border-color: #FF5EDE; }
span { border-color: rgb(255,94,222); }
td.TdClassName
{
border-color: #FF5EDE;
}
.TagClassName
{
border-color: #FF5EDE;
}
</style>