Html Css Color HEX #E245CE Free Speech Magenta
📋 copy color: '#E245CE'red 226 ◦ green 69 ◦ blue 206
Shades of Free Speech Magenta #E245CE
Tints of Free Speech Magenta #E245CE
RGB
CMYK
RGB Variations
Color information
#E245CE (or 0xE245CE) is known color: Free Speech Magenta. HEX triplet: E2, 45 and CE. RGB value is (226,69,206). Sum of RGB (Red+Green+Blue) = 226+69+206=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E245CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E245CE is #1DBA31. Grayscale: #838383. Windows color (decimal): -1948210 or 13518306. OLE color: 13518306.
HSL color Cylindrical-coordinate representation of color #E245CE: hue angle of 307.64º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E245CE is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 206 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.11 |
| HSL | 307.64º | 0.73% | 0.58% | - |
| HSV(B) | 307.64º | 0.69% | 0.89% | - |
| XYZ | 44.63 | 24.88 | 60.84 | - |
| YUV | 131.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 206 | 0 | 0.69 | 0.09 | 0.11 | 307.64 | 0.73 | 0.58 |
| Hex | E2 | 45 | CE | 0 | 45 | 9 | B | 134 | 49 | 3A |
| Octal | 342 | 105 | 316 | 0 | 105 | 11 | 13 | 464 | 111 | 72 |
| Binary | 11100010 | 1000101 | 11001110 | 0 | 1000101 | 1001 | 1011 | 100110100 | 1001001 | 111010 |
Color Harmonies of #E245CE
Complementary color
Monochromatic Colors of #E245CE
Black with #E245CE
Text Example
Text Example
White with #E245CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245CE; }
p { color: rgb(226,69,206); }
H1.HeaderClassName
{
color: #E245CE;
}
.AnyTagClassName
{
color: #E245CE;
}
</style>
background-color css
<style>
a { background-color: #E245CE; }
a { background-color: rgb(226,69,206); }
div.DivClassName
{
background-color: #E245CE;
}
.BgClassName
{
background-color: #E245CE;
}
</style>
border-color css
<style>
span { border-color: #E245CE; }
span { border-color: rgb(226,69,206); }
td.TdClassName
{
border-color: #E245CE;
}
.TagClassName
{
border-color: #E245CE;
}
</style>