Html Css Color HEX #E367DC Free Speech Magenta
📋 copy color: '#E367DC'red 227 ◦ green 103 ◦ blue 220
Shades of Free Speech Magenta #E367DC
Tints of Free Speech Magenta #E367DC
RGB
CMYK
RGB Variations
Color information
#E367DC (or 0xE367DC) is known color: Free Speech Magenta. HEX triplet: E3, 67 and DC. RGB value is (227,103,220). Sum of RGB (Red+Green+Blue) = 227+103+220=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 103 (40.62% from 255 or 18.73% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E367DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E367DC is #1C9823. Grayscale: #999999. Windows color (decimal): -1873956 or 14444515. OLE color: 14444515.
HSL color Cylindrical-coordinate representation of color #E367DC: hue angle of 303.39º 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 #E367DC is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 103 | 220 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.11 |
| HSL | 303.39º | 0.69% | 0.65% | - |
| HSV(B) | 303.39º | 0.55% | 0.89% | - |
| XYZ | 49.45 | 31.2 | 71.13 | - |
| YUV | 153.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 103 | 220 | 0 | 0.55 | 0.03 | 0.11 | 303.39 | 0.69 | 0.65 |
| Hex | E3 | 67 | DC | 0 | 37 | 3 | B | 12F | 45 | 41 |
| Octal | 343 | 147 | 334 | 0 | 67 | 3 | 13 | 457 | 105 | 101 |
| Binary | 11100011 | 1100111 | 11011100 | 0 | 110111 | 11 | 1011 | 100101111 | 1000101 | 1000001 |
Color Harmonies of #E367DC
Complementary color
Monochromatic Colors of #E367DC
Black with #E367DC
Text Example
Text Example
White with #E367DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E367DC; }
p { color: rgb(227,103,220); }
H1.HeaderClassName
{
color: #E367DC;
}
.AnyTagClassName
{
color: #E367DC;
}
</style>
background-color css
<style>
a { background-color: #E367DC; }
a { background-color: rgb(227,103,220); }
div.DivClassName
{
background-color: #E367DC;
}
.BgClassName
{
background-color: #E367DC;
}
</style>
border-color css
<style>
span { border-color: #E367DC; }
span { border-color: rgb(227,103,220); }
td.TdClassName
{
border-color: #E367DC;
}
.TagClassName
{
border-color: #E367DC;
}
</style>