Html Css Color HEX #E45FDF Free Speech Magenta
📋 copy color: '#E45FDF'red 228 ◦ green 95 ◦ blue 223
Shades of Free Speech Magenta #E45FDF
Tints of Free Speech Magenta #E45FDF
RGB
CMYK
RGB Variations
Color information
#E45FDF (or 0xE45FDF) is known color: Free Speech Magenta. HEX triplet: E4, 5F and DF. RGB value is (228,95,223). Sum of RGB (Red+Green+Blue) = 228+95+223=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45FDF is #1BA020. Grayscale: #949494. Windows color (decimal): -1810465 or 14639076. OLE color: 14639076.
HSL color Cylindrical-coordinate representation of color #E45FDF: hue angle of 302.26º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45FDF is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 223 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.11 |
| HSL | 302.26º | 0.71% | 0.63% | - |
| HSV(B) | 302.26º | 0.58% | 0.89% | - |
| XYZ | 49.41 | 30.01 | 73 | - |
| YUV | 149.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 223 | 0 | 0.58 | 0.02 | 0.11 | 302.26 | 0.71 | 0.63 |
| Hex | E4 | 5F | DF | 0 | 3A | 2 | B | 12E | 47 | 3F |
| Octal | 344 | 137 | 337 | 0 | 72 | 2 | 13 | 456 | 107 | 77 |
| Binary | 11100100 | 1011111 | 11011111 | 0 | 111010 | 10 | 1011 | 100101110 | 1000111 | 111111 |
Color Harmonies of #E45FDF
Complementary color
Monochromatic Colors of #E45FDF
Black with #E45FDF
Text Example
Text Example
White with #E45FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45FDF; }
p { color: rgb(228,95,223); }
H1.HeaderClassName
{
color: #E45FDF;
}
.AnyTagClassName
{
color: #E45FDF;
}
</style>
background-color css
<style>
a { background-color: #E45FDF; }
a { background-color: rgb(228,95,223); }
div.DivClassName
{
background-color: #E45FDF;
}
.BgClassName
{
background-color: #E45FDF;
}
</style>
border-color css
<style>
span { border-color: #E45FDF; }
span { border-color: rgb(228,95,223); }
td.TdClassName
{
border-color: #E45FDF;
}
.TagClassName
{
border-color: #E45FDF;
}
</style>