Html Css Color HEX #E655CC Free Speech Magenta
📋 copy color: '#E655CC'red 230 ◦ green 85 ◦ blue 204
Shades of Free Speech Magenta #E655CC
Tints of Free Speech Magenta #E655CC
RGB
CMYK
RGB Variations
Color information
#E655CC (or 0xE655CC) is known color: Free Speech Magenta. HEX triplet: E6, 55 and CC. RGB value is (230,85,204). Sum of RGB (Red+Green+Blue) = 230+85+204=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E655CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E655CC is #19AA33. Grayscale: #8D8D8D. Windows color (decimal): -1681972 or 13391334. OLE color: 13391334.
HSL color Cylindrical-coordinate representation of color #E655CC: hue angle of 310.76º 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 #E655CC is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 204 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.10 |
| HSL | 310.76º | 0.74% | 0.62% | - |
| HSV(B) | 310.76º | 0.63% | 0.9% | - |
| XYZ | 46.78 | 27.68 | 60 | - |
| YUV | 141.92 | 163.04 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 204 | 0 | 0.63 | 0.11 | 0.10 | 310.76 | 0.74 | 0.62 |
| Hex | E6 | 55 | CC | 0 | 3F | B | A | 137 | 4A | 3E |
| Octal | 346 | 125 | 314 | 0 | 77 | 13 | 12 | 467 | 112 | 76 |
| Binary | 11100110 | 1010101 | 11001100 | 0 | 111111 | 1011 | 1010 | 100110111 | 1001010 | 111110 |
Color Harmonies of #E655CC
Complementary color
Monochromatic Colors of #E655CC
Black with #E655CC
Text Example
Text Example
White with #E655CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655CC; }
p { color: rgb(230,85,204); }
H1.HeaderClassName
{
color: #E655CC;
}
.AnyTagClassName
{
color: #E655CC;
}
</style>
background-color css
<style>
a { background-color: #E655CC; }
a { background-color: rgb(230,85,204); }
div.DivClassName
{
background-color: #E655CC;
}
.BgClassName
{
background-color: #E655CC;
}
</style>
border-color css
<style>
span { border-color: #E655CC; }
span { border-color: rgb(230,85,204); }
td.TdClassName
{
border-color: #E655CC;
}
.TagClassName
{
border-color: #E655CC;
}
</style>