Html Css Color HEX #E367D7 Free Speech Magenta
📋 copy color: '#E367D7'red 227 ◦ green 103 ◦ blue 215
Shades of Free Speech Magenta #E367D7
Tints of Free Speech Magenta #E367D7
RGB
CMYK
RGB Variations
Color information
#E367D7 (or 0xE367D7) is known color: Free Speech Magenta. HEX triplet: E3, 67 and D7. RGB value is (227,103,215). Sum of RGB (Red+Green+Blue) = 227+103+215=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E367D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E367D7 is #1C9828. Grayscale: #989898. Windows color (decimal): -1873961 or 14116835. OLE color: 14116835.
HSL color Cylindrical-coordinate representation of color #E367D7: hue angle of 305.81º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E367D7 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 103 | 215 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.11 |
| HSL | 305.81º | 0.69% | 0.65% | - |
| HSV(B) | 305.81º | 0.55% | 0.89% | - |
| XYZ | 48.79 | 30.94 | 67.69 | - |
| YUV | 152.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 103 | 215 | 0 | 0.55 | 0.05 | 0.11 | 305.81 | 0.69 | 0.65 |
| Hex | E3 | 67 | D7 | 0 | 37 | 5 | B | 132 | 45 | 41 |
| Octal | 343 | 147 | 327 | 0 | 67 | 5 | 13 | 462 | 105 | 101 |
| Binary | 11100011 | 1100111 | 11010111 | 0 | 110111 | 101 | 1011 | 100110010 | 1000101 | 1000001 |
Color Harmonies of #E367D7
Complementary color
Monochromatic Colors of #E367D7
Black with #E367D7
Text Example
Text Example
White with #E367D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E367D7; }
p { color: rgb(227,103,215); }
H1.HeaderClassName
{
color: #E367D7;
}
.AnyTagClassName
{
color: #E367D7;
}
</style>
background-color css
<style>
a { background-color: #E367D7; }
a { background-color: rgb(227,103,215); }
div.DivClassName
{
background-color: #E367D7;
}
.BgClassName
{
background-color: #E367D7;
}
</style>
border-color css
<style>
span { border-color: #E367D7; }
span { border-color: rgb(227,103,215); }
td.TdClassName
{
border-color: #E367D7;
}
.TagClassName
{
border-color: #E367D7;
}
</style>