Html Css Color HEX #E755CE Free Speech Magenta
📋 copy color: '#E755CE'red 231 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #E755CE
Tints of Free Speech Magenta #E755CE
RGB
CMYK
RGB Variations
Color information
#E755CE (or 0xE755CE) is known color: Free Speech Magenta. HEX triplet: E7, 55 and CE. RGB value is (231,85,206). Sum of RGB (Red+Green+Blue) = 231+85+206=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E755CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755CE is #18AA31. Grayscale: #8E8E8E. Windows color (decimal): -1616434 or 13522407. OLE color: 13522407.
HSL color Cylindrical-coordinate representation of color #E755CE: hue angle of 310.27º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E755CE is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 206 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.09 |
| HSL | 310.27º | 0.75% | 0.62% | - |
| HSV(B) | 310.27º | 0.63% | 0.91% | - |
| XYZ | 47.34 | 27.94 | 61.29 | - |
| YUV | 142.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 206 | 0 | 0.63 | 0.11 | 0.09 | 310.27 | 0.75 | 0.62 |
| Hex | E7 | 55 | CE | 0 | 3F | B | 9 | 136 | 4B | 3E |
| Octal | 347 | 125 | 316 | 0 | 77 | 13 | 11 | 466 | 113 | 76 |
| Binary | 11100111 | 1010101 | 11001110 | 0 | 111111 | 1011 | 1001 | 100110110 | 1001011 | 111110 |
Color Harmonies of #E755CE
Complementary color
Monochromatic Colors of #E755CE
Black with #E755CE
Text Example
Text Example
White with #E755CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755CE; }
p { color: rgb(231,85,206); }
H1.HeaderClassName
{
color: #E755CE;
}
.AnyTagClassName
{
color: #E755CE;
}
</style>
background-color css
<style>
a { background-color: #E755CE; }
a { background-color: rgb(231,85,206); }
div.DivClassName
{
background-color: #E755CE;
}
.BgClassName
{
background-color: #E755CE;
}
</style>
border-color css
<style>
span { border-color: #E755CE; }
span { border-color: rgb(231,85,206); }
td.TdClassName
{
border-color: #E755CE;
}
.TagClassName
{
border-color: #E755CE;
}
</style>