Html Css Color HEX #E367DD Free Speech Magenta
📋 copy color: '#E367DD'red 227 ◦ green 103 ◦ blue 221
Shades of Free Speech Magenta #E367DD
Tints of Free Speech Magenta #E367DD
RGB
CMYK
RGB Variations
Color information
#E367DD (or 0xE367DD) is known color: Free Speech Magenta. HEX triplet: E3, 67 and DD. RGB value is (227,103,221). Sum of RGB (Red+Green+Blue) = 227+103+221=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E367DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E367DD is #1C9822. Grayscale: #999999. Windows color (decimal): -1873955 or 14510051. OLE color: 14510051.
HSL color Cylindrical-coordinate representation of color #E367DD: hue angle of 302.9º 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 #E367DD is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 103 | 221 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.11 |
| HSL | 302.9º | 0.69% | 0.65% | - |
| HSV(B) | 302.9º | 0.55% | 0.89% | - |
| XYZ | 49.58 | 31.25 | 71.83 | - |
| YUV | 153.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 103 | 221 | 0 | 0.55 | 0.03 | 0.11 | 302.9 | 0.69 | 0.65 |
| Hex | E3 | 67 | DD | 0 | 37 | 3 | B | 12F | 45 | 41 |
| Octal | 343 | 147 | 335 | 0 | 67 | 3 | 13 | 457 | 105 | 101 |
| Binary | 11100011 | 1100111 | 11011101 | 0 | 110111 | 11 | 1011 | 100101111 | 1000101 | 1000001 |
Color Harmonies of #E367DD
Complementary color
Monochromatic Colors of #E367DD
Black with #E367DD
Text Example
Text Example
White with #E367DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E367DD; }
p { color: rgb(227,103,221); }
H1.HeaderClassName
{
color: #E367DD;
}
.AnyTagClassName
{
color: #E367DD;
}
</style>
background-color css
<style>
a { background-color: #E367DD; }
a { background-color: rgb(227,103,221); }
div.DivClassName
{
background-color: #E367DD;
}
.BgClassName
{
background-color: #E367DD;
}
</style>
border-color css
<style>
span { border-color: #E367DD; }
span { border-color: rgb(227,103,221); }
td.TdClassName
{
border-color: #E367DD;
}
.TagClassName
{
border-color: #E367DD;
}
</style>