Html Css Color HEX #E453D6 Free Speech Magenta
📋 copy color: '#E453D6'red 228 ◦ green 83 ◦ blue 214
Shades of Free Speech Magenta #E453D6
Tints of Free Speech Magenta #E453D6
RGB
CMYK
RGB Variations
Color information
#E453D6 (or 0xE453D6) is known color: Free Speech Magenta. HEX triplet: E4, 53 and D6. RGB value is (228,83,214). Sum of RGB (Red+Green+Blue) = 228+83+214=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E453D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E453D6 is #1BAC29. Grayscale: #8C8C8C. Windows color (decimal): -1813546 or 14046180. OLE color: 14046180.
HSL color Cylindrical-coordinate representation of color #E453D6: hue angle of 305.79º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E453D6 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 214 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.11 |
| HSL | 305.79º | 0.73% | 0.61% | - |
| HSV(B) | 305.79º | 0.64% | 0.89% | - |
| XYZ | 47.23 | 27.54 | 66.44 | - |
| YUV | 141.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 214 | 0 | 0.64 | 0.06 | 0.11 | 305.79 | 0.73 | 0.61 |
| Hex | E4 | 53 | D6 | 0 | 40 | 6 | B | 132 | 49 | 3D |
| Octal | 344 | 123 | 326 | 0 | 100 | 6 | 13 | 462 | 111 | 75 |
| Binary | 11100100 | 1010011 | 11010110 | 0 | 1000000 | 110 | 1011 | 100110010 | 1001001 | 111101 |
Color Harmonies of #E453D6
Complementary color
Monochromatic Colors of #E453D6
Black with #E453D6
Text Example
Text Example
White with #E453D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E453D6; }
p { color: rgb(228,83,214); }
H1.HeaderClassName
{
color: #E453D6;
}
.AnyTagClassName
{
color: #E453D6;
}
</style>
background-color css
<style>
a { background-color: #E453D6; }
a { background-color: rgb(228,83,214); }
div.DivClassName
{
background-color: #E453D6;
}
.BgClassName
{
background-color: #E453D6;
}
</style>
border-color css
<style>
span { border-color: #E453D6; }
span { border-color: rgb(228,83,214); }
td.TdClassName
{
border-color: #E453D6;
}
.TagClassName
{
border-color: #E453D6;
}
</style>