Html Css Color HEX #E75ACB Free Speech Magenta
📋 copy color: '#E75ACB'red 231 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #E75ACB
Tints of Free Speech Magenta #E75ACB
RGB
CMYK
RGB Variations
Color information
#E75ACB (or 0xE75ACB) is known color: Free Speech Magenta. HEX triplet: E7, 5A and CB. RGB value is (231,90,203). Sum of RGB (Red+Green+Blue) = 231+90+203=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ACB is #18A534. Grayscale: #909090. Windows color (decimal): -1615157 or 13327079. OLE color: 13327079.
HSL color Cylindrical-coordinate representation of color #E75ACB: hue angle of 311.91º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75ACB is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 203 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.09 |
| HSL | 311.91º | 0.75% | 0.63% | - |
| HSV(B) | 311.91º | 0.61% | 0.91% | - |
| XYZ | 47.39 | 28.61 | 59.53 | - |
| YUV | 145.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 203 | 0 | 0.61 | 0.12 | 0.09 | 311.91 | 0.75 | 0.63 |
| Hex | E7 | 5A | CB | 0 | 3D | C | 9 | 138 | 4B | 3F |
| Octal | 347 | 132 | 313 | 0 | 75 | 14 | 11 | 470 | 113 | 77 |
| Binary | 11100111 | 1011010 | 11001011 | 0 | 111101 | 1100 | 1001 | 100111000 | 1001011 | 111111 |
Color Harmonies of #E75ACB
Complementary color
Monochromatic Colors of #E75ACB
Black with #E75ACB
Text Example
Text Example
White with #E75ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75ACB; }
p { color: rgb(231,90,203); }
H1.HeaderClassName
{
color: #E75ACB;
}
.AnyTagClassName
{
color: #E75ACB;
}
</style>
background-color css
<style>
a { background-color: #E75ACB; }
a { background-color: rgb(231,90,203); }
div.DivClassName
{
background-color: #E75ACB;
}
.BgClassName
{
background-color: #E75ACB;
}
</style>
border-color css
<style>
span { border-color: #E75ACB; }
span { border-color: rgb(231,90,203); }
td.TdClassName
{
border-color: #E75ACB;
}
.TagClassName
{
border-color: #E75ACB;
}
</style>