Html Css Color HEX #E455DC Free Speech Magenta
📋 copy color: '#E455DC'red 228 ◦ green 85 ◦ blue 220
Shades of Free Speech Magenta #E455DC
Tints of Free Speech Magenta #E455DC
RGB
CMYK
RGB Variations
Color information
#E455DC (or 0xE455DC) is known color: Free Speech Magenta. HEX triplet: E4, 55 and DC. RGB value is (228,85,220). Sum of RGB (Red+Green+Blue) = 228+85+220=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E455DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E455DC is #1BAA23. Grayscale: #8E8E8E. Windows color (decimal): -1813028 or 14439908. OLE color: 14439908.
HSL color Cylindrical-coordinate representation of color #E455DC: hue angle of 303.36º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E455DC is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 220 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.11 |
| HSL | 303.36º | 0.73% | 0.61% | - |
| HSV(B) | 303.36º | 0.63% | 0.89% | - |
| XYZ | 48.16 | 28.16 | 70.61 | - |
| YUV | 143.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 220 | 0 | 0.63 | 0.04 | 0.11 | 303.36 | 0.73 | 0.61 |
| Hex | E4 | 55 | DC | 0 | 3F | 4 | B | 12F | 49 | 3D |
| Octal | 344 | 125 | 334 | 0 | 77 | 4 | 13 | 457 | 111 | 75 |
| Binary | 11100100 | 1010101 | 11011100 | 0 | 111111 | 100 | 1011 | 100101111 | 1001001 | 111101 |
Color Harmonies of #E455DC
Complementary color
Monochromatic Colors of #E455DC
Black with #E455DC
Text Example
Text Example
White with #E455DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455DC; }
p { color: rgb(228,85,220); }
H1.HeaderClassName
{
color: #E455DC;
}
.AnyTagClassName
{
color: #E455DC;
}
</style>
background-color css
<style>
a { background-color: #E455DC; }
a { background-color: rgb(228,85,220); }
div.DivClassName
{
background-color: #E455DC;
}
.BgClassName
{
background-color: #E455DC;
}
</style>
border-color css
<style>
span { border-color: #E455DC; }
span { border-color: rgb(228,85,220); }
td.TdClassName
{
border-color: #E455DC;
}
.TagClassName
{
border-color: #E455DC;
}
</style>