Html Css Color HEX #E352C3 Free Speech Magenta
📋 copy color: '#E352C3'red 227 ◦ green 82 ◦ blue 195
Shades of Free Speech Magenta #E352C3
Tints of Free Speech Magenta #E352C3
RGB
CMYK
RGB Variations
Color information
#E352C3 (or 0xE352C3) is known color: Free Speech Magenta. HEX triplet: E3, 52 and C3. RGB value is (227,82,195). Sum of RGB (Red+Green+Blue) = 227+82+195=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E352C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352C3 is #1CAD3C. Grayscale: #898989. Windows color (decimal): -1879357 or 12800739. OLE color: 12800739.
HSL color Cylindrical-coordinate representation of color #E352C3: hue angle of 313.24º 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 #E352C3 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 195 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.11 |
| HSL | 313.24º | 0.72% | 0.61% | - |
| HSV(B) | 313.24º | 0.64% | 0.89% | - |
| XYZ | 44.55 | 26.31 | 54.36 | - |
| YUV | 138.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 195 | 0 | 0.64 | 0.14 | 0.11 | 313.24 | 0.72 | 0.61 |
| Hex | E3 | 52 | C3 | 0 | 40 | E | B | 139 | 48 | 3D |
| Octal | 343 | 122 | 303 | 0 | 100 | 16 | 13 | 471 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11000011 | 0 | 1000000 | 1110 | 1011 | 100111001 | 1001000 | 111101 |
Color Harmonies of #E352C3
Complementary color
Monochromatic Colors of #E352C3
Black with #E352C3
Text Example
Text Example
White with #E352C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352C3; }
p { color: rgb(227,82,195); }
H1.HeaderClassName
{
color: #E352C3;
}
.AnyTagClassName
{
color: #E352C3;
}
</style>
background-color css
<style>
a { background-color: #E352C3; }
a { background-color: rgb(227,82,195); }
div.DivClassName
{
background-color: #E352C3;
}
.BgClassName
{
background-color: #E352C3;
}
</style>
border-color css
<style>
span { border-color: #E352C3; }
span { border-color: rgb(227,82,195); }
td.TdClassName
{
border-color: #E352C3;
}
.TagClassName
{
border-color: #E352C3;
}
</style>