Html Css Color HEX #E654C5 Free Speech Magenta
📋 copy color: '#E654C5'red 230 ◦ green 84 ◦ blue 197
Shades of Free Speech Magenta #E654C5
Tints of Free Speech Magenta #E654C5
RGB
CMYK
RGB Variations
Color information
#E654C5 (or 0xE654C5) is known color: Free Speech Magenta. HEX triplet: E6, 54 and C5. RGB value is (230,84,197). Sum of RGB (Red+Green+Blue) = 230+84+197=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E654C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E654C5 is #19AB3A. Grayscale: #8C8C8C. Windows color (decimal): -1682235 or 12932326. OLE color: 12932326.
HSL color Cylindrical-coordinate representation of color #E654C5: hue angle of 313.56º 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 #E654C5 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 197 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.10 |
| HSL | 313.56º | 0.74% | 0.62% | - |
| HSV(B) | 313.56º | 0.63% | 0.9% | - |
| XYZ | 45.88 | 27.19 | 55.65 | - |
| YUV | 140.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 197 | 0 | 0.63 | 0.14 | 0.10 | 313.56 | 0.74 | 0.62 |
| Hex | E6 | 54 | C5 | 0 | 3F | E | A | 13A | 4A | 3E |
| Octal | 346 | 124 | 305 | 0 | 77 | 16 | 12 | 472 | 112 | 76 |
| Binary | 11100110 | 1010100 | 11000101 | 0 | 111111 | 1110 | 1010 | 100111010 | 1001010 | 111110 |
Color Harmonies of #E654C5
Complementary color
Monochromatic Colors of #E654C5
Black with #E654C5
Text Example
Text Example
White with #E654C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E654C5; }
p { color: rgb(230,84,197); }
H1.HeaderClassName
{
color: #E654C5;
}
.AnyTagClassName
{
color: #E654C5;
}
</style>
background-color css
<style>
a { background-color: #E654C5; }
a { background-color: rgb(230,84,197); }
div.DivClassName
{
background-color: #E654C5;
}
.BgClassName
{
background-color: #E654C5;
}
</style>
border-color css
<style>
span { border-color: #E654C5; }
span { border-color: rgb(230,84,197); }
td.TdClassName
{
border-color: #E654C5;
}
.TagClassName
{
border-color: #E654C5;
}
</style>