Html Css Color HEX #E761D4 Free Speech Magenta
📋 copy color: '#E761D4'red 231 ◦ green 97 ◦ blue 212
Shades of Free Speech Magenta #E761D4
Tints of Free Speech Magenta #E761D4
RGB
CMYK
RGB Variations
Color information
#E761D4 (or 0xE761D4) is known color: Free Speech Magenta. HEX triplet: E7, 61 and D4. RGB value is (231,97,212). Sum of RGB (Red+Green+Blue) = 231+97+212=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 97 (38.28% from 255 or 17.96% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E761D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E761D4 is #189E2B. Grayscale: #959595. Windows color (decimal): -1613356 or 13918695. OLE color: 13918695.
HSL color Cylindrical-coordinate representation of color #E761D4: hue angle of 308.51º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E761D4 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 212 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.09 |
| HSL | 308.51º | 0.74% | 0.64% | - |
| HSV(B) | 308.51º | 0.58% | 0.91% | - |
| XYZ | 49.11 | 30.29 | 65.55 | - |
| YUV | 150.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 212 | 0 | 0.58 | 0.08 | 0.09 | 308.51 | 0.74 | 0.64 |
| Hex | E7 | 61 | D4 | 0 | 3A | 8 | 9 | 135 | 4A | 40 |
| Octal | 347 | 141 | 324 | 0 | 72 | 10 | 11 | 465 | 112 | 100 |
| Binary | 11100111 | 1100001 | 11010100 | 0 | 111010 | 1000 | 1001 | 100110101 | 1001010 | 1000000 |
Color Harmonies of #E761D4
Complementary color
Monochromatic Colors of #E761D4
Black with #E761D4
Text Example
Text Example
White with #E761D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E761D4; }
p { color: rgb(231,97,212); }
H1.HeaderClassName
{
color: #E761D4;
}
.AnyTagClassName
{
color: #E761D4;
}
</style>
background-color css
<style>
a { background-color: #E761D4; }
a { background-color: rgb(231,97,212); }
div.DivClassName
{
background-color: #E761D4;
}
.BgClassName
{
background-color: #E761D4;
}
</style>
border-color css
<style>
span { border-color: #E761D4; }
span { border-color: rgb(231,97,212); }
td.TdClassName
{
border-color: #E761D4;
}
.TagClassName
{
border-color: #E761D4;
}
</style>