Html Css Color HEX #E763CA Free Speech Magenta
📋 copy color: '#E763CA'red 231 ◦ green 99 ◦ blue 202
Shades of Free Speech Magenta #E763CA
Tints of Free Speech Magenta #E763CA
RGB
CMYK
RGB Variations
Color information
#E763CA (or 0xE763CA) is known color: Free Speech Magenta. HEX triplet: E7, 63 and CA. RGB value is (231,99,202). Sum of RGB (Red+Green+Blue) = 231+99+202=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E763CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E763CA is #189C35. Grayscale: #959595. Windows color (decimal): -1612854 or 13263847. OLE color: 13263847.
HSL color Cylindrical-coordinate representation of color #E763CA: hue angle of 313.18º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E763CA is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 99 | 202 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.09 |
| HSL | 313.18º | 0.73% | 0.65% | - |
| HSV(B) | 313.18º | 0.57% | 0.91% | - |
| XYZ | 48.08 | 30.18 | 59.17 | - |
| YUV | 150.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 99 | 202 | 0 | 0.57 | 0.13 | 0.09 | 313.18 | 0.73 | 0.65 |
| Hex | E7 | 63 | CA | 0 | 39 | D | 9 | 139 | 49 | 41 |
| Octal | 347 | 143 | 312 | 0 | 71 | 15 | 11 | 471 | 111 | 101 |
| Binary | 11100111 | 1100011 | 11001010 | 0 | 111001 | 1101 | 1001 | 100111001 | 1001001 | 1000001 |
Color Harmonies of #E763CA
Complementary color
Monochromatic Colors of #E763CA
Black with #E763CA
Text Example
Text Example
White with #E763CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E763CA; }
p { color: rgb(231,99,202); }
H1.HeaderClassName
{
color: #E763CA;
}
.AnyTagClassName
{
color: #E763CA;
}
</style>
background-color css
<style>
a { background-color: #E763CA; }
a { background-color: rgb(231,99,202); }
div.DivClassName
{
background-color: #E763CA;
}
.BgClassName
{
background-color: #E763CA;
}
</style>
border-color css
<style>
span { border-color: #E763CA; }
span { border-color: rgb(231,99,202); }
td.TdClassName
{
border-color: #E763CA;
}
.TagClassName
{
border-color: #E763CA;
}
</style>