Html Css Color HEX #E75CCD Free Speech Magenta
📋 copy color: '#E75CCD'red 231 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #E75CCD
Tints of Free Speech Magenta #E75CCD
RGB
CMYK
RGB Variations
Color information
#E75CCD (or 0xE75CCD) is known color: Free Speech Magenta. HEX triplet: E7, 5C and CD. RGB value is (231,92,205). Sum of RGB (Red+Green+Blue) = 231+92+205=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E75CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75CCD is #18A332. Grayscale: #929292. Windows color (decimal): -1614643 or 13458663. OLE color: 13458663.
HSL color Cylindrical-coordinate representation of color #E75CCD: hue angle of 311.22º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75CCD is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 92 | 205 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.09 |
| HSL | 311.22º | 0.74% | 0.63% | - |
| HSV(B) | 311.22º | 0.6% | 0.91% | - |
| XYZ | 47.8 | 29.05 | 60.85 | - |
| YUV | 146.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 92 | 205 | 0 | 0.60 | 0.11 | 0.09 | 311.22 | 0.74 | 0.63 |
| Hex | E7 | 5C | CD | 0 | 3C | B | 9 | 137 | 4A | 3F |
| Octal | 347 | 134 | 315 | 0 | 74 | 13 | 11 | 467 | 112 | 77 |
| Binary | 11100111 | 1011100 | 11001101 | 0 | 111100 | 1011 | 1001 | 100110111 | 1001010 | 111111 |
Color Harmonies of #E75CCD
Complementary color
Monochromatic Colors of #E75CCD
Black with #E75CCD
Text Example
Text Example
White with #E75CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75CCD; }
p { color: rgb(231,92,205); }
H1.HeaderClassName
{
color: #E75CCD;
}
.AnyTagClassName
{
color: #E75CCD;
}
</style>
background-color css
<style>
a { background-color: #E75CCD; }
a { background-color: rgb(231,92,205); }
div.DivClassName
{
background-color: #E75CCD;
}
.BgClassName
{
background-color: #E75CCD;
}
</style>
border-color css
<style>
span { border-color: #E75CCD; }
span { border-color: rgb(231,92,205); }
td.TdClassName
{
border-color: #E75CCD;
}
.TagClassName
{
border-color: #E75CCD;
}
</style>