Html Css Color HEX #E655C3 Free Speech Magenta
📋 copy color: '#E655C3'red 230 ◦ green 85 ◦ blue 195
Shades of Free Speech Magenta #E655C3
Tints of Free Speech Magenta #E655C3
RGB
CMYK
RGB Variations
Color information
#E655C3 (or 0xE655C3) is known color: Free Speech Magenta. HEX triplet: E6, 55 and C3. RGB value is (230,85,195). Sum of RGB (Red+Green+Blue) = 230+85+195=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E655C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655C3 is #19AA3C. Grayscale: #8C8C8C. Windows color (decimal): -1681981 or 12801510. OLE color: 12801510.
HSL color Cylindrical-coordinate representation of color #E655C3: hue angle of 314.48º 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 #E655C3 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 195 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.10 |
| HSL | 314.48º | 0.74% | 0.62% | - |
| HSV(B) | 314.48º | 0.63% | 0.9% | - |
| XYZ | 45.73 | 27.26 | 54.48 | - |
| YUV | 140.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 195 | 0 | 0.63 | 0.15 | 0.10 | 314.48 | 0.74 | 0.62 |
| Hex | E6 | 55 | C3 | 0 | 3F | F | A | 13A | 4A | 3E |
| Octal | 346 | 125 | 303 | 0 | 77 | 17 | 12 | 472 | 112 | 76 |
| Binary | 11100110 | 1010101 | 11000011 | 0 | 111111 | 1111 | 1010 | 100111010 | 1001010 | 111110 |
Color Harmonies of #E655C3
Complementary color
Monochromatic Colors of #E655C3
Black with #E655C3
Text Example
Text Example
White with #E655C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655C3; }
p { color: rgb(230,85,195); }
H1.HeaderClassName
{
color: #E655C3;
}
.AnyTagClassName
{
color: #E655C3;
}
</style>
background-color css
<style>
a { background-color: #E655C3; }
a { background-color: rgb(230,85,195); }
div.DivClassName
{
background-color: #E655C3;
}
.BgClassName
{
background-color: #E655C3;
}
</style>
border-color css
<style>
span { border-color: #E655C3; }
span { border-color: rgb(230,85,195); }
td.TdClassName
{
border-color: #E655C3;
}
.TagClassName
{
border-color: #E655C3;
}
</style>