Html Css Color HEX #E762C5 Free Speech Magenta
📋 copy color: '#E762C5'red 231 ◦ green 98 ◦ blue 197
Shades of Free Speech Magenta #E762C5
Tints of Free Speech Magenta #E762C5
RGB
CMYK
RGB Variations
Color information
#E762C5 (or 0xE762C5) is known color: Free Speech Magenta. HEX triplet: E7, 62 and C5. RGB value is (231,98,197). Sum of RGB (Red+Green+Blue) = 231+98+197=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E762C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762C5 is #189D3A. Grayscale: #949494. Windows color (decimal): -1613115 or 12935911. OLE color: 12935911.
HSL color Cylindrical-coordinate representation of color #E762C5: hue angle of 315.34º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E762C5 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 197 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.09 |
| HSL | 315.34º | 0.73% | 0.65% | - |
| HSV(B) | 315.34º | 0.58% | 0.91% | - |
| XYZ | 47.4 | 29.76 | 56.07 | - |
| YUV | 149.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 197 | 0 | 0.58 | 0.15 | 0.09 | 315.34 | 0.73 | 0.65 |
| Hex | E7 | 62 | C5 | 0 | 3A | F | 9 | 13B | 49 | 41 |
| Octal | 347 | 142 | 305 | 0 | 72 | 17 | 11 | 473 | 111 | 101 |
| Binary | 11100111 | 1100010 | 11000101 | 0 | 111010 | 1111 | 1001 | 100111011 | 1001001 | 1000001 |
Color Harmonies of #E762C5
Complementary color
Monochromatic Colors of #E762C5
Black with #E762C5
Text Example
Text Example
White with #E762C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E762C5; }
p { color: rgb(231,98,197); }
H1.HeaderClassName
{
color: #E762C5;
}
.AnyTagClassName
{
color: #E762C5;
}
</style>
background-color css
<style>
a { background-color: #E762C5; }
a { background-color: rgb(231,98,197); }
div.DivClassName
{
background-color: #E762C5;
}
.BgClassName
{
background-color: #E762C5;
}
</style>
border-color css
<style>
span { border-color: #E762C5; }
span { border-color: rgb(231,98,197); }
td.TdClassName
{
border-color: #E762C5;
}
.TagClassName
{
border-color: #E762C5;
}
</style>