Html Css Color HEX #E753D5 Free Speech Magenta
📋 copy color: '#E753D5'red 231 ◦ green 83 ◦ blue 213
Shades of Free Speech Magenta #E753D5
Tints of Free Speech Magenta #E753D5
RGB
CMYK
RGB Variations
Color information
#E753D5 (or 0xE753D5) is known color: Free Speech Magenta. HEX triplet: E7, 53 and D5. RGB value is (231,83,213). Sum of RGB (Red+Green+Blue) = 231+83+213=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 231 - color contains mainly: red. Hex color #E753D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E753D5 is #18AC2A. Grayscale: #8D8D8D. Windows color (decimal): -1616939 or 13980647. OLE color: 13980647.
HSL color Cylindrical-coordinate representation of color #E753D5: hue angle of 307.3º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E753D5 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 213 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.09 |
| HSL | 307.3º | 0.76% | 0.62% | - |
| HSV(B) | 307.3º | 0.64% | 0.91% | - |
| XYZ | 48.06 | 27.98 | 65.82 | - |
| YUV | 142.07 | 168.03 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 213 | 0 | 0.64 | 0.08 | 0.09 | 307.3 | 0.76 | 0.62 |
| Hex | E7 | 53 | D5 | 0 | 40 | 8 | 9 | 133 | 4C | 3E |
| Octal | 347 | 123 | 325 | 0 | 100 | 10 | 11 | 463 | 114 | 76 |
| Binary | 11100111 | 1010011 | 11010101 | 0 | 1000000 | 1000 | 1001 | 100110011 | 1001100 | 111110 |
Color Harmonies of #E753D5
Complementary color
Monochromatic Colors of #E753D5
Black with #E753D5
Text Example
Text Example
White with #E753D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E753D5; }
p { color: rgb(231,83,213); }
H1.HeaderClassName
{
color: #E753D5;
}
.AnyTagClassName
{
color: #E753D5;
}
</style>
background-color css
<style>
a { background-color: #E753D5; }
a { background-color: rgb(231,83,213); }
div.DivClassName
{
background-color: #E753D5;
}
.BgClassName
{
background-color: #E753D5;
}
</style>
border-color css
<style>
span { border-color: #E753D5; }
span { border-color: rgb(231,83,213); }
td.TdClassName
{
border-color: #E753D5;
}
.TagClassName
{
border-color: #E753D5;
}
</style>