Html Css Color HEX #E654C0 Free Speech Magenta
📋 copy color: '#E654C0'red 230 ◦ green 84 ◦ blue 192
Shades of Free Speech Magenta #E654C0
Tints of Free Speech Magenta #E654C0
RGB
CMYK
RGB Variations
Color information
#E654C0 (or 0xE654C0) is known color: Free Speech Magenta. HEX triplet: E6, 54 and C0. RGB value is (230,84,192). Sum of RGB (Red+Green+Blue) = 230+84+192=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 84 (33.20% from 255 or 16.60% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E654C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E654C0 is #19AB3F. Grayscale: #8B8B8B. Windows color (decimal): -1682240 or 12604646. OLE color: 12604646.
HSL color Cylindrical-coordinate representation of color #E654C0: hue angle of 315.62º 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 #E654C0 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 192 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.10 |
| HSL | 315.62º | 0.74% | 0.62% | - |
| HSV(B) | 315.62º | 0.63% | 0.9% | - |
| XYZ | 45.32 | 26.97 | 52.69 | - |
| YUV | 139.97 | 157.37 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 192 | 0 | 0.63 | 0.17 | 0.10 | 315.62 | 0.74 | 0.62 |
| Hex | E6 | 54 | C0 | 0 | 3F | 11 | A | 13C | 4A | 3E |
| Octal | 346 | 124 | 300 | 0 | 77 | 21 | 12 | 474 | 112 | 76 |
| Binary | 11100110 | 1010100 | 11000000 | 0 | 111111 | 10001 | 1010 | 100111100 | 1001010 | 111110 |
Color Harmonies of #E654C0
Complementary color
Monochromatic Colors of #E654C0
Black with #E654C0
Text Example
Text Example
White with #E654C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E654C0; }
p { color: rgb(230,84,192); }
H1.HeaderClassName
{
color: #E654C0;
}
.AnyTagClassName
{
color: #E654C0;
}
</style>
background-color css
<style>
a { background-color: #E654C0; }
a { background-color: rgb(230,84,192); }
div.DivClassName
{
background-color: #E654C0;
}
.BgClassName
{
background-color: #E654C0;
}
</style>
border-color css
<style>
span { border-color: #E654C0; }
span { border-color: rgb(230,84,192); }
td.TdClassName
{
border-color: #E654C0;
}
.TagClassName
{
border-color: #E654C0;
}
</style>