Html Css Color HEX #E565DF Free Speech Magenta
📋 copy color: '#E565DF'red 229 ◦ green 101 ◦ blue 223
Shades of Free Speech Magenta #E565DF
Tints of Free Speech Magenta #E565DF
RGB
CMYK
RGB Variations
Color information
#E565DF (or 0xE565DF) is known color: Free Speech Magenta. HEX triplet: E5, 65 and DF. RGB value is (229,101,223). Sum of RGB (Red+Green+Blue) = 229+101+223=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E565DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565DF is #1A9A20. Grayscale: #989898. Windows color (decimal): -1743393 or 14640613. OLE color: 14640613.
HSL color Cylindrical-coordinate representation of color #E565DF: hue angle of 302.81º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E565DF is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 223 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.10 |
| HSL | 302.81º | 0.71% | 0.65% | - |
| HSV(B) | 302.81º | 0.56% | 0.9% | - |
| XYZ | 50.29 | 31.29 | 73.2 | - |
| YUV | 153.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 223 | 0 | 0.56 | 0.03 | 0.10 | 302.81 | 0.71 | 0.65 |
| Hex | E5 | 65 | DF | 0 | 38 | 3 | A | 12F | 47 | 41 |
| Octal | 345 | 145 | 337 | 0 | 70 | 3 | 12 | 457 | 107 | 101 |
| Binary | 11100101 | 1100101 | 11011111 | 0 | 111000 | 11 | 1010 | 100101111 | 1000111 | 1000001 |
Color Harmonies of #E565DF
Complementary color
Monochromatic Colors of #E565DF
Black with #E565DF
Text Example
Text Example
White with #E565DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565DF; }
p { color: rgb(229,101,223); }
H1.HeaderClassName
{
color: #E565DF;
}
.AnyTagClassName
{
color: #E565DF;
}
</style>
background-color css
<style>
a { background-color: #E565DF; }
a { background-color: rgb(229,101,223); }
div.DivClassName
{
background-color: #E565DF;
}
.BgClassName
{
background-color: #E565DF;
}
</style>
border-color css
<style>
span { border-color: #E565DF; }
span { border-color: rgb(229,101,223); }
td.TdClassName
{
border-color: #E565DF;
}
.TagClassName
{
border-color: #E565DF;
}
</style>