Html Css Color HEX #E452D3 Free Speech Magenta
📋 copy color: '#E452D3'red 228 ◦ green 82 ◦ blue 211
Shades of Free Speech Magenta #E452D3
Tints of Free Speech Magenta #E452D3
RGB
CMYK
RGB Variations
Color information
#E452D3 (or 0xE452D3) is known color: Free Speech Magenta. HEX triplet: E4, 52 and D3. RGB value is (228,82,211). Sum of RGB (Red+Green+Blue) = 228+82+211=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E452D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E452D3 is #1BAD2C. Grayscale: #8B8B8B. Windows color (decimal): -1813805 or 13849316. OLE color: 13849316.
HSL color Cylindrical-coordinate representation of color #E452D3: hue angle of 306.99º 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 #E452D3 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 211 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.11 |
| HSL | 306.99º | 0.73% | 0.61% | - |
| HSV(B) | 306.99º | 0.64% | 0.89% | - |
| XYZ | 46.77 | 27.23 | 64.42 | - |
| YUV | 140.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 211 | 0 | 0.64 | 0.07 | 0.11 | 306.99 | 0.73 | 0.61 |
| Hex | E4 | 52 | D3 | 0 | 40 | 7 | B | 133 | 49 | 3D |
| Octal | 344 | 122 | 323 | 0 | 100 | 7 | 13 | 463 | 111 | 75 |
| Binary | 11100100 | 1010010 | 11010011 | 0 | 1000000 | 111 | 1011 | 100110011 | 1001001 | 111101 |
Color Harmonies of #E452D3
Complementary color
Monochromatic Colors of #E452D3
Black with #E452D3
Text Example
Text Example
White with #E452D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E452D3; }
p { color: rgb(228,82,211); }
H1.HeaderClassName
{
color: #E452D3;
}
.AnyTagClassName
{
color: #E452D3;
}
</style>
background-color css
<style>
a { background-color: #E452D3; }
a { background-color: rgb(228,82,211); }
div.DivClassName
{
background-color: #E452D3;
}
.BgClassName
{
background-color: #E452D3;
}
</style>
border-color css
<style>
span { border-color: #E452D3; }
span { border-color: rgb(228,82,211); }
td.TdClassName
{
border-color: #E452D3;
}
.TagClassName
{
border-color: #E452D3;
}
</style>