Html Css Color HEX #E467DE Free Speech Magenta
📋 copy color: '#E467DE'red 228 ◦ green 103 ◦ blue 222
Shades of Free Speech Magenta #E467DE
Tints of Free Speech Magenta #E467DE
RGB
CMYK
RGB Variations
Color information
#E467DE (or 0xE467DE) is known color: Free Speech Magenta. HEX triplet: E4, 67 and DE. RGB value is (228,103,222). Sum of RGB (Red+Green+Blue) = 228+103+222=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 103 (40.62% from 255 or 18.63% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E467DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E467DE is #1B9821. Grayscale: #999999. Windows color (decimal): -1808418 or 14575588. OLE color: 14575588.
HSL color Cylindrical-coordinate representation of color #E467DE: hue angle of 302.88º degrees, saturation: 0.7, 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 #E467DE is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 103 | 222 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.11 |
| HSL | 302.88º | 0.7% | 0.65% | - |
| HSV(B) | 302.88º | 0.55% | 0.89% | - |
| XYZ | 50.03 | 31.47 | 72.54 | - |
| YUV | 153.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 103 | 222 | 0 | 0.55 | 0.03 | 0.11 | 302.88 | 0.7 | 0.65 |
| Hex | E4 | 67 | DE | 0 | 37 | 3 | B | 12F | 46 | 41 |
| Octal | 344 | 147 | 336 | 0 | 67 | 3 | 13 | 457 | 106 | 101 |
| Binary | 11100100 | 1100111 | 11011110 | 0 | 110111 | 11 | 1011 | 100101111 | 1000110 | 1000001 |
Color Harmonies of #E467DE
Complementary color
Monochromatic Colors of #E467DE
Black with #E467DE
Text Example
Text Example
White with #E467DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E467DE; }
p { color: rgb(228,103,222); }
H1.HeaderClassName
{
color: #E467DE;
}
.AnyTagClassName
{
color: #E467DE;
}
</style>
background-color css
<style>
a { background-color: #E467DE; }
a { background-color: rgb(228,103,222); }
div.DivClassName
{
background-color: #E467DE;
}
.BgClassName
{
background-color: #E467DE;
}
</style>
border-color css
<style>
span { border-color: #E467DE; }
span { border-color: rgb(228,103,222); }
td.TdClassName
{
border-color: #E467DE;
}
.TagClassName
{
border-color: #E467DE;
}
</style>