Html Css Color HEX #E253DC Free Speech Magenta
📋 copy color: '#E253DC'red 226 ◦ green 83 ◦ blue 220
Shades of Free Speech Magenta #E253DC
Tints of Free Speech Magenta #E253DC
RGB
CMYK
RGB Variations
Color information
#E253DC (or 0xE253DC) is known color: Free Speech Magenta. HEX triplet: E2, 53 and DC. RGB value is (226,83,220). Sum of RGB (Red+Green+Blue) = 226+83+220=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 83 (32.81% from 255 or 15.69% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E253DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253DC is #1DAC23. Grayscale: #8C8C8C. Windows color (decimal): -1944612 or 14439394. OLE color: 14439394.
HSL color Cylindrical-coordinate representation of color #E253DC: hue angle of 302.52º 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 #E253DC is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 220 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.11 |
| HSL | 302.52º | 0.71% | 0.61% | - |
| HSV(B) | 302.52º | 0.63% | 0.89% | - |
| XYZ | 47.38 | 27.52 | 70.53 | - |
| YUV | 141.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 220 | 0 | 0.63 | 0.03 | 0.11 | 302.52 | 0.71 | 0.61 |
| Hex | E2 | 53 | DC | 0 | 3F | 3 | B | 12F | 47 | 3D |
| Octal | 342 | 123 | 334 | 0 | 77 | 3 | 13 | 457 | 107 | 75 |
| Binary | 11100010 | 1010011 | 11011100 | 0 | 111111 | 11 | 1011 | 100101111 | 1000111 | 111101 |
Color Harmonies of #E253DC
Complementary color
Monochromatic Colors of #E253DC
Black with #E253DC
Text Example
Text Example
White with #E253DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253DC; }
p { color: rgb(226,83,220); }
H1.HeaderClassName
{
color: #E253DC;
}
.AnyTagClassName
{
color: #E253DC;
}
</style>
background-color css
<style>
a { background-color: #E253DC; }
a { background-color: rgb(226,83,220); }
div.DivClassName
{
background-color: #E253DC;
}
.BgClassName
{
background-color: #E253DC;
}
</style>
border-color css
<style>
span { border-color: #E253DC; }
span { border-color: rgb(226,83,220); }
td.TdClassName
{
border-color: #E253DC;
}
.TagClassName
{
border-color: #E253DC;
}
</style>