Html Css Color HEX #E33BD4 Free Speech Magenta
📋 copy color: '#E33BD4'red 227 ◦ green 59 ◦ blue 212
Shades of Free Speech Magenta #E33BD4
Tints of Free Speech Magenta #E33BD4
RGB
CMYK
RGB Variations
Color information
#E33BD4 (or 0xE33BD4) is known color: Free Speech Magenta. HEX triplet: E3, 3B and D4. RGB value is (227,59,212). Sum of RGB (Red+Green+Blue) = 227+59+212=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E33BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33BD4 is #1CC42B. Grayscale: #7E7E7E. Windows color (decimal): -1885228 or 13908963. OLE color: 13908963.
HSL color Cylindrical-coordinate representation of color #E33BD4: hue angle of 305.36º 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 #E33BD4 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 59 | 212 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.11 |
| HSL | 305.36º | 0.75% | 0.56% | - |
| HSV(B) | 305.36º | 0.74% | 0.89% | - |
| XYZ | 45.13 | 24.21 | 64.58 | - |
| YUV | 126.67 | 176.16 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 59 | 212 | 0 | 0.74 | 0.07 | 0.11 | 305.36 | 0.75 | 0.56 |
| Hex | E3 | 3B | D4 | 0 | 4A | 7 | B | 131 | 4B | 38 |
| Octal | 343 | 73 | 324 | 0 | 112 | 7 | 13 | 461 | 113 | 70 |
| Binary | 11100011 | 111011 | 11010100 | 0 | 1001010 | 111 | 1011 | 100110001 | 1001011 | 111000 |
Color Harmonies of #E33BD4
Complementary color
Monochromatic Colors of #E33BD4
Black with #E33BD4
Text Example
Text Example
White with #E33BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33BD4; }
p { color: rgb(227,59,212); }
H1.HeaderClassName
{
color: #E33BD4;
}
.AnyTagClassName
{
color: #E33BD4;
}
</style>
background-color css
<style>
a { background-color: #E33BD4; }
a { background-color: rgb(227,59,212); }
div.DivClassName
{
background-color: #E33BD4;
}
.BgClassName
{
background-color: #E33BD4;
}
</style>
border-color css
<style>
span { border-color: #E33BD4; }
span { border-color: rgb(227,59,212); }
td.TdClassName
{
border-color: #E33BD4;
}
.TagClassName
{
border-color: #E33BD4;
}
</style>