Html Css Color HEX #E453D2 Free Speech Magenta
📋 copy color: '#E453D2'red 228 ◦ green 83 ◦ blue 210
Shades of Free Speech Magenta #E453D2
Tints of Free Speech Magenta #E453D2
RGB
CMYK
RGB Variations
Color information
#E453D2 (or 0xE453D2) is known color: Free Speech Magenta. HEX triplet: E4, 53 and D2. RGB value is (228,83,210). Sum of RGB (Red+Green+Blue) = 228+83+210=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E453D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E453D2 is #1BAC2D. Grayscale: #8C8C8C. Windows color (decimal): -1813550 or 13784036. OLE color: 13784036.
HSL color Cylindrical-coordinate representation of color #E453D2: hue angle of 307.45º 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 #E453D2 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 210 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.11 |
| HSL | 307.45º | 0.73% | 0.61% | - |
| HSV(B) | 307.45º | 0.64% | 0.89% | - |
| XYZ | 46.72 | 27.33 | 63.79 | - |
| YUV | 140.83 | 167.04 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 210 | 0 | 0.64 | 0.08 | 0.11 | 307.45 | 0.73 | 0.61 |
| Hex | E4 | 53 | D2 | 0 | 40 | 8 | B | 133 | 49 | 3D |
| Octal | 344 | 123 | 322 | 0 | 100 | 10 | 13 | 463 | 111 | 75 |
| Binary | 11100100 | 1010011 | 11010010 | 0 | 1000000 | 1000 | 1011 | 100110011 | 1001001 | 111101 |
Color Harmonies of #E453D2
Complementary color
Monochromatic Colors of #E453D2
Black with #E453D2
Text Example
Text Example
White with #E453D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E453D2; }
p { color: rgb(228,83,210); }
H1.HeaderClassName
{
color: #E453D2;
}
.AnyTagClassName
{
color: #E453D2;
}
</style>
background-color css
<style>
a { background-color: #E453D2; }
a { background-color: rgb(228,83,210); }
div.DivClassName
{
background-color: #E453D2;
}
.BgClassName
{
background-color: #E453D2;
}
</style>
border-color css
<style>
span { border-color: #E453D2; }
span { border-color: rgb(228,83,210); }
td.TdClassName
{
border-color: #E453D2;
}
.TagClassName
{
border-color: #E453D2;
}
</style>