Html Css Color HEX #E65EDF Free Speech Magenta
📋 copy color: '#E65EDF'red 230 ◦ green 94 ◦ blue 223
Shades of Free Speech Magenta #E65EDF
Tints of Free Speech Magenta #E65EDF
RGB
CMYK
RGB Variations
Color information
#E65EDF (or 0xE65EDF) is known color: Free Speech Magenta. HEX triplet: E6, 5E and DF. RGB value is (230,94,223). Sum of RGB (Red+Green+Blue) = 230+94+223=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E65EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65EDF is #19A120. Grayscale: #949494. Windows color (decimal): -1679649 or 14638822. OLE color: 14638822.
HSL color Cylindrical-coordinate representation of color #E65EDF: hue angle of 303.09º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65EDF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 223 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.10 |
| HSL | 303.09º | 0.73% | 0.64% | - |
| HSV(B) | 303.09º | 0.59% | 0.9% | - |
| XYZ | 49.96 | 30.16 | 73 | - |
| YUV | 149.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 223 | 0 | 0.59 | 0.03 | 0.10 | 303.09 | 0.73 | 0.64 |
| Hex | E6 | 5E | DF | 0 | 3B | 3 | A | 12F | 49 | 40 |
| Octal | 346 | 136 | 337 | 0 | 73 | 3 | 12 | 457 | 111 | 100 |
| Binary | 11100110 | 1011110 | 11011111 | 0 | 111011 | 11 | 1010 | 100101111 | 1001001 | 1000000 |
Color Harmonies of #E65EDF
Complementary color
Monochromatic Colors of #E65EDF
Black with #E65EDF
Text Example
Text Example
White with #E65EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65EDF; }
p { color: rgb(230,94,223); }
H1.HeaderClassName
{
color: #E65EDF;
}
.AnyTagClassName
{
color: #E65EDF;
}
</style>
background-color css
<style>
a { background-color: #E65EDF; }
a { background-color: rgb(230,94,223); }
div.DivClassName
{
background-color: #E65EDF;
}
.BgClassName
{
background-color: #E65EDF;
}
</style>
border-color css
<style>
span { border-color: #E65EDF; }
span { border-color: rgb(230,94,223); }
td.TdClassName
{
border-color: #E65EDF;
}
.TagClassName
{
border-color: #E65EDF;
}
</style>