Html Css Color HEX #E75ECB Free Speech Magenta
📋 copy color: '#E75ECB'red 231 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #E75ECB
Tints of Free Speech Magenta #E75ECB
RGB
CMYK
RGB Variations
Color information
#E75ECB (or 0xE75ECB) is known color: Free Speech Magenta. HEX triplet: E7, 5E and CB. RGB value is (231,94,203). Sum of RGB (Red+Green+Blue) = 231+94+203=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 94 (37.11% from 255 or 17.80% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E75ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75ECB is #18A134. Grayscale: #939393. Windows color (decimal): -1614133 or 13328103. OLE color: 13328103.
HSL color Cylindrical-coordinate representation of color #E75ECB: hue angle of 312.26º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75ECB is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 203 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.09 |
| HSL | 312.26º | 0.74% | 0.64% | - |
| HSV(B) | 312.26º | 0.59% | 0.91% | - |
| XYZ | 47.74 | 29.31 | 59.64 | - |
| YUV | 147.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 203 | 0 | 0.59 | 0.12 | 0.09 | 312.26 | 0.74 | 0.64 |
| Hex | E7 | 5E | CB | 0 | 3B | C | 9 | 138 | 4A | 40 |
| Octal | 347 | 136 | 313 | 0 | 73 | 14 | 11 | 470 | 112 | 100 |
| Binary | 11100111 | 1011110 | 11001011 | 0 | 111011 | 1100 | 1001 | 100111000 | 1001010 | 1000000 |
Color Harmonies of #E75ECB
Complementary color
Monochromatic Colors of #E75ECB
Black with #E75ECB
Text Example
Text Example
White with #E75ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75ECB; }
p { color: rgb(231,94,203); }
H1.HeaderClassName
{
color: #E75ECB;
}
.AnyTagClassName
{
color: #E75ECB;
}
</style>
background-color css
<style>
a { background-color: #E75ECB; }
a { background-color: rgb(231,94,203); }
div.DivClassName
{
background-color: #E75ECB;
}
.BgClassName
{
background-color: #E75ECB;
}
</style>
border-color css
<style>
span { border-color: #E75ECB; }
span { border-color: rgb(231,94,203); }
td.TdClassName
{
border-color: #E75ECB;
}
.TagClassName
{
border-color: #E75ECB;
}
</style>