Html Css Color HEX #E352DE Free Speech Magenta
📋 copy color: '#E352DE'red 227 ◦ green 82 ◦ blue 222
Shades of Free Speech Magenta #E352DE
Tints of Free Speech Magenta #E352DE
RGB
CMYK
RGB Variations
Color information
#E352DE (or 0xE352DE) is known color: Free Speech Magenta. HEX triplet: E3, 52 and DE. RGB value is (227,82,222). Sum of RGB (Red+Green+Blue) = 227+82+222=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E352DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352DE is #1CAD21. Grayscale: #8C8C8C. Windows color (decimal): -1879330 or 14570211. OLE color: 14570211.
HSL color Cylindrical-coordinate representation of color #E352DE: hue angle of 302.07º degrees, saturation: 0.72, 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 #E352DE is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 222 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.11 |
| HSL | 302.07º | 0.72% | 0.61% | - |
| HSV(B) | 302.07º | 0.64% | 0.89% | - |
| XYZ | 47.88 | 27.64 | 71.92 | - |
| YUV | 141.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 222 | 0 | 0.64 | 0.02 | 0.11 | 302.07 | 0.72 | 0.61 |
| Hex | E3 | 52 | DE | 0 | 40 | 2 | B | 12E | 48 | 3D |
| Octal | 343 | 122 | 336 | 0 | 100 | 2 | 13 | 456 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11011110 | 0 | 1000000 | 10 | 1011 | 100101110 | 1001000 | 111101 |
Color Harmonies of #E352DE
Complementary color
Monochromatic Colors of #E352DE
Black with #E352DE
Text Example
Text Example
White with #E352DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352DE; }
p { color: rgb(227,82,222); }
H1.HeaderClassName
{
color: #E352DE;
}
.AnyTagClassName
{
color: #E352DE;
}
</style>
background-color css
<style>
a { background-color: #E352DE; }
a { background-color: rgb(227,82,222); }
div.DivClassName
{
background-color: #E352DE;
}
.BgClassName
{
background-color: #E352DE;
}
</style>
border-color css
<style>
span { border-color: #E352DE; }
span { border-color: rgb(227,82,222); }
td.TdClassName
{
border-color: #E352DE;
}
.TagClassName
{
border-color: #E352DE;
}
</style>