Html Css Color HEX #E758DD Free Speech Magenta
📋 copy color: '#E758DD'red 231 ◦ green 88 ◦ blue 221
Shades of Free Speech Magenta #E758DD
Tints of Free Speech Magenta #E758DD
RGB
CMYK
RGB Variations
Color information
#E758DD (or 0xE758DD) is known color: Free Speech Magenta. HEX triplet: E7, 58 and DD. RGB value is (231,88,221). Sum of RGB (Red+Green+Blue) = 231+88+221=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 88 (34.77% from 255 or 16.30% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E758DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E758DD is #18A722. Grayscale: #919191. Windows color (decimal): -1615651 or 14506215. OLE color: 14506215.
HSL color Cylindrical-coordinate representation of color #E758DD: hue angle of 304.2º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E758DD is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 221 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.09 |
| HSL | 304.2º | 0.75% | 0.63% | - |
| HSV(B) | 304.2º | 0.62% | 0.91% | - |
| XYZ | 49.5 | 29.19 | 71.43 | - |
| YUV | 145.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 221 | 0 | 0.62 | 0.04 | 0.09 | 304.2 | 0.75 | 0.63 |
| Hex | E7 | 58 | DD | 0 | 3E | 4 | 9 | 130 | 4B | 3F |
| Octal | 347 | 130 | 335 | 0 | 76 | 4 | 11 | 460 | 113 | 77 |
| Binary | 11100111 | 1011000 | 11011101 | 0 | 111110 | 100 | 1001 | 100110000 | 1001011 | 111111 |
Color Harmonies of #E758DD
Complementary color
Monochromatic Colors of #E758DD
Black with #E758DD
Text Example
Text Example
White with #E758DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E758DD; }
p { color: rgb(231,88,221); }
H1.HeaderClassName
{
color: #E758DD;
}
.AnyTagClassName
{
color: #E758DD;
}
</style>
background-color css
<style>
a { background-color: #E758DD; }
a { background-color: rgb(231,88,221); }
div.DivClassName
{
background-color: #E758DD;
}
.BgClassName
{
background-color: #E758DD;
}
</style>
border-color css
<style>
span { border-color: #E758DD; }
span { border-color: rgb(231,88,221); }
td.TdClassName
{
border-color: #E758DD;
}
.TagClassName
{
border-color: #E758DD;
}
</style>