Html Css Color HEX #E75BCD Free Speech Magenta
📋 copy color: '#E75BCD'red 231 ◦ green 91 ◦ blue 205
Shades of Free Speech Magenta #E75BCD
Tints of Free Speech Magenta #E75BCD
RGB
CMYK
RGB Variations
Color information
#E75BCD (or 0xE75BCD) is known color: Free Speech Magenta. HEX triplet: E7, 5B and CD. RGB value is (231,91,205). Sum of RGB (Red+Green+Blue) = 231+91+205=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75BCD is #18A432. Grayscale: #919191. Windows color (decimal): -1614899 or 13458407. OLE color: 13458407.
HSL color Cylindrical-coordinate representation of color #E75BCD: hue angle of 311.14º degrees, saturation: 0.74, 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 #E75BCD is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 205 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.09 |
| HSL | 311.14º | 0.74% | 0.63% | - |
| HSV(B) | 311.14º | 0.61% | 0.91% | - |
| XYZ | 47.72 | 28.88 | 60.82 | - |
| YUV | 145.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 205 | 0 | 0.61 | 0.11 | 0.09 | 311.14 | 0.74 | 0.63 |
| Hex | E7 | 5B | CD | 0 | 3D | B | 9 | 137 | 4A | 3F |
| Octal | 347 | 133 | 315 | 0 | 75 | 13 | 11 | 467 | 112 | 77 |
| Binary | 11100111 | 1011011 | 11001101 | 0 | 111101 | 1011 | 1001 | 100110111 | 1001010 | 111111 |
Color Harmonies of #E75BCD
Complementary color
Monochromatic Colors of #E75BCD
Black with #E75BCD
Text Example
Text Example
White with #E75BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75BCD; }
p { color: rgb(231,91,205); }
H1.HeaderClassName
{
color: #E75BCD;
}
.AnyTagClassName
{
color: #E75BCD;
}
</style>
background-color css
<style>
a { background-color: #E75BCD; }
a { background-color: rgb(231,91,205); }
div.DivClassName
{
background-color: #E75BCD;
}
.BgClassName
{
background-color: #E75BCD;
}
</style>
border-color css
<style>
span { border-color: #E75BCD; }
span { border-color: rgb(231,91,205); }
td.TdClassName
{
border-color: #E75BCD;
}
.TagClassName
{
border-color: #E75BCD;
}
</style>