Html Css Color HEX #E75ACF Free Speech Magenta
📋 copy color: '#E75ACF'red 231 ◦ green 90 ◦ blue 207
Shades of Free Speech Magenta #E75ACF
Tints of Free Speech Magenta #E75ACF
RGB
CMYK
RGB Variations
Color information
#E75ACF (or 0xE75ACF) is known color: Free Speech Magenta. HEX triplet: E7, 5A and CF. RGB value is (231,90,207). Sum of RGB (Red+Green+Blue) = 231+90+207=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ACF is #18A530. Grayscale: #919191. Windows color (decimal): -1615153 or 13589223. OLE color: 13589223.
HSL color Cylindrical-coordinate representation of color #E75ACF: hue angle of 310.21º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75ACF is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 207 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.09 |
| HSL | 310.21º | 0.75% | 0.63% | - |
| HSV(B) | 310.21º | 0.61% | 0.91% | - |
| XYZ | 47.87 | 28.81 | 62.07 | - |
| YUV | 145.5 | 162.71 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 207 | 0 | 0.61 | 0.10 | 0.09 | 310.21 | 0.75 | 0.63 |
| Hex | E7 | 5A | CF | 0 | 3D | A | 9 | 136 | 4B | 3F |
| Octal | 347 | 132 | 317 | 0 | 75 | 12 | 11 | 466 | 113 | 77 |
| Binary | 11100111 | 1011010 | 11001111 | 0 | 111101 | 1010 | 1001 | 100110110 | 1001011 | 111111 |
Color Harmonies of #E75ACF
Complementary color
Monochromatic Colors of #E75ACF
Black with #E75ACF
Text Example
Text Example
White with #E75ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75ACF; }
p { color: rgb(231,90,207); }
H1.HeaderClassName
{
color: #E75ACF;
}
.AnyTagClassName
{
color: #E75ACF;
}
</style>
background-color css
<style>
a { background-color: #E75ACF; }
a { background-color: rgb(231,90,207); }
div.DivClassName
{
background-color: #E75ACF;
}
.BgClassName
{
background-color: #E75ACF;
}
</style>
border-color css
<style>
span { border-color: #E75ACF; }
span { border-color: rgb(231,90,207); }
td.TdClassName
{
border-color: #E75ACF;
}
.TagClassName
{
border-color: #E75ACF;
}
</style>