Html Css Color HEX #E764D7 Free Speech Magenta
📋 copy color: '#E764D7'red 231 ◦ green 100 ◦ blue 215
Shades of Free Speech Magenta #E764D7
Tints of Free Speech Magenta #E764D7
RGB
CMYK
RGB Variations
Color information
#E764D7 (or 0xE764D7) is known color: Free Speech Magenta. HEX triplet: E7, 64 and D7. RGB value is (231,100,215). Sum of RGB (Red+Green+Blue) = 231+100+215=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E764D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764D7 is #189B28. Grayscale: #979797. Windows color (decimal): -1612585 or 14116071. OLE color: 14116071.
HSL color Cylindrical-coordinate representation of color #E764D7: hue angle of 307.33º 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 #E764D7 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 215 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.09 |
| HSL | 307.33º | 0.73% | 0.65% | - |
| HSV(B) | 307.33º | 0.57% | 0.91% | - |
| XYZ | 49.78 | 31.01 | 67.65 | - |
| YUV | 152.28 | 163.4 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 215 | 0 | 0.57 | 0.07 | 0.09 | 307.33 | 0.73 | 0.65 |
| Hex | E7 | 64 | D7 | 0 | 39 | 7 | 9 | 133 | 49 | 41 |
| Octal | 347 | 144 | 327 | 0 | 71 | 7 | 11 | 463 | 111 | 101 |
| Binary | 11100111 | 1100100 | 11010111 | 0 | 111001 | 111 | 1001 | 100110011 | 1001001 | 1000001 |
Color Harmonies of #E764D7
Complementary color
Monochromatic Colors of #E764D7
Black with #E764D7
Text Example
Text Example
White with #E764D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764D7; }
p { color: rgb(231,100,215); }
H1.HeaderClassName
{
color: #E764D7;
}
.AnyTagClassName
{
color: #E764D7;
}
</style>
background-color css
<style>
a { background-color: #E764D7; }
a { background-color: rgb(231,100,215); }
div.DivClassName
{
background-color: #E764D7;
}
.BgClassName
{
background-color: #E764D7;
}
</style>
border-color css
<style>
span { border-color: #E764D7; }
span { border-color: rgb(231,100,215); }
td.TdClassName
{
border-color: #E764D7;
}
.TagClassName
{
border-color: #E764D7;
}
</style>