Html Css Color HEX #E952E2 Free Speech Magenta
📋 copy color: '#E952E2'red 233 ◦ green 82 ◦ blue 226
Shades of Free Speech Magenta #E952E2
Tints of Free Speech Magenta #E952E2
RGB
CMYK
RGB Variations
Color information
#E952E2 (or 0xE952E2) is known color: Free Speech Magenta. HEX triplet: E9, 52 and E2. RGB value is (233,82,226). Sum of RGB (Red+Green+Blue) = 233+82+226=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 82 (32.42% from 255 or 15.16% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E952E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952E2 is #16AD1D. Grayscale: #8F8F8F. Windows color (decimal): -1486110 or 14832361. OLE color: 14832361.
HSL color Cylindrical-coordinate representation of color #E952E2: hue angle of 302.78º 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 #E952E2 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 226 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.09 |
| HSL | 302.78º | 0.77% | 0.62% | - |
| HSV(B) | 302.78º | 0.65% | 0.91% | - |
| XYZ | 50.35 | 28.85 | 74.87 | - |
| YUV | 143.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 226 | 0 | 0.65 | 0.03 | 0.09 | 302.78 | 0.77 | 0.62 |
| Hex | E9 | 52 | E2 | 0 | 41 | 3 | 9 | 12F | 4D | 3E |
| Octal | 351 | 122 | 342 | 0 | 101 | 3 | 11 | 457 | 115 | 76 |
| Binary | 11101001 | 1010010 | 11100010 | 0 | 1000001 | 11 | 1001 | 100101111 | 1001101 | 111110 |
Color Harmonies of #E952E2
Complementary color
Monochromatic Colors of #E952E2
Black with #E952E2
Text Example
Text Example
White with #E952E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952E2; }
p { color: rgb(233,82,226); }
H1.HeaderClassName
{
color: #E952E2;
}
.AnyTagClassName
{
color: #E952E2;
}
</style>
background-color css
<style>
a { background-color: #E952E2; }
a { background-color: rgb(233,82,226); }
div.DivClassName
{
background-color: #E952E2;
}
.BgClassName
{
background-color: #E952E2;
}
</style>
border-color css
<style>
span { border-color: #E952E2; }
span { border-color: rgb(233,82,226); }
td.TdClassName
{
border-color: #E952E2;
}
.TagClassName
{
border-color: #E952E2;
}
</style>