Html Css Color HEX #E652DD Free Speech Magenta
📋 copy color: '#E652DD'red 230 ◦ green 82 ◦ blue 221
Shades of Free Speech Magenta #E652DD
Tints of Free Speech Magenta #E652DD
RGB
CMYK
RGB Variations
Color information
#E652DD (or 0xE652DD) is known color: Free Speech Magenta. HEX triplet: E6, 52 and DD. RGB value is (230,82,221). Sum of RGB (Red+Green+Blue) = 230+82+221=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E652DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E652DD is #19AD22. Grayscale: #8D8D8D. Windows color (decimal): -1682723 or 14504678. OLE color: 14504678.
HSL color Cylindrical-coordinate representation of color #E652DD: hue angle of 303.65º 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 #E652DD is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 221 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.10 |
| HSL | 303.65º | 0.75% | 0.61% | - |
| HSV(B) | 303.65º | 0.64% | 0.9% | - |
| XYZ | 48.7 | 28.08 | 71.26 | - |
| YUV | 142.1 | 172.53 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 221 | 0 | 0.64 | 0.04 | 0.10 | 303.65 | 0.75 | 0.61 |
| Hex | E6 | 52 | DD | 0 | 40 | 4 | A | 130 | 4B | 3D |
| Octal | 346 | 122 | 335 | 0 | 100 | 4 | 12 | 460 | 113 | 75 |
| Binary | 11100110 | 1010010 | 11011101 | 0 | 1000000 | 100 | 1010 | 100110000 | 1001011 | 111101 |
Color Harmonies of #E652DD
Complementary color
Monochromatic Colors of #E652DD
Black with #E652DD
Text Example
Text Example
White with #E652DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E652DD; }
p { color: rgb(230,82,221); }
H1.HeaderClassName
{
color: #E652DD;
}
.AnyTagClassName
{
color: #E652DD;
}
</style>
background-color css
<style>
a { background-color: #E652DD; }
a { background-color: rgb(230,82,221); }
div.DivClassName
{
background-color: #E652DD;
}
.BgClassName
{
background-color: #E652DD;
}
</style>
border-color css
<style>
span { border-color: #E652DD; }
span { border-color: rgb(230,82,221); }
td.TdClassName
{
border-color: #E652DD;
}
.TagClassName
{
border-color: #E652DD;
}
</style>