Html Css Color HEX #E25CCC Free Speech Magenta
📋 copy color: '#E25CCC'red 226 ◦ green 92 ◦ blue 204
Shades of Free Speech Magenta #E25CCC
Tints of Free Speech Magenta #E25CCC
RGB
CMYK
RGB Variations
Color information
#E25CCC (or 0xE25CCC) is known color: Free Speech Magenta. HEX triplet: E2, 5C and CC. RGB value is (226,92,204). Sum of RGB (Red+Green+Blue) = 226+92+204=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E25CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25CCC is #1DA333. Grayscale: #909090. Windows color (decimal): -1942324 or 13393122. OLE color: 13393122.
HSL color Cylindrical-coordinate representation of color #E25CCC: hue angle of 309.85º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25CCC is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 204 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.11 |
| HSL | 309.85º | 0.7% | 0.62% | - |
| HSV(B) | 309.85º | 0.59% | 0.89% | - |
| XYZ | 46.09 | 28.18 | 60.14 | - |
| YUV | 144.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 204 | 0 | 0.59 | 0.10 | 0.11 | 309.85 | 0.7 | 0.62 |
| Hex | E2 | 5C | CC | 0 | 3B | A | B | 136 | 46 | 3E |
| Octal | 342 | 134 | 314 | 0 | 73 | 12 | 13 | 466 | 106 | 76 |
| Binary | 11100010 | 1011100 | 11001100 | 0 | 111011 | 1010 | 1011 | 100110110 | 1000110 | 111110 |
Color Harmonies of #E25CCC
Complementary color
Monochromatic Colors of #E25CCC
Black with #E25CCC
Text Example
Text Example
White with #E25CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25CCC; }
p { color: rgb(226,92,204); }
H1.HeaderClassName
{
color: #E25CCC;
}
.AnyTagClassName
{
color: #E25CCC;
}
</style>
background-color css
<style>
a { background-color: #E25CCC; }
a { background-color: rgb(226,92,204); }
div.DivClassName
{
background-color: #E25CCC;
}
.BgClassName
{
background-color: #E25CCC;
}
</style>
border-color css
<style>
span { border-color: #E25CCC; }
span { border-color: rgb(226,92,204); }
td.TdClassName
{
border-color: #E25CCC;
}
.TagClassName
{
border-color: #E25CCC;
}
</style>