Html Css Color HEX #E565ED Free Speech Magenta
📋 copy color: '#E565ED'red 229 ◦ green 101 ◦ blue 237
Shades of Free Speech Magenta #E565ED
Tints of Free Speech Magenta #E565ED
RGB
CMYK
RGB Variations
Color information
#E565ED (or 0xE565ED) is known color: Free Speech Magenta. HEX triplet: E5, 65 and ED. RGB value is (229,101,237). Sum of RGB (Red+Green+Blue) = 229+101+237=567 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.39% from 567); Green value is 101 (39.84% from 255 or 17.81% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #E565ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E565ED is #1A9A12. Grayscale: #9A9A9A. Windows color (decimal): -1743379 or 15558117. OLE color: 15558117.
HSL color Cylindrical-coordinate representation of color #E565ED: hue angle of 296.47º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E565ED is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 101 | 237 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.07 |
| HSL | 296.47º | 0.79% | 0.66% | - |
| HSV(B) | 296.47º | 0.57% | 0.93% | - |
| XYZ | 52.25 | 32.08 | 83.56 | - |
| YUV | 154.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 237 | 0.03 | 0.57 | 0 | 0.07 | 296.47 | 0.79 | 0.66 |
| Hex | E5 | 65 | ED | 3 | 39 | 0 | 7 | 128 | 4F | 42 |
| Octal | 345 | 145 | 355 | 3 | 71 | 0 | 7 | 450 | 117 | 102 |
| Binary | 11100101 | 1100101 | 11101101 | 11 | 111001 | 0 | 111 | 100101000 | 1001111 | 1000010 |
Color Harmonies of #E565ED
Complementary color
Monochromatic Colors of #E565ED
Black with #E565ED
Text Example
Text Example
White with #E565ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565ED; }
p { color: rgb(229,101,237); }
H1.HeaderClassName
{
color: #E565ED;
}
.AnyTagClassName
{
color: #E565ED;
}
</style>
background-color css
<style>
a { background-color: #E565ED; }
a { background-color: rgb(229,101,237); }
div.DivClassName
{
background-color: #E565ED;
}
.BgClassName
{
background-color: #E565ED;
}
</style>
border-color css
<style>
span { border-color: #E565ED; }
span { border-color: rgb(229,101,237); }
td.TdClassName
{
border-color: #E565ED;
}
.TagClassName
{
border-color: #E565ED;
}
</style>