Html Css Color HEX #E363D4 Free Speech Magenta
📋 copy color: '#E363D4'red 227 ◦ green 99 ◦ blue 212
Shades of Free Speech Magenta #E363D4
Tints of Free Speech Magenta #E363D4
RGB
CMYK
RGB Variations
Color information
#E363D4 (or 0xE363D4) is known color: Free Speech Magenta. HEX triplet: E3, 63 and D4. RGB value is (227,99,212). Sum of RGB (Red+Green+Blue) = 227+99+212=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E363D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363D4 is #1C9C2B. Grayscale: #959595. Windows color (decimal): -1874988 or 13919203. OLE color: 13919203.
HSL color Cylindrical-coordinate representation of color #E363D4: hue angle of 307.03º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E363D4 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 212 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.11 |
| HSL | 307.03º | 0.7% | 0.64% | - |
| HSV(B) | 307.03º | 0.56% | 0.89% | - |
| XYZ | 48.02 | 30.01 | 65.55 | - |
| YUV | 150.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 212 | 0 | 0.56 | 0.07 | 0.11 | 307.03 | 0.7 | 0.64 |
| Hex | E3 | 63 | D4 | 0 | 38 | 7 | B | 133 | 46 | 40 |
| Octal | 343 | 143 | 324 | 0 | 70 | 7 | 13 | 463 | 106 | 100 |
| Binary | 11100011 | 1100011 | 11010100 | 0 | 111000 | 111 | 1011 | 100110011 | 1000110 | 1000000 |
Color Harmonies of #E363D4
Complementary color
Monochromatic Colors of #E363D4
Black with #E363D4
Text Example
Text Example
White with #E363D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363D4; }
p { color: rgb(227,99,212); }
H1.HeaderClassName
{
color: #E363D4;
}
.AnyTagClassName
{
color: #E363D4;
}
</style>
background-color css
<style>
a { background-color: #E363D4; }
a { background-color: rgb(227,99,212); }
div.DivClassName
{
background-color: #E363D4;
}
.BgClassName
{
background-color: #E363D4;
}
</style>
border-color css
<style>
span { border-color: #E363D4; }
span { border-color: rgb(227,99,212); }
td.TdClassName
{
border-color: #E363D4;
}
.TagClassName
{
border-color: #E363D4;
}
</style>