Html Css Color HEX #E752C2 Free Speech Magenta
📋 copy color: '#E752C2'red 231 ◦ green 82 ◦ blue 194
Shades of Free Speech Magenta #E752C2
Tints of Free Speech Magenta #E752C2
RGB
CMYK
RGB Variations
Color information
#E752C2 (or 0xE752C2) is known color: Free Speech Magenta. HEX triplet: E7, 52 and C2. RGB value is (231,82,194). Sum of RGB (Red+Green+Blue) = 231+82+194=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E752C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752C2 is #18AD3D. Grayscale: #8B8B8B. Windows color (decimal): -1617214 or 12735207. OLE color: 12735207.
HSL color Cylindrical-coordinate representation of color #E752C2: hue angle of 314.9º 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 #E752C2 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 194 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.09 |
| HSL | 314.9º | 0.76% | 0.61% | - |
| HSV(B) | 314.9º | 0.65% | 0.91% | - |
| XYZ | 45.71 | 26.92 | 53.83 | - |
| YUV | 139.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 194 | 0 | 0.65 | 0.16 | 0.09 | 314.9 | 0.76 | 0.61 |
| Hex | E7 | 52 | C2 | 0 | 41 | 10 | 9 | 13B | 4C | 3D |
| Octal | 347 | 122 | 302 | 0 | 101 | 20 | 11 | 473 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11000010 | 0 | 1000001 | 10000 | 1001 | 100111011 | 1001100 | 111101 |
Color Harmonies of #E752C2
Complementary color
Monochromatic Colors of #E752C2
Black with #E752C2
Text Example
Text Example
White with #E752C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752C2; }
p { color: rgb(231,82,194); }
H1.HeaderClassName
{
color: #E752C2;
}
.AnyTagClassName
{
color: #E752C2;
}
</style>
background-color css
<style>
a { background-color: #E752C2; }
a { background-color: rgb(231,82,194); }
div.DivClassName
{
background-color: #E752C2;
}
.BgClassName
{
background-color: #E752C2;
}
</style>
border-color css
<style>
span { border-color: #E752C2; }
span { border-color: rgb(231,82,194); }
td.TdClassName
{
border-color: #E752C2;
}
.TagClassName
{
border-color: #E752C2;
}
</style>