Html Css Color HEX #E14ACB Free Speech Magenta
📋 copy color: '#E14ACB'red 225 ◦ green 74 ◦ blue 203
Shades of Free Speech Magenta #E14ACB
Tints of Free Speech Magenta #E14ACB
RGB
CMYK
RGB Variations
Color information
#E14ACB (or 0xE14ACB) is known color: Free Speech Magenta. HEX triplet: E1, 4A and CB. RGB value is (225,74,203). Sum of RGB (Red+Green+Blue) = 225+74+203=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14ACB is #1EB534. Grayscale: #858585. Windows color (decimal): -2012469 or 13322977. OLE color: 13322977.
HSL color Cylindrical-coordinate representation of color #E14ACB: hue angle of 308.74º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14ACB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 203 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.12 |
| HSL | 308.74º | 0.72% | 0.59% | - |
| HSV(B) | 308.74º | 0.67% | 0.88% | - |
| XYZ | 44.28 | 25.22 | 59.03 | - |
| YUV | 133.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 203 | 0 | 0.67 | 0.10 | 0.12 | 308.74 | 0.72 | 0.59 |
| Hex | E1 | 4A | CB | 0 | 43 | A | C | 135 | 48 | 3B |
| Octal | 341 | 112 | 313 | 0 | 103 | 12 | 14 | 465 | 110 | 73 |
| Binary | 11100001 | 1001010 | 11001011 | 0 | 1000011 | 1010 | 1100 | 100110101 | 1001000 | 111011 |
Color Harmonies of #E14ACB
Complementary color
Monochromatic Colors of #E14ACB
Black with #E14ACB
Text Example
Text Example
White with #E14ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14ACB; }
p { color: rgb(225,74,203); }
H1.HeaderClassName
{
color: #E14ACB;
}
.AnyTagClassName
{
color: #E14ACB;
}
</style>
background-color css
<style>
a { background-color: #E14ACB; }
a { background-color: rgb(225,74,203); }
div.DivClassName
{
background-color: #E14ACB;
}
.BgClassName
{
background-color: #E14ACB;
}
</style>
border-color css
<style>
span { border-color: #E14ACB; }
span { border-color: rgb(225,74,203); }
td.TdClassName
{
border-color: #E14ACB;
}
.TagClassName
{
border-color: #E14ACB;
}
</style>