Html Css Color HEX #E750C2 Free Speech Magenta
📋 copy color: '#E750C2'red 231 ◦ green 80 ◦ blue 194
Shades of Free Speech Magenta #E750C2
Tints of Free Speech Magenta #E750C2
RGB
CMYK
RGB Variations
Color information
#E750C2 (or 0xE750C2) is known color: Free Speech Magenta. HEX triplet: E7, 50 and C2. RGB value is (231,80,194). Sum of RGB (Red+Green+Blue) = 231+80+194=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E750C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E750C2 is #18AF3D. Grayscale: #898989. Windows color (decimal): -1617726 or 12734695. OLE color: 12734695.
HSL color Cylindrical-coordinate representation of color #E750C2: hue angle of 314.7º 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 #E750C2 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 194 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.09 |
| HSL | 314.7º | 0.76% | 0.61% | - |
| HSV(B) | 314.7º | 0.65% | 0.91% | - |
| XYZ | 45.56 | 26.62 | 53.78 | - |
| YUV | 138.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 194 | 0 | 0.65 | 0.16 | 0.09 | 314.7 | 0.76 | 0.61 |
| Hex | E7 | 50 | C2 | 0 | 41 | 10 | 9 | 13B | 4C | 3D |
| Octal | 347 | 120 | 302 | 0 | 101 | 20 | 11 | 473 | 114 | 75 |
| Binary | 11100111 | 1010000 | 11000010 | 0 | 1000001 | 10000 | 1001 | 100111011 | 1001100 | 111101 |
Color Harmonies of #E750C2
Complementary color
Monochromatic Colors of #E750C2
Black with #E750C2
Text Example
Text Example
White with #E750C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E750C2; }
p { color: rgb(231,80,194); }
H1.HeaderClassName
{
color: #E750C2;
}
.AnyTagClassName
{
color: #E750C2;
}
</style>
background-color css
<style>
a { background-color: #E750C2; }
a { background-color: rgb(231,80,194); }
div.DivClassName
{
background-color: #E750C2;
}
.BgClassName
{
background-color: #E750C2;
}
</style>
border-color css
<style>
span { border-color: #E750C2; }
span { border-color: rgb(231,80,194); }
td.TdClassName
{
border-color: #E750C2;
}
.TagClassName
{
border-color: #E750C2;
}
</style>