Html Css Color HEX #E255DA Free Speech Magenta
📋 copy color: '#E255DA'red 226 ◦ green 85 ◦ blue 218
Shades of Free Speech Magenta #E255DA
Tints of Free Speech Magenta #E255DA
RGB
CMYK
RGB Variations
Color information
#E255DA (or 0xE255DA) is known color: Free Speech Magenta. HEX triplet: E2, 55 and DA. RGB value is (226,85,218). Sum of RGB (Red+Green+Blue) = 226+85+218=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 85 (33.59% from 255 or 16.07% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E255DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255DA is #1DAA25. Grayscale: #8D8D8D. Windows color (decimal): -1944102 or 14308834. OLE color: 14308834.
HSL color Cylindrical-coordinate representation of color #E255DA: hue angle of 303.4º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E255DA is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 218 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.11 |
| HSL | 303.4º | 0.71% | 0.61% | - |
| HSV(B) | 303.4º | 0.62% | 0.89% | - |
| XYZ | 47.27 | 27.73 | 69.19 | - |
| YUV | 142.32 | 170.71 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 218 | 0 | 0.62 | 0.04 | 0.11 | 303.4 | 0.71 | 0.61 |
| Hex | E2 | 55 | DA | 0 | 3E | 4 | B | 12F | 47 | 3D |
| Octal | 342 | 125 | 332 | 0 | 76 | 4 | 13 | 457 | 107 | 75 |
| Binary | 11100010 | 1010101 | 11011010 | 0 | 111110 | 100 | 1011 | 100101111 | 1000111 | 111101 |
Color Harmonies of #E255DA
Complementary color
Monochromatic Colors of #E255DA
Black with #E255DA
Text Example
Text Example
White with #E255DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255DA; }
p { color: rgb(226,85,218); }
H1.HeaderClassName
{
color: #E255DA;
}
.AnyTagClassName
{
color: #E255DA;
}
</style>
background-color css
<style>
a { background-color: #E255DA; }
a { background-color: rgb(226,85,218); }
div.DivClassName
{
background-color: #E255DA;
}
.BgClassName
{
background-color: #E255DA;
}
</style>
border-color css
<style>
span { border-color: #E255DA; }
span { border-color: rgb(226,85,218); }
td.TdClassName
{
border-color: #E255DA;
}
.TagClassName
{
border-color: #E255DA;
}
</style>