Html Css Color HEX #E257C2 Free Speech Magenta
📋 copy color: '#E257C2'red 226 ◦ green 87 ◦ blue 194
Shades of Free Speech Magenta #E257C2
Tints of Free Speech Magenta #E257C2
RGB
CMYK
RGB Variations
Color information
#E257C2 (or 0xE257C2) is known color: Free Speech Magenta. HEX triplet: E2, 57 and C2. RGB value is (226,87,194). Sum of RGB (Red+Green+Blue) = 226+87+194=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E257C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E257C2 is #1DA83D. Grayscale: #8C8C8C. Windows color (decimal): -1943614 or 12736482. OLE color: 12736482.
HSL color Cylindrical-coordinate representation of color #E257C2: hue angle of 313.81º 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 #E257C2 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 194 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.11 |
| HSL | 313.81º | 0.71% | 0.61% | - |
| HSV(B) | 313.81º | 0.62% | 0.89% | - |
| XYZ | 44.51 | 26.88 | 53.88 | - |
| YUV | 140.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 194 | 0 | 0.62 | 0.14 | 0.11 | 313.81 | 0.71 | 0.61 |
| Hex | E2 | 57 | C2 | 0 | 3E | E | B | 13A | 47 | 3D |
| Octal | 342 | 127 | 302 | 0 | 76 | 16 | 13 | 472 | 107 | 75 |
| Binary | 11100010 | 1010111 | 11000010 | 0 | 111110 | 1110 | 1011 | 100111010 | 1000111 | 111101 |
Color Harmonies of #E257C2
Complementary color
Monochromatic Colors of #E257C2
Black with #E257C2
Text Example
Text Example
White with #E257C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E257C2; }
p { color: rgb(226,87,194); }
H1.HeaderClassName
{
color: #E257C2;
}
.AnyTagClassName
{
color: #E257C2;
}
</style>
background-color css
<style>
a { background-color: #E257C2; }
a { background-color: rgb(226,87,194); }
div.DivClassName
{
background-color: #E257C2;
}
.BgClassName
{
background-color: #E257C2;
}
</style>
border-color css
<style>
span { border-color: #E257C2; }
span { border-color: rgb(226,87,194); }
td.TdClassName
{
border-color: #E257C2;
}
.TagClassName
{
border-color: #E257C2;
}
</style>