Html Css Color HEX #E255CF Free Speech Magenta
📋 copy color: '#E255CF'red 226 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #E255CF
Tints of Free Speech Magenta #E255CF
RGB
CMYK
RGB Variations
Color information
#E255CF (or 0xE255CF) is known color: Free Speech Magenta. HEX triplet: E2, 55 and CF. RGB value is (226,85,207). Sum of RGB (Red+Green+Blue) = 226+85+207=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E255CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255CF is #1DAA30. Grayscale: #8C8C8C. Windows color (decimal): -1944113 or 13587938. OLE color: 13587938.
HSL color Cylindrical-coordinate representation of color #E255CF: hue angle of 308.09º 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 #E255CF is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 207 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.11 |
| HSL | 308.09º | 0.71% | 0.61% | - |
| HSV(B) | 308.09º | 0.62% | 0.89% | - |
| XYZ | 45.88 | 27.17 | 61.86 | - |
| YUV | 141.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 207 | 0 | 0.62 | 0.08 | 0.11 | 308.09 | 0.71 | 0.61 |
| Hex | E2 | 55 | CF | 0 | 3E | 8 | B | 134 | 47 | 3D |
| Octal | 342 | 125 | 317 | 0 | 76 | 10 | 13 | 464 | 107 | 75 |
| Binary | 11100010 | 1010101 | 11001111 | 0 | 111110 | 1000 | 1011 | 100110100 | 1000111 | 111101 |
Color Harmonies of #E255CF
Complementary color
Monochromatic Colors of #E255CF
Black with #E255CF
Text Example
Text Example
White with #E255CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255CF; }
p { color: rgb(226,85,207); }
H1.HeaderClassName
{
color: #E255CF;
}
.AnyTagClassName
{
color: #E255CF;
}
</style>
background-color css
<style>
a { background-color: #E255CF; }
a { background-color: rgb(226,85,207); }
div.DivClassName
{
background-color: #E255CF;
}
.BgClassName
{
background-color: #E255CF;
}
</style>
border-color css
<style>
span { border-color: #E255CF; }
span { border-color: rgb(226,85,207); }
td.TdClassName
{
border-color: #E255CF;
}
.TagClassName
{
border-color: #E255CF;
}
</style>