Html Css Color HEX #E14BDA Free Speech Magenta
📋 copy color: '#E14BDA'red 225 ◦ green 75 ◦ blue 218
Shades of Free Speech Magenta #E14BDA
Tints of Free Speech Magenta #E14BDA
RGB
CMYK
RGB Variations
Color information
#E14BDA (or 0xE14BDA) is known color: Free Speech Magenta. HEX triplet: E1, 4B and DA. RGB value is (225,75,218). Sum of RGB (Red+Green+Blue) = 225+75+218=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14BDA is #1EB425. Grayscale: #878787. Windows color (decimal): -2012198 or 14306273. OLE color: 14306273.
HSL color Cylindrical-coordinate representation of color #E14BDA: hue angle of 302.8º degrees, saturation: 0.71, 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 #E14BDA is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 218 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.12 |
| HSL | 302.8º | 0.71% | 0.59% | - |
| HSV(B) | 302.8º | 0.67% | 0.88% | - |
| XYZ | 46.22 | 26.1 | 68.93 | - |
| YUV | 136.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 218 | 0 | 0.67 | 0.03 | 0.12 | 302.8 | 0.71 | 0.59 |
| Hex | E1 | 4B | DA | 0 | 43 | 3 | C | 12F | 47 | 3B |
| Octal | 341 | 113 | 332 | 0 | 103 | 3 | 14 | 457 | 107 | 73 |
| Binary | 11100001 | 1001011 | 11011010 | 0 | 1000011 | 11 | 1100 | 100101111 | 1000111 | 111011 |
Color Harmonies of #E14BDA
Complementary color
Monochromatic Colors of #E14BDA
Black with #E14BDA
Text Example
Text Example
White with #E14BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14BDA; }
p { color: rgb(225,75,218); }
H1.HeaderClassName
{
color: #E14BDA;
}
.AnyTagClassName
{
color: #E14BDA;
}
</style>
background-color css
<style>
a { background-color: #E14BDA; }
a { background-color: rgb(225,75,218); }
div.DivClassName
{
background-color: #E14BDA;
}
.BgClassName
{
background-color: #E14BDA;
}
</style>
border-color css
<style>
span { border-color: #E14BDA; }
span { border-color: rgb(225,75,218); }
td.TdClassName
{
border-color: #E14BDA;
}
.TagClassName
{
border-color: #E14BDA;
}
</style>