Html Css Color HEX #E14ACF Free Speech Magenta
📋 copy color: '#E14ACF'red 225 ◦ green 74 ◦ blue 207
Shades of Free Speech Magenta #E14ACF
Tints of Free Speech Magenta #E14ACF
RGB
CMYK
RGB Variations
Color information
#E14ACF (or 0xE14ACF) is known color: Free Speech Magenta. HEX triplet: E1, 4A and CF. RGB value is (225,74,207). Sum of RGB (Red+Green+Blue) = 225+74+207=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14ACF is #1EB530. Grayscale: #858585. Windows color (decimal): -2012465 or 13585121. OLE color: 13585121.
HSL color Cylindrical-coordinate representation of color #E14ACF: hue angle of 307.15º 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 #E14ACF is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 207 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.12 |
| HSL | 307.15º | 0.72% | 0.59% | - |
| HSV(B) | 307.15º | 0.67% | 0.88% | - |
| XYZ | 44.76 | 25.41 | 61.58 | - |
| YUV | 134.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 207 | 0 | 0.67 | 0.08 | 0.12 | 307.15 | 0.72 | 0.59 |
| Hex | E1 | 4A | CF | 0 | 43 | 8 | C | 133 | 48 | 3B |
| Octal | 341 | 112 | 317 | 0 | 103 | 10 | 14 | 463 | 110 | 73 |
| Binary | 11100001 | 1001010 | 11001111 | 0 | 1000011 | 1000 | 1100 | 100110011 | 1001000 | 111011 |
Color Harmonies of #E14ACF
Complementary color
Monochromatic Colors of #E14ACF
Black with #E14ACF
Text Example
Text Example
White with #E14ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14ACF; }
p { color: rgb(225,74,207); }
H1.HeaderClassName
{
color: #E14ACF;
}
.AnyTagClassName
{
color: #E14ACF;
}
</style>
background-color css
<style>
a { background-color: #E14ACF; }
a { background-color: rgb(225,74,207); }
div.DivClassName
{
background-color: #E14ACF;
}
.BgClassName
{
background-color: #E14ACF;
}
</style>
border-color css
<style>
span { border-color: #E14ACF; }
span { border-color: rgb(225,74,207); }
td.TdClassName
{
border-color: #E14ACF;
}
.TagClassName
{
border-color: #E14ACF;
}
</style>