Html Css Color HEX #E33CDD Free Speech Magenta
📋 copy color: '#E33CDD'red 227 ◦ green 60 ◦ blue 221
Shades of Free Speech Magenta #E33CDD
Tints of Free Speech Magenta #E33CDD
RGB
CMYK
RGB Variations
Color information
#E33CDD (or 0xE33CDD) is known color: Free Speech Magenta. HEX triplet: E3, 3C and DD. RGB value is (227,60,221). Sum of RGB (Red+Green+Blue) = 227+60+221=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33CDD is #1CC322. Grayscale: #7F7F7F. Windows color (decimal): -1884963 or 14499043. OLE color: 14499043.
HSL color Cylindrical-coordinate representation of color #E33CDD: hue angle of 302.16º 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 #E33CDD is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 221 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.11 |
| HSL | 302.16º | 0.75% | 0.56% | - |
| HSV(B) | 302.16º | 0.74% | 0.89% | - |
| XYZ | 46.35 | 24.78 | 70.75 | - |
| YUV | 128.29 | 180.33 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 221 | 0 | 0.74 | 0.03 | 0.11 | 302.16 | 0.75 | 0.56 |
| Hex | E3 | 3C | DD | 0 | 4A | 3 | B | 12E | 4B | 38 |
| Octal | 343 | 74 | 335 | 0 | 112 | 3 | 13 | 456 | 113 | 70 |
| Binary | 11100011 | 111100 | 11011101 | 0 | 1001010 | 11 | 1011 | 100101110 | 1001011 | 111000 |
Color Harmonies of #E33CDD
Complementary color
Monochromatic Colors of #E33CDD
Black with #E33CDD
Text Example
Text Example
White with #E33CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CDD; }
p { color: rgb(227,60,221); }
H1.HeaderClassName
{
color: #E33CDD;
}
.AnyTagClassName
{
color: #E33CDD;
}
</style>
background-color css
<style>
a { background-color: #E33CDD; }
a { background-color: rgb(227,60,221); }
div.DivClassName
{
background-color: #E33CDD;
}
.BgClassName
{
background-color: #E33CDD;
}
</style>
border-color css
<style>
span { border-color: #E33CDD; }
span { border-color: rgb(227,60,221); }
td.TdClassName
{
border-color: #E33CDD;
}
.TagClassName
{
border-color: #E33CDD;
}
</style>