Html Css Color HEX #E14ACC Free Speech Magenta
📋 copy color: '#E14ACC'red 225 ◦ green 74 ◦ blue 204
Shades of Free Speech Magenta #E14ACC
Tints of Free Speech Magenta #E14ACC
RGB
CMYK
RGB Variations
Color information
#E14ACC (or 0xE14ACC) is known color: Free Speech Magenta. HEX triplet: E1, 4A and CC. RGB value is (225,74,204). Sum of RGB (Red+Green+Blue) = 225+74+204=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E14ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14ACC is #1EB533. Grayscale: #858585. Windows color (decimal): -2012468 or 13388513. OLE color: 13388513.
HSL color Cylindrical-coordinate representation of color #E14ACC: hue angle of 308.34º 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 #E14ACC is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 204 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.12 |
| HSL | 308.34º | 0.72% | 0.59% | - |
| HSV(B) | 308.34º | 0.67% | 0.88% | - |
| XYZ | 44.4 | 25.26 | 59.66 | - |
| YUV | 133.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 204 | 0 | 0.67 | 0.09 | 0.12 | 308.34 | 0.72 | 0.59 |
| Hex | E1 | 4A | CC | 0 | 43 | 9 | C | 134 | 48 | 3B |
| Octal | 341 | 112 | 314 | 0 | 103 | 11 | 14 | 464 | 110 | 73 |
| Binary | 11100001 | 1001010 | 11001100 | 0 | 1000011 | 1001 | 1100 | 100110100 | 1001000 | 111011 |
Color Harmonies of #E14ACC
Complementary color
Monochromatic Colors of #E14ACC
Black with #E14ACC
Text Example
Text Example
White with #E14ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14ACC; }
p { color: rgb(225,74,204); }
H1.HeaderClassName
{
color: #E14ACC;
}
.AnyTagClassName
{
color: #E14ACC;
}
</style>
background-color css
<style>
a { background-color: #E14ACC; }
a { background-color: rgb(225,74,204); }
div.DivClassName
{
background-color: #E14ACC;
}
.BgClassName
{
background-color: #E14ACC;
}
</style>
border-color css
<style>
span { border-color: #E14ACC; }
span { border-color: rgb(225,74,204); }
td.TdClassName
{
border-color: #E14ACC;
}
.TagClassName
{
border-color: #E14ACC;
}
</style>