Html Css Color HEX #E74ACB Free Speech Magenta
📋 copy color: '#E74ACB'red 231 ◦ green 74 ◦ blue 203
Shades of Free Speech Magenta #E74ACB
Tints of Free Speech Magenta #E74ACB
RGB
CMYK
RGB Variations
Color information
#E74ACB (or 0xE74ACB) is known color: Free Speech Magenta. HEX triplet: E7, 4A and CB. RGB value is (231,74,203). Sum of RGB (Red+Green+Blue) = 231+74+203=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E74ACB is #18B534. Grayscale: #878787. Windows color (decimal): -1619253 or 13322983. OLE color: 13322983.
HSL color Cylindrical-coordinate representation of color #E74ACB: hue angle of 310.7º degrees, saturation: 0.77, 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 #E74ACB is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 74 | 203 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.09 |
| HSL | 310.7º | 0.77% | 0.6% | - |
| HSV(B) | 310.7º | 0.68% | 0.91% | - |
| XYZ | 46.18 | 26.2 | 59.12 | - |
| YUV | 135.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 74 | 203 | 0 | 0.68 | 0.12 | 0.09 | 310.7 | 0.77 | 0.6 |
| Hex | E7 | 4A | CB | 0 | 44 | C | 9 | 137 | 4D | 3C |
| Octal | 347 | 112 | 313 | 0 | 104 | 14 | 11 | 467 | 115 | 74 |
| Binary | 11100111 | 1001010 | 11001011 | 0 | 1000100 | 1100 | 1001 | 100110111 | 1001101 | 111100 |
Color Harmonies of #E74ACB
Complementary color
Monochromatic Colors of #E74ACB
Black with #E74ACB
Text Example
Text Example
White with #E74ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ACB; }
p { color: rgb(231,74,203); }
H1.HeaderClassName
{
color: #E74ACB;
}
.AnyTagClassName
{
color: #E74ACB;
}
</style>
background-color css
<style>
a { background-color: #E74ACB; }
a { background-color: rgb(231,74,203); }
div.DivClassName
{
background-color: #E74ACB;
}
.BgClassName
{
background-color: #E74ACB;
}
</style>
border-color css
<style>
span { border-color: #E74ACB; }
span { border-color: rgb(231,74,203); }
td.TdClassName
{
border-color: #E74ACB;
}
.TagClassName
{
border-color: #E74ACB;
}
</style>