Html Css Color HEX #E65FDF Free Speech Magenta
📋 copy color: '#E65FDF'red 230 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #E65FDF
Tints of Free Speech Magenta #E65FDF
RGB
CMYK
RGB Variations
Color information
#E65FDF (or 0xE65FDF) is known color: Free Speech Magenta. HEX triplet: E6, 5F and DF. RGB value is (230,95,223). Sum of RGB (Red+Green+Blue) = 230+95+223=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FDF is #19A020. Grayscale: #959595. Windows color (decimal): -1679393 or 14639078. OLE color: 14639078.
HSL color Cylindrical-coordinate representation of color #E65FDF: hue angle of 303.11º 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 #E65FDF is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 223 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.10 |
| HSL | 303.11º | 0.73% | 0.64% | - |
| HSV(B) | 303.11º | 0.59% | 0.9% | - |
| XYZ | 50.04 | 30.34 | 73.03 | - |
| YUV | 149.96 | 169.23 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 223 | 0 | 0.59 | 0.03 | 0.10 | 303.11 | 0.73 | 0.64 |
| Hex | E6 | 5F | DF | 0 | 3B | 3 | A | 12F | 49 | 40 |
| Octal | 346 | 137 | 337 | 0 | 73 | 3 | 12 | 457 | 111 | 100 |
| Binary | 11100110 | 1011111 | 11011111 | 0 | 111011 | 11 | 1010 | 100101111 | 1001001 | 1000000 |
Color Harmonies of #E65FDF
Complementary color
Monochromatic Colors of #E65FDF
Black with #E65FDF
Text Example
Text Example
White with #E65FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FDF; }
p { color: rgb(230,95,223); }
H1.HeaderClassName
{
color: #E65FDF;
}
.AnyTagClassName
{
color: #E65FDF;
}
</style>
background-color css
<style>
a { background-color: #E65FDF; }
a { background-color: rgb(230,95,223); }
div.DivClassName
{
background-color: #E65FDF;
}
.BgClassName
{
background-color: #E65FDF;
}
</style>
border-color css
<style>
span { border-color: #E65FDF; }
span { border-color: rgb(230,95,223); }
td.TdClassName
{
border-color: #E65FDF;
}
.TagClassName
{
border-color: #E65FDF;
}
</style>