Html Css Color HEX #E654E5 Free Speech Magenta
📋 copy color: '#E654E5'red 230 ◦ green 84 ◦ blue 229
Shades of Free Speech Magenta #E654E5
Tints of Free Speech Magenta #E654E5
RGB
CMYK
RGB Variations
Color information
#E654E5 (or 0xE654E5) is known color: Free Speech Magenta. HEX triplet: E6, 54 and E5. RGB value is (230,84,229). Sum of RGB (Red+Green+Blue) = 230+84+229=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 84 (33.20% from 255 or 15.47% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E654E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E654E5 is #19AB1A. Grayscale: #8F8F8F. Windows color (decimal): -1682203 or 15029478. OLE color: 15029478.
HSL color Cylindrical-coordinate representation of color #E654E5: hue angle of 300.41º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E654E5 is Cyan = 0, Magento = 0.63, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 229 | - |
| CMYK | 0 | 0.63 | 0.00 | 0.10 |
| HSL | 300.41º | 0.74% | 0.62% | - |
| HSV(B) | 300.41º | 0.63% | 0.9% | - |
| XYZ | 49.95 | 28.82 | 77.06 | - |
| YUV | 144.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 229 | 0 | 0.63 | 0.00 | 0.10 | 300.41 | 0.74 | 0.62 |
| Hex | E6 | 54 | E5 | 0 | 3F | 0 | A | 12C | 4A | 3E |
| Octal | 346 | 124 | 345 | 0 | 77 | 0 | 12 | 454 | 112 | 76 |
| Binary | 11100110 | 1010100 | 11100101 | 0 | 111111 | 0 | 1010 | 100101100 | 1001010 | 111110 |
Color Harmonies of #E654E5
Complementary color
Monochromatic Colors of #E654E5
Black with #E654E5
Text Example
Text Example
White with #E654E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E654E5; }
p { color: rgb(230,84,229); }
H1.HeaderClassName
{
color: #E654E5;
}
.AnyTagClassName
{
color: #E654E5;
}
</style>
background-color css
<style>
a { background-color: #E654E5; }
a { background-color: rgb(230,84,229); }
div.DivClassName
{
background-color: #E654E5;
}
.BgClassName
{
background-color: #E654E5;
}
</style>
border-color css
<style>
span { border-color: #E654E5; }
span { border-color: rgb(230,84,229); }
td.TdClassName
{
border-color: #E654E5;
}
.TagClassName
{
border-color: #E654E5;
}
</style>