Html Css Color HEX #E755CB Free Speech Magenta
📋 copy color: '#E755CB'red 231 ◦ green 85 ◦ blue 203
Shades of Free Speech Magenta #E755CB
Tints of Free Speech Magenta #E755CB
RGB
CMYK
RGB Variations
Color information
#E755CB (or 0xE755CB) is known color: Free Speech Magenta. HEX triplet: E7, 55 and CB. RGB value is (231,85,203). Sum of RGB (Red+Green+Blue) = 231+85+203=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E755CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E755CB is #18AA34. Grayscale: #8D8D8D. Windows color (decimal): -1616437 or 13325799. OLE color: 13325799.
HSL color Cylindrical-coordinate representation of color #E755CB: hue angle of 311.51º 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 #E755CB is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 203 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.09 |
| HSL | 311.51º | 0.75% | 0.62% | - |
| HSV(B) | 311.51º | 0.63% | 0.91% | - |
| XYZ | 46.98 | 27.8 | 59.39 | - |
| YUV | 142.11 | 162.37 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 203 | 0 | 0.63 | 0.12 | 0.09 | 311.51 | 0.75 | 0.62 |
| Hex | E7 | 55 | CB | 0 | 3F | C | 9 | 138 | 4B | 3E |
| Octal | 347 | 125 | 313 | 0 | 77 | 14 | 11 | 470 | 113 | 76 |
| Binary | 11100111 | 1010101 | 11001011 | 0 | 111111 | 1100 | 1001 | 100111000 | 1001011 | 111110 |
Color Harmonies of #E755CB
Complementary color
Monochromatic Colors of #E755CB
Black with #E755CB
Text Example
Text Example
White with #E755CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E755CB; }
p { color: rgb(231,85,203); }
H1.HeaderClassName
{
color: #E755CB;
}
.AnyTagClassName
{
color: #E755CB;
}
</style>
background-color css
<style>
a { background-color: #E755CB; }
a { background-color: rgb(231,85,203); }
div.DivClassName
{
background-color: #E755CB;
}
.BgClassName
{
background-color: #E755CB;
}
</style>
border-color css
<style>
span { border-color: #E755CB; }
span { border-color: rgb(231,85,203); }
td.TdClassName
{
border-color: #E755CB;
}
.TagClassName
{
border-color: #E755CB;
}
</style>