Html Css Color HEX #E255CE Free Speech Magenta
📋 copy color: '#E255CE'red 226 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #E255CE
Tints of Free Speech Magenta #E255CE
RGB
CMYK
RGB Variations
Color information
#E255CE (or 0xE255CE) is known color: Free Speech Magenta. HEX triplet: E2, 55 and CE. RGB value is (226,85,206). Sum of RGB (Red+Green+Blue) = 226+85+206=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E255CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255CE is #1DAA31. Grayscale: #8C8C8C. Windows color (decimal): -1944114 or 13522402. OLE color: 13522402.
HSL color Cylindrical-coordinate representation of color #E255CE: hue angle of 308.51º 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 #E255CE is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 206 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.11 |
| HSL | 308.51º | 0.71% | 0.61% | - |
| HSV(B) | 308.51º | 0.62% | 0.89% | - |
| XYZ | 45.75 | 27.12 | 61.22 | - |
| YUV | 140.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 206 | 0 | 0.62 | 0.09 | 0.11 | 308.51 | 0.71 | 0.61 |
| Hex | E2 | 55 | CE | 0 | 3E | 9 | B | 135 | 47 | 3D |
| Octal | 342 | 125 | 316 | 0 | 76 | 11 | 13 | 465 | 107 | 75 |
| Binary | 11100010 | 1010101 | 11001110 | 0 | 111110 | 1001 | 1011 | 100110101 | 1000111 | 111101 |
Color Harmonies of #E255CE
Complementary color
Monochromatic Colors of #E255CE
Black with #E255CE
Text Example
Text Example
White with #E255CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255CE; }
p { color: rgb(226,85,206); }
H1.HeaderClassName
{
color: #E255CE;
}
.AnyTagClassName
{
color: #E255CE;
}
</style>
background-color css
<style>
a { background-color: #E255CE; }
a { background-color: rgb(226,85,206); }
div.DivClassName
{
background-color: #E255CE;
}
.BgClassName
{
background-color: #E255CE;
}
</style>
border-color css
<style>
span { border-color: #E255CE; }
span { border-color: rgb(226,85,206); }
td.TdClassName
{
border-color: #E255CE;
}
.TagClassName
{
border-color: #E255CE;
}
</style>