Html Css Color HEX #E565DA Free Speech Magenta
📋 copy color: '#E565DA'red 229 ◦ green 101 ◦ blue 218
Shades of Free Speech Magenta #E565DA
Tints of Free Speech Magenta #E565DA
RGB
CMYK
RGB Variations
Color information
#E565DA (or 0xE565DA) is known color: Free Speech Magenta. HEX triplet: E5, 65 and DA. RGB value is (229,101,218). Sum of RGB (Red+Green+Blue) = 229+101+218=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E565DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565DA is #1A9A25. Grayscale: #989898. Windows color (decimal): -1743398 or 14312933. OLE color: 14312933.
HSL color Cylindrical-coordinate representation of color #E565DA: hue angle of 305.16º 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 #E565DA is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 218 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.10 |
| HSL | 305.16º | 0.71% | 0.65% | - |
| HSV(B) | 305.16º | 0.56% | 0.9% | - |
| XYZ | 49.62 | 31.03 | 69.7 | - |
| YUV | 152.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 218 | 0 | 0.56 | 0.05 | 0.10 | 305.16 | 0.71 | 0.65 |
| Hex | E5 | 65 | DA | 0 | 38 | 5 | A | 131 | 47 | 41 |
| Octal | 345 | 145 | 332 | 0 | 70 | 5 | 12 | 461 | 107 | 101 |
| Binary | 11100101 | 1100101 | 11011010 | 0 | 111000 | 101 | 1010 | 100110001 | 1000111 | 1000001 |
Color Harmonies of #E565DA
Complementary color
Monochromatic Colors of #E565DA
Black with #E565DA
Text Example
Text Example
White with #E565DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565DA; }
p { color: rgb(229,101,218); }
H1.HeaderClassName
{
color: #E565DA;
}
.AnyTagClassName
{
color: #E565DA;
}
</style>
background-color css
<style>
a { background-color: #E565DA; }
a { background-color: rgb(229,101,218); }
div.DivClassName
{
background-color: #E565DA;
}
.BgClassName
{
background-color: #E565DA;
}
</style>
border-color css
<style>
span { border-color: #E565DA; }
span { border-color: rgb(229,101,218); }
td.TdClassName
{
border-color: #E565DA;
}
.TagClassName
{
border-color: #E565DA;
}
</style>