Html Css Color HEX #E752C5 Free Speech Magenta
📋 copy color: '#E752C5'red 231 ◦ green 82 ◦ blue 197
Shades of Free Speech Magenta #E752C5
Tints of Free Speech Magenta #E752C5
RGB
CMYK
RGB Variations
Color information
#E752C5 (or 0xE752C5) is known color: Free Speech Magenta. HEX triplet: E7, 52 and C5. RGB value is (231,82,197). Sum of RGB (Red+Green+Blue) = 231+82+197=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 82 (32.42% from 255 or 16.08% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E752C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752C5 is #18AD3A. Grayscale: #8B8B8B. Windows color (decimal): -1617211 or 12931815. OLE color: 12931815.
HSL color Cylindrical-coordinate representation of color #E752C5: hue angle of 313.69º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E752C5 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 197 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.09 |
| HSL | 313.69º | 0.76% | 0.61% | - |
| HSV(B) | 313.69º | 0.65% | 0.91% | - |
| XYZ | 46.05 | 27.05 | 55.62 | - |
| YUV | 139.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 197 | 0 | 0.65 | 0.15 | 0.09 | 313.69 | 0.76 | 0.61 |
| Hex | E7 | 52 | C5 | 0 | 41 | F | 9 | 13A | 4C | 3D |
| Octal | 347 | 122 | 305 | 0 | 101 | 17 | 11 | 472 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11000101 | 0 | 1000001 | 1111 | 1001 | 100111010 | 1001100 | 111101 |
Color Harmonies of #E752C5
Complementary color
Monochromatic Colors of #E752C5
Black with #E752C5
Text Example
Text Example
White with #E752C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752C5; }
p { color: rgb(231,82,197); }
H1.HeaderClassName
{
color: #E752C5;
}
.AnyTagClassName
{
color: #E752C5;
}
</style>
background-color css
<style>
a { background-color: #E752C5; }
a { background-color: rgb(231,82,197); }
div.DivClassName
{
background-color: #E752C5;
}
.BgClassName
{
background-color: #E752C5;
}
</style>
border-color css
<style>
span { border-color: #E752C5; }
span { border-color: rgb(231,82,197); }
td.TdClassName
{
border-color: #E752C5;
}
.TagClassName
{
border-color: #E752C5;
}
</style>