Html Css Color HEX #E352CB Free Speech Magenta
📋 copy color: '#E352CB'red 227 ◦ green 82 ◦ blue 203
Shades of Free Speech Magenta #E352CB
Tints of Free Speech Magenta #E352CB
RGB
CMYK
RGB Variations
Color information
#E352CB (or 0xE352CB) is known color: Free Speech Magenta. HEX triplet: E3, 52 and CB. RGB value is (227,82,203). Sum of RGB (Red+Green+Blue) = 227+82+203=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E352CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E352CB is #1CAD34. Grayscale: #8A8A8A. Windows color (decimal): -1879349 or 13325027. OLE color: 13325027.
HSL color Cylindrical-coordinate representation of color #E352CB: hue angle of 309.93º 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 #E352CB is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 203 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.11 |
| HSL | 309.93º | 0.72% | 0.61% | - |
| HSV(B) | 309.93º | 0.64% | 0.89% | - |
| XYZ | 45.48 | 26.68 | 59.25 | - |
| YUV | 139.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 203 | 0 | 0.64 | 0.11 | 0.11 | 309.93 | 0.72 | 0.61 |
| Hex | E3 | 52 | CB | 0 | 40 | B | B | 136 | 48 | 3D |
| Octal | 343 | 122 | 313 | 0 | 100 | 13 | 13 | 466 | 110 | 75 |
| Binary | 11100011 | 1010010 | 11001011 | 0 | 1000000 | 1011 | 1011 | 100110110 | 1001000 | 111101 |
Color Harmonies of #E352CB
Complementary color
Monochromatic Colors of #E352CB
Black with #E352CB
Text Example
Text Example
White with #E352CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352CB; }
p { color: rgb(227,82,203); }
H1.HeaderClassName
{
color: #E352CB;
}
.AnyTagClassName
{
color: #E352CB;
}
</style>
background-color css
<style>
a { background-color: #E352CB; }
a { background-color: rgb(227,82,203); }
div.DivClassName
{
background-color: #E352CB;
}
.BgClassName
{
background-color: #E352CB;
}
</style>
border-color css
<style>
span { border-color: #E352CB; }
span { border-color: rgb(227,82,203); }
td.TdClassName
{
border-color: #E352CB;
}
.TagClassName
{
border-color: #E352CB;
}
</style>