Html Css Color HEX #E65ADF Free Speech Magenta
📋 copy color: '#E65ADF'red 230 ◦ green 90 ◦ blue 223
Shades of Free Speech Magenta #E65ADF
Tints of Free Speech Magenta #E65ADF
RGB
CMYK
RGB Variations
Color information
#E65ADF (or 0xE65ADF) is known color: Free Speech Magenta. HEX triplet: E6, 5A and DF. RGB value is (230,90,223). Sum of RGB (Red+Green+Blue) = 230+90+223=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ADF is #19A520. Grayscale: #929292. Windows color (decimal): -1680673 or 14637798. OLE color: 14637798.
HSL color Cylindrical-coordinate representation of color #E65ADF: hue angle of 303º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65ADF is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 223 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.10 |
| HSL | 303º | 0.74% | 0.63% | - |
| HSV(B) | 303º | 0.61% | 0.9% | - |
| XYZ | 49.61 | 29.46 | 72.88 | - |
| YUV | 147.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 223 | 0 | 0.61 | 0.03 | 0.10 | 303 | 0.74 | 0.63 |
| Hex | E6 | 5A | DF | 0 | 3D | 3 | A | 12F | 4A | 3F |
| Octal | 346 | 132 | 337 | 0 | 75 | 3 | 12 | 457 | 112 | 77 |
| Binary | 11100110 | 1011010 | 11011111 | 0 | 111101 | 11 | 1010 | 100101111 | 1001010 | 111111 |
Color Harmonies of #E65ADF
Complementary color
Monochromatic Colors of #E65ADF
Black with #E65ADF
Text Example
Text Example
White with #E65ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65ADF; }
p { color: rgb(230,90,223); }
H1.HeaderClassName
{
color: #E65ADF;
}
.AnyTagClassName
{
color: #E65ADF;
}
</style>
background-color css
<style>
a { background-color: #E65ADF; }
a { background-color: rgb(230,90,223); }
div.DivClassName
{
background-color: #E65ADF;
}
.BgClassName
{
background-color: #E65ADF;
}
</style>
border-color css
<style>
span { border-color: #E65ADF; }
span { border-color: rgb(230,90,223); }
td.TdClassName
{
border-color: #E65ADF;
}
.TagClassName
{
border-color: #E65ADF;
}
</style>