Html Css Color HEX #E752CE Free Speech Magenta
📋 copy color: '#E752CE'red 231 ◦ green 82 ◦ blue 206
Shades of Free Speech Magenta #E752CE
Tints of Free Speech Magenta #E752CE
RGB
CMYK
RGB Variations
Color information
#E752CE (or 0xE752CE) is known color: Free Speech Magenta. HEX triplet: E7, 52 and CE. RGB value is (231,82,206). Sum of RGB (Red+Green+Blue) = 231+82+206=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E752CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752CE is #18AD31. Grayscale: #8C8C8C. Windows color (decimal): -1617202 or 13521639. OLE color: 13521639.
HSL color Cylindrical-coordinate representation of color #E752CE: hue angle of 310.07º 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 #E752CE is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 206 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.09 |
| HSL | 310.07º | 0.76% | 0.61% | - |
| HSV(B) | 310.07º | 0.65% | 0.91% | - |
| XYZ | 47.11 | 27.48 | 61.21 | - |
| YUV | 140.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 206 | 0 | 0.65 | 0.11 | 0.09 | 310.07 | 0.76 | 0.61 |
| Hex | E7 | 52 | CE | 0 | 41 | B | 9 | 136 | 4C | 3D |
| Octal | 347 | 122 | 316 | 0 | 101 | 13 | 11 | 466 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11001110 | 0 | 1000001 | 1011 | 1001 | 100110110 | 1001100 | 111101 |
Color Harmonies of #E752CE
Complementary color
Monochromatic Colors of #E752CE
Black with #E752CE
Text Example
Text Example
White with #E752CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752CE; }
p { color: rgb(231,82,206); }
H1.HeaderClassName
{
color: #E752CE;
}
.AnyTagClassName
{
color: #E752CE;
}
</style>
background-color css
<style>
a { background-color: #E752CE; }
a { background-color: rgb(231,82,206); }
div.DivClassName
{
background-color: #E752CE;
}
.BgClassName
{
background-color: #E752CE;
}
</style>
border-color css
<style>
span { border-color: #E752CE; }
span { border-color: rgb(231,82,206); }
td.TdClassName
{
border-color: #E752CE;
}
.TagClassName
{
border-color: #E752CE;
}
</style>