Html Css Color HEX #E466C5 Free Speech Magenta
📋 copy color: '#E466C5'red 228 ◦ green 102 ◦ blue 197
Shades of Free Speech Magenta #E466C5
Tints of Free Speech Magenta #E466C5
RGB
CMYK
RGB Variations
Color information
#E466C5 (or 0xE466C5) is known color: Free Speech Magenta. HEX triplet: E4, 66 and C5. RGB value is (228,102,197). Sum of RGB (Red+Green+Blue) = 228+102+197=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E466C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E466C5 is #1B993A. Grayscale: #969696. Windows color (decimal): -1808699 or 12936932. OLE color: 12936932.
HSL color Cylindrical-coordinate representation of color #E466C5: hue angle of 314.76º 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 #E466C5 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 197 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.11 |
| HSL | 314.76º | 0.7% | 0.65% | - |
| HSV(B) | 314.76º | 0.55% | 0.89% | - |
| XYZ | 46.82 | 30.03 | 56.15 | - |
| YUV | 150.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 197 | 0 | 0.55 | 0.14 | 0.11 | 314.76 | 0.7 | 0.65 |
| Hex | E4 | 66 | C5 | 0 | 37 | E | B | 13B | 46 | 41 |
| Octal | 344 | 146 | 305 | 0 | 67 | 16 | 13 | 473 | 106 | 101 |
| Binary | 11100100 | 1100110 | 11000101 | 0 | 110111 | 1110 | 1011 | 100111011 | 1000110 | 1000001 |
Color Harmonies of #E466C5
Complementary color
Monochromatic Colors of #E466C5
Black with #E466C5
Text Example
Text Example
White with #E466C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E466C5; }
p { color: rgb(228,102,197); }
H1.HeaderClassName
{
color: #E466C5;
}
.AnyTagClassName
{
color: #E466C5;
}
</style>
background-color css
<style>
a { background-color: #E466C5; }
a { background-color: rgb(228,102,197); }
div.DivClassName
{
background-color: #E466C5;
}
.BgClassName
{
background-color: #E466C5;
}
</style>
border-color css
<style>
span { border-color: #E466C5; }
span { border-color: rgb(228,102,197); }
td.TdClassName
{
border-color: #E466C5;
}
.TagClassName
{
border-color: #E466C5;
}
</style>