Html Css Color HEX #E352DB Free Speech Magenta
📋 copy color: '#E352DB'red 227 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #E352DB
Tints of Free Speech Magenta #E352DB
RGB
CMYK
RGB Variations
Color information
#E352DB (or 0xE352DB) is known color: Free Speech Magenta. HEX triplet: E3, 52 and DB. RGB value is (227,82,219). Sum of RGB (Red+Green+Blue) = 227+82+219=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E352DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352DB is #1CAD24. Grayscale: #8C8C8C. Windows color (decimal): -1879333 or 14373603. OLE color: 14373603.
HSL color Cylindrical-coordinate representation of color #E352DB: hue angle of 303.31º 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 #E352DB is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 219 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.11 |
| HSL | 303.31º | 0.72% | 0.61% | - |
| HSV(B) | 303.31º | 0.64% | 0.89% | - |
| XYZ | 47.48 | 27.48 | 69.82 | - |
| YUV | 140.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 219 | 0 | 0.64 | 0.04 | 0.11 | 303.31 | 0.72 | 0.61 |
| Hex | E3 | 52 | DB | 0 | 40 | 4 | B | 12F | 48 | 3D |
| Octal | 343 | 122 | 333 | 0 | 100 | 4 | 13 | 457 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11011011 | 0 | 1000000 | 100 | 1011 | 100101111 | 1001000 | 111101 |
Color Harmonies of #E352DB
Complementary color
Monochromatic Colors of #E352DB
Black with #E352DB
Text Example
Text Example
White with #E352DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352DB; }
p { color: rgb(227,82,219); }
H1.HeaderClassName
{
color: #E352DB;
}
.AnyTagClassName
{
color: #E352DB;
}
</style>
background-color css
<style>
a { background-color: #E352DB; }
a { background-color: rgb(227,82,219); }
div.DivClassName
{
background-color: #E352DB;
}
.BgClassName
{
background-color: #E352DB;
}
</style>
border-color css
<style>
span { border-color: #E352DB; }
span { border-color: rgb(227,82,219); }
td.TdClassName
{
border-color: #E352DB;
}
.TagClassName
{
border-color: #E352DB;
}
</style>