Html Css Color HEX #E74BCE Free Speech Magenta
📋 copy color: '#E74BCE'red 231 ◦ green 75 ◦ blue 206
Shades of Free Speech Magenta #E74BCE
Tints of Free Speech Magenta #E74BCE
RGB
CMYK
RGB Variations
Color information
#E74BCE (or 0xE74BCE) is known color: Free Speech Magenta. HEX triplet: E7, 4B and CE. RGB value is (231,75,206). Sum of RGB (Red+Green+Blue) = 231+75+206=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E74BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74BCE is #18B431. Grayscale: #888888. Windows color (decimal): -1618994 or 13519847. OLE color: 13519847.
HSL color Cylindrical-coordinate representation of color #E74BCE: hue angle of 309.62º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74BCE is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 75 | 206 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.09 |
| HSL | 309.62º | 0.76% | 0.6% | - |
| HSV(B) | 309.62º | 0.68% | 0.91% | - |
| XYZ | 46.61 | 26.48 | 61.05 | - |
| YUV | 136.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 75 | 206 | 0 | 0.68 | 0.11 | 0.09 | 309.62 | 0.76 | 0.6 |
| Hex | E7 | 4B | CE | 0 | 44 | B | 9 | 136 | 4C | 3C |
| Octal | 347 | 113 | 316 | 0 | 104 | 13 | 11 | 466 | 114 | 74 |
| Binary | 11100111 | 1001011 | 11001110 | 0 | 1000100 | 1011 | 1001 | 100110110 | 1001100 | 111100 |
Color Harmonies of #E74BCE
Complementary color
Monochromatic Colors of #E74BCE
Black with #E74BCE
Text Example
Text Example
White with #E74BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74BCE; }
p { color: rgb(231,75,206); }
H1.HeaderClassName
{
color: #E74BCE;
}
.AnyTagClassName
{
color: #E74BCE;
}
</style>
background-color css
<style>
a { background-color: #E74BCE; }
a { background-color: rgb(231,75,206); }
div.DivClassName
{
background-color: #E74BCE;
}
.BgClassName
{
background-color: #E74BCE;
}
</style>
border-color css
<style>
span { border-color: #E74BCE; }
span { border-color: rgb(231,75,206); }
td.TdClassName
{
border-color: #E74BCE;
}
.TagClassName
{
border-color: #E74BCE;
}
</style>