Html Css Color HEX #E33BDC Free Speech Magenta
📋 copy color: '#E33BDC'red 227 ◦ green 59 ◦ blue 220
Shades of Free Speech Magenta #E33BDC
Tints of Free Speech Magenta #E33BDC
RGB
CMYK
RGB Variations
Color information
#E33BDC (or 0xE33BDC) is known color: Free Speech Magenta. HEX triplet: E3, 3B and DC. RGB value is (227,59,220). Sum of RGB (Red+Green+Blue) = 227+59+220=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E33BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33BDC is #1CC423. Grayscale: #7F7F7F. Windows color (decimal): -1885220 or 14433251. OLE color: 14433251.
HSL color Cylindrical-coordinate representation of color #E33BDC: hue angle of 302.5º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33BDC is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 59 | 220 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.11 |
| HSL | 302.5º | 0.75% | 0.56% | - |
| HSV(B) | 302.5º | 0.74% | 0.89% | - |
| XYZ | 46.16 | 24.63 | 70.03 | - |
| YUV | 127.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 59 | 220 | 0 | 0.74 | 0.03 | 0.11 | 302.5 | 0.75 | 0.56 |
| Hex | E3 | 3B | DC | 0 | 4A | 3 | B | 12E | 4B | 38 |
| Octal | 343 | 73 | 334 | 0 | 112 | 3 | 13 | 456 | 113 | 70 |
| Binary | 11100011 | 111011 | 11011100 | 0 | 1001010 | 11 | 1011 | 100101110 | 1001011 | 111000 |
Color Harmonies of #E33BDC
Complementary color
Monochromatic Colors of #E33BDC
Black with #E33BDC
Text Example
Text Example
White with #E33BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33BDC; }
p { color: rgb(227,59,220); }
H1.HeaderClassName
{
color: #E33BDC;
}
.AnyTagClassName
{
color: #E33BDC;
}
</style>
background-color css
<style>
a { background-color: #E33BDC; }
a { background-color: rgb(227,59,220); }
div.DivClassName
{
background-color: #E33BDC;
}
.BgClassName
{
background-color: #E33BDC;
}
</style>
border-color css
<style>
span { border-color: #E33BDC; }
span { border-color: rgb(227,59,220); }
td.TdClassName
{
border-color: #E33BDC;
}
.TagClassName
{
border-color: #E33BDC;
}
</style>