Html Css Color HEX #E652DF Free Speech Magenta
📋 copy color: '#E652DF'red 230 ◦ green 82 ◦ blue 223
Shades of Free Speech Magenta #E652DF
Tints of Free Speech Magenta #E652DF
RGB
CMYK
RGB Variations
Color information
#E652DF (or 0xE652DF) is known color: Free Speech Magenta. HEX triplet: E6, 52 and DF. RGB value is (230,82,223). Sum of RGB (Red+Green+Blue) = 230+82+223=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 82 (32.42% from 255 or 15.33% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E652DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E652DF is #19AD20. Grayscale: #8D8D8D. Windows color (decimal): -1682721 or 14635750. OLE color: 14635750.
HSL color Cylindrical-coordinate representation of color #E652DF: hue angle of 302.84º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E652DF is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 223 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.10 |
| HSL | 302.84º | 0.75% | 0.61% | - |
| HSV(B) | 302.84º | 0.64% | 0.9% | - |
| XYZ | 48.97 | 28.19 | 72.67 | - |
| YUV | 142.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 223 | 0 | 0.64 | 0.03 | 0.10 | 302.84 | 0.75 | 0.61 |
| Hex | E6 | 52 | DF | 0 | 40 | 3 | A | 12F | 4B | 3D |
| Octal | 346 | 122 | 337 | 0 | 100 | 3 | 12 | 457 | 113 | 75 |
| Binary | 11100110 | 1010010 | 11011111 | 0 | 1000000 | 11 | 1010 | 100101111 | 1001011 | 111101 |
Color Harmonies of #E652DF
Complementary color
Monochromatic Colors of #E652DF
Black with #E652DF
Text Example
Text Example
White with #E652DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E652DF; }
p { color: rgb(230,82,223); }
H1.HeaderClassName
{
color: #E652DF;
}
.AnyTagClassName
{
color: #E652DF;
}
</style>
background-color css
<style>
a { background-color: #E652DF; }
a { background-color: rgb(230,82,223); }
div.DivClassName
{
background-color: #E652DF;
}
.BgClassName
{
background-color: #E652DF;
}
</style>
border-color css
<style>
span { border-color: #E652DF; }
span { border-color: rgb(230,82,223); }
td.TdClassName
{
border-color: #E652DF;
}
.TagClassName
{
border-color: #E652DF;
}
</style>