Html Css Color HEX #E245D7 Free Speech Magenta
📋 copy color: '#E245D7'red 226 ◦ green 69 ◦ blue 215
Shades of Free Speech Magenta #E245D7
Tints of Free Speech Magenta #E245D7
RGB
CMYK
RGB Variations
Color information
#E245D7 (or 0xE245D7) is known color: Free Speech Magenta. HEX triplet: E2, 45 and D7. RGB value is (226,69,215). Sum of RGB (Red+Green+Blue) = 226+69+215=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E245D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E245D7 is #1DBA28. Grayscale: #848484. Windows color (decimal): -1948201 or 14108130. OLE color: 14108130.
HSL color Cylindrical-coordinate representation of color #E245D7: hue angle of 304.2º 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 #E245D7 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 215 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.11 |
| HSL | 304.2º | 0.73% | 0.58% | - |
| HSV(B) | 304.2º | 0.69% | 0.89% | - |
| XYZ | 45.76 | 25.33 | 66.77 | - |
| YUV | 132.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 215 | 0 | 0.69 | 0.05 | 0.11 | 304.2 | 0.73 | 0.58 |
| Hex | E2 | 45 | D7 | 0 | 45 | 5 | B | 130 | 49 | 3A |
| Octal | 342 | 105 | 327 | 0 | 105 | 5 | 13 | 460 | 111 | 72 |
| Binary | 11100010 | 1000101 | 11010111 | 0 | 1000101 | 101 | 1011 | 100110000 | 1001001 | 111010 |
Color Harmonies of #E245D7
Complementary color
Monochromatic Colors of #E245D7
Black with #E245D7
Text Example
Text Example
White with #E245D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245D7; }
p { color: rgb(226,69,215); }
H1.HeaderClassName
{
color: #E245D7;
}
.AnyTagClassName
{
color: #E245D7;
}
</style>
background-color css
<style>
a { background-color: #E245D7; }
a { background-color: rgb(226,69,215); }
div.DivClassName
{
background-color: #E245D7;
}
.BgClassName
{
background-color: #E245D7;
}
</style>
border-color css
<style>
span { border-color: #E245D7; }
span { border-color: rgb(226,69,215); }
td.TdClassName
{
border-color: #E245D7;
}
.TagClassName
{
border-color: #E245D7;
}
</style>