Html Css Color HEX #E455CF Free Speech Magenta
📋 copy color: '#E455CF'red 228 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #E455CF
Tints of Free Speech Magenta #E455CF
RGB
CMYK
RGB Variations
Color information
#E455CF (or 0xE455CF) is known color: Free Speech Magenta. HEX triplet: E4, 55 and CF. RGB value is (228,85,207). Sum of RGB (Red+Green+Blue) = 228+85+207=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E455CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E455CF is #1BAA30. Grayscale: #8D8D8D. Windows color (decimal): -1813041 or 13587940. OLE color: 13587940.
HSL color Cylindrical-coordinate representation of color #E455CF: hue angle of 308.81º 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 #E455CF is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 207 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.11 |
| HSL | 308.81º | 0.73% | 0.61% | - |
| HSV(B) | 308.81º | 0.63% | 0.89% | - |
| XYZ | 46.51 | 27.5 | 61.89 | - |
| YUV | 141.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 207 | 0 | 0.63 | 0.09 | 0.11 | 308.81 | 0.73 | 0.61 |
| Hex | E4 | 55 | CF | 0 | 3F | 9 | B | 135 | 49 | 3D |
| Octal | 344 | 125 | 317 | 0 | 77 | 11 | 13 | 465 | 111 | 75 |
| Binary | 11100100 | 1010101 | 11001111 | 0 | 111111 | 1001 | 1011 | 100110101 | 1001001 | 111101 |
Color Harmonies of #E455CF
Complementary color
Monochromatic Colors of #E455CF
Black with #E455CF
Text Example
Text Example
White with #E455CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455CF; }
p { color: rgb(228,85,207); }
H1.HeaderClassName
{
color: #E455CF;
}
.AnyTagClassName
{
color: #E455CF;
}
</style>
background-color css
<style>
a { background-color: #E455CF; }
a { background-color: rgb(228,85,207); }
div.DivClassName
{
background-color: #E455CF;
}
.BgClassName
{
background-color: #E455CF;
}
</style>
border-color css
<style>
span { border-color: #E455CF; }
span { border-color: rgb(228,85,207); }
td.TdClassName
{
border-color: #E455CF;
}
.TagClassName
{
border-color: #E455CF;
}
</style>