Html Css Color HEX #E65DDF Free Speech Magenta
📋 copy color: '#E65DDF'red 230 ◦ green 93 ◦ blue 223
Shades of Free Speech Magenta #E65DDF
Tints of Free Speech Magenta #E65DDF
RGB
CMYK
RGB Variations
Color information
#E65DDF (or 0xE65DDF) is known color: Free Speech Magenta. HEX triplet: E6, 5D and DF. RGB value is (230,93,223). Sum of RGB (Red+Green+Blue) = 230+93+223=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DDF is #19A220. Grayscale: #949494. Windows color (decimal): -1679905 or 14638566. OLE color: 14638566.
HSL color Cylindrical-coordinate representation of color #E65DDF: hue angle of 303.07º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DDF is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 223 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.10 |
| HSL | 303.07º | 0.73% | 0.63% | - |
| HSV(B) | 303.07º | 0.6% | 0.9% | - |
| XYZ | 49.87 | 29.98 | 72.97 | - |
| YUV | 148.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 223 | 0 | 0.60 | 0.03 | 0.10 | 303.07 | 0.73 | 0.63 |
| Hex | E6 | 5D | DF | 0 | 3C | 3 | A | 12F | 49 | 3F |
| Octal | 346 | 135 | 337 | 0 | 74 | 3 | 12 | 457 | 111 | 77 |
| Binary | 11100110 | 1011101 | 11011111 | 0 | 111100 | 11 | 1010 | 100101111 | 1001001 | 111111 |
Color Harmonies of #E65DDF
Complementary color
Monochromatic Colors of #E65DDF
Black with #E65DDF
Text Example
Text Example
White with #E65DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DDF; }
p { color: rgb(230,93,223); }
H1.HeaderClassName
{
color: #E65DDF;
}
.AnyTagClassName
{
color: #E65DDF;
}
</style>
background-color css
<style>
a { background-color: #E65DDF; }
a { background-color: rgb(230,93,223); }
div.DivClassName
{
background-color: #E65DDF;
}
.BgClassName
{
background-color: #E65DDF;
}
</style>
border-color css
<style>
span { border-color: #E65DDF; }
span { border-color: rgb(230,93,223); }
td.TdClassName
{
border-color: #E65DDF;
}
.TagClassName
{
border-color: #E65DDF;
}
</style>