Html Css Color HEX #E257CF Free Speech Magenta
📋 copy color: '#E257CF'red 226 ◦ green 87 ◦ blue 207
Shades of Free Speech Magenta #E257CF
Tints of Free Speech Magenta #E257CF
RGB
CMYK
RGB Variations
Color information
#E257CF (or 0xE257CF) is known color: Free Speech Magenta. HEX triplet: E2, 57 and CF. RGB value is (226,87,207). Sum of RGB (Red+Green+Blue) = 226+87+207=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E257CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E257CF is #1DA830. Grayscale: #8D8D8D. Windows color (decimal): -1943601 or 13588450. OLE color: 13588450.
HSL color Cylindrical-coordinate representation of color #E257CF: hue angle of 308.2º 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 #E257CF is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 207 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.11 |
| HSL | 308.2º | 0.71% | 0.61% | - |
| HSV(B) | 308.2º | 0.62% | 0.89% | - |
| XYZ | 46.03 | 27.49 | 61.91 | - |
| YUV | 142.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 207 | 0 | 0.62 | 0.08 | 0.11 | 308.2 | 0.71 | 0.61 |
| Hex | E2 | 57 | CF | 0 | 3E | 8 | B | 134 | 47 | 3D |
| Octal | 342 | 127 | 317 | 0 | 76 | 10 | 13 | 464 | 107 | 75 |
| Binary | 11100010 | 1010111 | 11001111 | 0 | 111110 | 1000 | 1011 | 100110100 | 1000111 | 111101 |
Color Harmonies of #E257CF
Complementary color
Monochromatic Colors of #E257CF
Black with #E257CF
Text Example
Text Example
White with #E257CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E257CF; }
p { color: rgb(226,87,207); }
H1.HeaderClassName
{
color: #E257CF;
}
.AnyTagClassName
{
color: #E257CF;
}
</style>
background-color css
<style>
a { background-color: #E257CF; }
a { background-color: rgb(226,87,207); }
div.DivClassName
{
background-color: #E257CF;
}
.BgClassName
{
background-color: #E257CF;
}
</style>
border-color css
<style>
span { border-color: #E257CF; }
span { border-color: rgb(226,87,207); }
td.TdClassName
{
border-color: #E257CF;
}
.TagClassName
{
border-color: #E257CF;
}
</style>