Html Css Color HEX #E745CE Free Speech Magenta
📋 copy color: '#E745CE'red 231 ◦ green 69 ◦ blue 206
Shades of Free Speech Magenta #E745CE
Tints of Free Speech Magenta #E745CE
RGB
CMYK
RGB Variations
Color information
#E745CE (or 0xE745CE) is known color: Free Speech Magenta. HEX triplet: E7, 45 and CE. RGB value is (231,69,206). Sum of RGB (Red+Green+Blue) = 231+69+206=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E745CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E745CE is #18BA31. Grayscale: #848484. Windows color (decimal): -1620530 or 13518311. OLE color: 13518311.
HSL color Cylindrical-coordinate representation of color #E745CE: hue angle of 309.26º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E745CE is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 206 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.09 |
| HSL | 309.26º | 0.77% | 0.59% | - |
| HSV(B) | 309.26º | 0.7% | 0.91% | - |
| XYZ | 46.22 | 25.7 | 60.92 | - |
| YUV | 133.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 206 | 0 | 0.70 | 0.11 | 0.09 | 309.26 | 0.77 | 0.59 |
| Hex | E7 | 45 | CE | 0 | 46 | B | 9 | 135 | 4D | 3B |
| Octal | 347 | 105 | 316 | 0 | 106 | 13 | 11 | 465 | 115 | 73 |
| Binary | 11100111 | 1000101 | 11001110 | 0 | 1000110 | 1011 | 1001 | 100110101 | 1001101 | 111011 |
Color Harmonies of #E745CE
Complementary color
Monochromatic Colors of #E745CE
Black with #E745CE
Text Example
Text Example
White with #E745CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E745CE; }
p { color: rgb(231,69,206); }
H1.HeaderClassName
{
color: #E745CE;
}
.AnyTagClassName
{
color: #E745CE;
}
</style>
background-color css
<style>
a { background-color: #E745CE; }
a { background-color: rgb(231,69,206); }
div.DivClassName
{
background-color: #E745CE;
}
.BgClassName
{
background-color: #E745CE;
}
</style>
border-color css
<style>
span { border-color: #E745CE; }
span { border-color: rgb(231,69,206); }
td.TdClassName
{
border-color: #E745CE;
}
.TagClassName
{
border-color: #E745CE;
}
</style>