Html Css Color HEX #FF4EDE Free Speech Magenta
📋 copy color: '#FF4EDE'red 255 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #FF4EDE
Tints of Free Speech Magenta #FF4EDE
RGB
CMYK
RGB Variations
Color information
#FF4EDE (or 0xFF4EDE) is known color: Free Speech Magenta. HEX triplet: FF, 4E and DE. RGB value is (255,78,222). Sum of RGB (Red+Green+Blue) = 255+78+222=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 78 (30.86% from 255 or 14.05% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4EDE is #00B121. Grayscale: #929292. Windows color (decimal): -45346 or 14569215. OLE color: 14569215.
HSL color Cylindrical-coordinate representation of color #FF4EDE: hue angle of 311.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4EDE is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 222 | - |
| CMYK | 0 | 0.69 | 0.13 | 0 |
| HSL | 311.19º | 1% | 0.65% | - |
| HSV(B) | 311.19º | 0.69% | 1% | - |
| XYZ | 57.15 | 31.98 | 72.27 | - |
| YUV | 147.34 | 170.14 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 222 | 0 | 0.69 | 0.13 | 0 | 311.19 | 1 | 0.65 |
| Hex | FF | 4E | DE | 0 | 45 | D | 0 | 137 | 64 | 41 |
| Octal | 377 | 116 | 336 | 0 | 105 | 15 | 0 | 467 | 144 | 101 |
| Binary | 11111111 | 1001110 | 11011110 | 0 | 1000101 | 1101 | 0 | 100110111 | 1100100 | 1000001 |
Color Harmonies of #FF4EDE
Complementary color
Monochromatic Colors of #FF4EDE
Black with #FF4EDE
Text Example
Text Example
White with #FF4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4EDE; }
p { color: rgb(255,78,222); }
H1.HeaderClassName
{
color: #FF4EDE;
}
.AnyTagClassName
{
color: #FF4EDE;
}
</style>
background-color css
<style>
a { background-color: #FF4EDE; }
a { background-color: rgb(255,78,222); }
div.DivClassName
{
background-color: #FF4EDE;
}
.BgClassName
{
background-color: #FF4EDE;
}
</style>
border-color css
<style>
span { border-color: #FF4EDE; }
span { border-color: rgb(255,78,222); }
td.TdClassName
{
border-color: #FF4EDE;
}
.TagClassName
{
border-color: #FF4EDE;
}
</style>