Html Css Color HEX #E852D4 Free Speech Magenta
📋 copy color: '#E852D4'red 232 ◦ green 82 ◦ blue 212
Shades of Free Speech Magenta #E852D4
Tints of Free Speech Magenta #E852D4
RGB
CMYK
RGB Variations
Color information
#E852D4 (or 0xE852D4) is known color: Free Speech Magenta. HEX triplet: E8, 52 and D4. RGB value is (232,82,212). Sum of RGB (Red+Green+Blue) = 232+82+212=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E852D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852D4 is #17AD2B. Grayscale: #8D8D8D. Windows color (decimal): -1551660 or 13914856. OLE color: 13914856.
HSL color Cylindrical-coordinate representation of color #E852D4: hue angle of 308º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E852D4 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 212 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.09 |
| HSL | 308º | 0.77% | 0.62% | - |
| HSV(B) | 308º | 0.65% | 0.91% | - |
| XYZ | 48.18 | 27.94 | 65.14 | - |
| YUV | 141.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 212 | 0 | 0.65 | 0.09 | 0.09 | 308 | 0.77 | 0.62 |
| Hex | E8 | 52 | D4 | 0 | 41 | 9 | 9 | 134 | 4D | 3E |
| Octal | 350 | 122 | 324 | 0 | 101 | 11 | 11 | 464 | 115 | 76 |
| Binary | 11101000 | 1010010 | 11010100 | 0 | 1000001 | 1001 | 1001 | 100110100 | 1001101 | 111110 |
Color Harmonies of #E852D4
Complementary color
Monochromatic Colors of #E852D4
Black with #E852D4
Text Example
Text Example
White with #E852D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852D4; }
p { color: rgb(232,82,212); }
H1.HeaderClassName
{
color: #E852D4;
}
.AnyTagClassName
{
color: #E852D4;
}
</style>
background-color css
<style>
a { background-color: #E852D4; }
a { background-color: rgb(232,82,212); }
div.DivClassName
{
background-color: #E852D4;
}
.BgClassName
{
background-color: #E852D4;
}
</style>
border-color css
<style>
span { border-color: #E852D4; }
span { border-color: rgb(232,82,212); }
td.TdClassName
{
border-color: #E852D4;
}
.TagClassName
{
border-color: #E852D4;
}
</style>