Html Css Color HEX #E467D2 Free Speech Magenta
📋 copy color: '#E467D2'red 228 ◦ green 103 ◦ blue 210
Shades of Free Speech Magenta #E467D2
Tints of Free Speech Magenta #E467D2
RGB
CMYK
RGB Variations
Color information
#E467D2 (or 0xE467D2) is known color: Free Speech Magenta. HEX triplet: E4, 67 and D2. RGB value is (228,103,210). Sum of RGB (Red+Green+Blue) = 228+103+210=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E467D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E467D2 is #1B982D. Grayscale: #989898. Windows color (decimal): -1808430 or 13789156. OLE color: 13789156.
HSL color Cylindrical-coordinate representation of color #E467D2: hue angle of 308.64º 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 #E467D2 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 103 | 210 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.11 |
| HSL | 308.64º | 0.7% | 0.65% | - |
| HSV(B) | 308.64º | 0.55% | 0.89% | - |
| XYZ | 48.48 | 30.85 | 64.37 | - |
| YUV | 152.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 103 | 210 | 0 | 0.55 | 0.08 | 0.11 | 308.64 | 0.7 | 0.65 |
| Hex | E4 | 67 | D2 | 0 | 37 | 8 | B | 135 | 46 | 41 |
| Octal | 344 | 147 | 322 | 0 | 67 | 10 | 13 | 465 | 106 | 101 |
| Binary | 11100100 | 1100111 | 11010010 | 0 | 110111 | 1000 | 1011 | 100110101 | 1000110 | 1000001 |
Color Harmonies of #E467D2
Complementary color
Monochromatic Colors of #E467D2
Black with #E467D2
Text Example
Text Example
White with #E467D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E467D2; }
p { color: rgb(228,103,210); }
H1.HeaderClassName
{
color: #E467D2;
}
.AnyTagClassName
{
color: #E467D2;
}
</style>
background-color css
<style>
a { background-color: #E467D2; }
a { background-color: rgb(228,103,210); }
div.DivClassName
{
background-color: #E467D2;
}
.BgClassName
{
background-color: #E467D2;
}
</style>
border-color css
<style>
span { border-color: #E467D2; }
span { border-color: rgb(228,103,210); }
td.TdClassName
{
border-color: #E467D2;
}
.TagClassName
{
border-color: #E467D2;
}
</style>