Html Css Color HEX #E03DD2 Free Speech Magenta
📋 copy color: '#E03DD2'red 224 ◦ green 61 ◦ blue 210
Shades of Free Speech Magenta #E03DD2
Tints of Free Speech Magenta #E03DD2
RGB
CMYK
RGB Variations
Color information
#E03DD2 (or 0xE03DD2) is known color: Free Speech Magenta. HEX triplet: E0, 3D and D2. RGB value is (224,61,210). Sum of RGB (Red+Green+Blue) = 224+61+210=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03DD2 is #1FC22D. Grayscale: #7E7E7E. Windows color (decimal): -2081326 or 13778400. OLE color: 13778400.
HSL color Cylindrical-coordinate representation of color #E03DD2: hue angle of 305.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DD2 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 210 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.12 |
| HSL | 305.15º | 0.72% | 0.56% | - |
| HSV(B) | 305.15º | 0.73% | 0.88% | - |
| XYZ | 44.04 | 23.84 | 63.25 | - |
| YUV | 126.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 210 | 0 | 0.73 | 0.06 | 0.12 | 305.15 | 0.72 | 0.56 |
| Hex | E0 | 3D | D2 | 0 | 49 | 6 | C | 131 | 48 | 38 |
| Octal | 340 | 75 | 322 | 0 | 111 | 6 | 14 | 461 | 110 | 70 |
| Binary | 11100000 | 111101 | 11010010 | 0 | 1001001 | 110 | 1100 | 100110001 | 1001000 | 111000 |
Color Harmonies of #E03DD2
Complementary color
Monochromatic Colors of #E03DD2
Black with #E03DD2
Text Example
Text Example
White with #E03DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DD2; }
p { color: rgb(224,61,210); }
H1.HeaderClassName
{
color: #E03DD2;
}
.AnyTagClassName
{
color: #E03DD2;
}
</style>
background-color css
<style>
a { background-color: #E03DD2; }
a { background-color: rgb(224,61,210); }
div.DivClassName
{
background-color: #E03DD2;
}
.BgClassName
{
background-color: #E03DD2;
}
</style>
border-color css
<style>
span { border-color: #E03DD2; }
span { border-color: rgb(224,61,210); }
td.TdClassName
{
border-color: #E03DD2;
}
.TagClassName
{
border-color: #E03DD2;
}
</style>