Html Css Color HEX #E65CDF Free Speech Magenta
📋 copy color: '#E65CDF'red 230 ◦ green 92 ◦ blue 223
Shades of Free Speech Magenta #E65CDF
Tints of Free Speech Magenta #E65CDF
RGB
CMYK
RGB Variations
Color information
#E65CDF (or 0xE65CDF) is known color: Free Speech Magenta. HEX triplet: E6, 5C and DF. RGB value is (230,92,223). Sum of RGB (Red+Green+Blue) = 230+92+223=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CDF is #19A320. Grayscale: #939393. Windows color (decimal): -1680161 or 14638310. OLE color: 14638310.
HSL color Cylindrical-coordinate representation of color #E65CDF: hue angle of 303.04º 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 #E65CDF is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 223 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.10 |
| HSL | 303.04º | 0.73% | 0.63% | - |
| HSV(B) | 303.04º | 0.6% | 0.9% | - |
| XYZ | 49.78 | 29.81 | 72.94 | - |
| YUV | 148.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 223 | 0 | 0.60 | 0.03 | 0.10 | 303.04 | 0.73 | 0.63 |
| Hex | E6 | 5C | DF | 0 | 3C | 3 | A | 12F | 49 | 3F |
| Octal | 346 | 134 | 337 | 0 | 74 | 3 | 12 | 457 | 111 | 77 |
| Binary | 11100110 | 1011100 | 11011111 | 0 | 111100 | 11 | 1010 | 100101111 | 1001001 | 111111 |
Color Harmonies of #E65CDF
Complementary color
Monochromatic Colors of #E65CDF
Black with #E65CDF
Text Example
Text Example
White with #E65CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CDF; }
p { color: rgb(230,92,223); }
H1.HeaderClassName
{
color: #E65CDF;
}
.AnyTagClassName
{
color: #E65CDF;
}
</style>
background-color css
<style>
a { background-color: #E65CDF; }
a { background-color: rgb(230,92,223); }
div.DivClassName
{
background-color: #E65CDF;
}
.BgClassName
{
background-color: #E65CDF;
}
</style>
border-color css
<style>
span { border-color: #E65CDF; }
span { border-color: rgb(230,92,223); }
td.TdClassName
{
border-color: #E65CDF;
}
.TagClassName
{
border-color: #E65CDF;
}
</style>