Html Css Color HEX #E254CE Free Speech Magenta
📋 copy color: '#E254CE'red 226 ◦ green 84 ◦ blue 206
Shades of Free Speech Magenta #E254CE
Tints of Free Speech Magenta #E254CE
RGB
CMYK
RGB Variations
Color information
#E254CE (or 0xE254CE) is known color: Free Speech Magenta. HEX triplet: E2, 54 and CE. RGB value is (226,84,206). Sum of RGB (Red+Green+Blue) = 226+84+206=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 84 (33.20% from 255 or 16.28% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E254CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E254CE is #1DAB31. Grayscale: #8C8C8C. Windows color (decimal): -1944370 or 13522146. OLE color: 13522146.
HSL color Cylindrical-coordinate representation of color #E254CE: hue angle of 308.45º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E254CE is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 206 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.11 |
| HSL | 308.45º | 0.71% | 0.61% | - |
| HSV(B) | 308.45º | 0.63% | 0.89% | - |
| XYZ | 45.67 | 26.97 | 61.19 | - |
| YUV | 140.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 206 | 0 | 0.63 | 0.09 | 0.11 | 308.45 | 0.71 | 0.61 |
| Hex | E2 | 54 | CE | 0 | 3F | 9 | B | 134 | 47 | 3D |
| Octal | 342 | 124 | 316 | 0 | 77 | 11 | 13 | 464 | 107 | 75 |
| Binary | 11100010 | 1010100 | 11001110 | 0 | 111111 | 1001 | 1011 | 100110100 | 1000111 | 111101 |
Color Harmonies of #E254CE
Complementary color
Monochromatic Colors of #E254CE
Black with #E254CE
Text Example
Text Example
White with #E254CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E254CE; }
p { color: rgb(226,84,206); }
H1.HeaderClassName
{
color: #E254CE;
}
.AnyTagClassName
{
color: #E254CE;
}
</style>
background-color css
<style>
a { background-color: #E254CE; }
a { background-color: rgb(226,84,206); }
div.DivClassName
{
background-color: #E254CE;
}
.BgClassName
{
background-color: #E254CE;
}
</style>
border-color css
<style>
span { border-color: #E254CE; }
span { border-color: rgb(226,84,206); }
td.TdClassName
{
border-color: #E254CE;
}
.TagClassName
{
border-color: #E254CE;
}
</style>