Html Css Color HEX #E235DF Free Speech Magenta
📋 copy color: '#E235DF'red 226 ◦ green 53 ◦ blue 223
Shades of Free Speech Magenta #E235DF
Tints of Free Speech Magenta #E235DF
RGB
CMYK
RGB Variations
Color information
#E235DF (or 0xE235DF) is known color: Free Speech Magenta. HEX triplet: E2, 35 and DF. RGB value is (226,53,223). Sum of RGB (Red+Green+Blue) = 226+53+223=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 53 (21.09% from 255 or 10.56% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E235DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E235DF is #1DCA20. Grayscale: #7B7B7B. Windows color (decimal): -1952289 or 14628322. OLE color: 14628322.
HSL color Cylindrical-coordinate representation of color #E235DF: hue angle of 301.04º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E235DF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 223 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.11 |
| HSL | 301.04º | 0.75% | 0.55% | - |
| HSV(B) | 301.04º | 0.77% | 0.89% | - |
| XYZ | 45.96 | 24.04 | 72.03 | - |
| YUV | 124.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 223 | 0 | 0.77 | 0.01 | 0.11 | 301.04 | 0.75 | 0.55 |
| Hex | E2 | 35 | DF | 0 | 4D | 1 | B | 12D | 4B | 37 |
| Octal | 342 | 65 | 337 | 0 | 115 | 1 | 13 | 455 | 113 | 67 |
| Binary | 11100010 | 110101 | 11011111 | 0 | 1001101 | 1 | 1011 | 100101101 | 1001011 | 110111 |
Color Harmonies of #E235DF
Complementary color
Monochromatic Colors of #E235DF
Black with #E235DF
Text Example
Text Example
White with #E235DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E235DF; }
p { color: rgb(226,53,223); }
H1.HeaderClassName
{
color: #E235DF;
}
.AnyTagClassName
{
color: #E235DF;
}
</style>
background-color css
<style>
a { background-color: #E235DF; }
a { background-color: rgb(226,53,223); }
div.DivClassName
{
background-color: #E235DF;
}
.BgClassName
{
background-color: #E235DF;
}
</style>
border-color css
<style>
span { border-color: #E235DF; }
span { border-color: rgb(226,53,223); }
td.TdClassName
{
border-color: #E235DF;
}
.TagClassName
{
border-color: #E235DF;
}
</style>