Html Css Color HEX #E45CDD Free Speech Magenta
📋 copy color: '#E45CDD'red 228 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #E45CDD
Tints of Free Speech Magenta #E45CDD
RGB
CMYK
RGB Variations
Color information
#E45CDD (or 0xE45CDD) is known color: Free Speech Magenta. HEX triplet: E4, 5C and DD. RGB value is (228,92,221). Sum of RGB (Red+Green+Blue) = 228+92+221=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E45CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45CDD is #1BA322. Grayscale: #929292. Windows color (decimal): -1811235 or 14507236. OLE color: 14507236.
HSL color Cylindrical-coordinate representation of color #E45CDD: hue angle of 303.09º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45CDD is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 221 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.11 |
| HSL | 303.09º | 0.72% | 0.63% | - |
| HSV(B) | 303.09º | 0.6% | 0.89% | - |
| XYZ | 48.87 | 29.37 | 71.5 | - |
| YUV | 147.37 | 169.56 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 221 | 0 | 0.60 | 0.03 | 0.11 | 303.09 | 0.72 | 0.63 |
| Hex | E4 | 5C | DD | 0 | 3C | 3 | B | 12F | 48 | 3F |
| Octal | 344 | 134 | 335 | 0 | 74 | 3 | 13 | 457 | 110 | 77 |
| Binary | 11100100 | 1011100 | 11011101 | 0 | 111100 | 11 | 1011 | 100101111 | 1001000 | 111111 |
Color Harmonies of #E45CDD
Complementary color
Monochromatic Colors of #E45CDD
Black with #E45CDD
Text Example
Text Example
White with #E45CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45CDD; }
p { color: rgb(228,92,221); }
H1.HeaderClassName
{
color: #E45CDD;
}
.AnyTagClassName
{
color: #E45CDD;
}
</style>
background-color css
<style>
a { background-color: #E45CDD; }
a { background-color: rgb(228,92,221); }
div.DivClassName
{
background-color: #E45CDD;
}
.BgClassName
{
background-color: #E45CDD;
}
</style>
border-color css
<style>
span { border-color: #E45CDD; }
span { border-color: rgb(228,92,221); }
td.TdClassName
{
border-color: #E45CDD;
}
.TagClassName
{
border-color: #E45CDD;
}
</style>