Html Css Color HEX #E255DE Free Speech Magenta
📋 copy color: '#E255DE'red 226 ◦ green 85 ◦ blue 222
Shades of Free Speech Magenta #E255DE
Tints of Free Speech Magenta #E255DE
RGB
CMYK
RGB Variations
Color information
#E255DE (or 0xE255DE) is known color: Free Speech Magenta. HEX triplet: E2, 55 and DE. RGB value is (226,85,222). Sum of RGB (Red+Green+Blue) = 226+85+222=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E255DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255DE is #1DAA21. Grayscale: #8E8E8E. Windows color (decimal): -1944098 or 14570978. OLE color: 14570978.
HSL color Cylindrical-coordinate representation of color #E255DE: hue angle of 301.7º 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 #E255DE is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 222 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.11 |
| HSL | 301.7º | 0.71% | 0.61% | - |
| HSV(B) | 301.7º | 0.62% | 0.89% | - |
| XYZ | 47.8 | 27.94 | 71.98 | - |
| YUV | 142.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 222 | 0 | 0.62 | 0.02 | 0.11 | 301.7 | 0.71 | 0.61 |
| Hex | E2 | 55 | DE | 0 | 3E | 2 | B | 12E | 47 | 3D |
| Octal | 342 | 125 | 336 | 0 | 76 | 2 | 13 | 456 | 107 | 75 |
| Binary | 11100010 | 1010101 | 11011110 | 0 | 111110 | 10 | 1011 | 100101110 | 1000111 | 111101 |
Color Harmonies of #E255DE
Complementary color
Monochromatic Colors of #E255DE
Black with #E255DE
Text Example
Text Example
White with #E255DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255DE; }
p { color: rgb(226,85,222); }
H1.HeaderClassName
{
color: #E255DE;
}
.AnyTagClassName
{
color: #E255DE;
}
</style>
background-color css
<style>
a { background-color: #E255DE; }
a { background-color: rgb(226,85,222); }
div.DivClassName
{
background-color: #E255DE;
}
.BgClassName
{
background-color: #E255DE;
}
</style>
border-color css
<style>
span { border-color: #E255DE; }
span { border-color: rgb(226,85,222); }
td.TdClassName
{
border-color: #E255DE;
}
.TagClassName
{
border-color: #E255DE;
}
</style>