Html Css Color HEX #E253D8 Free Speech Magenta
📋 copy color: '#E253D8'red 226 ◦ green 83 ◦ blue 216
Shades of Free Speech Magenta #E253D8
Tints of Free Speech Magenta #E253D8
RGB
CMYK
RGB Variations
Color information
#E253D8 (or 0xE253D8) is known color: Free Speech Magenta. HEX triplet: E2, 53 and D8. RGB value is (226,83,216). Sum of RGB (Red+Green+Blue) = 226+83+216=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E253D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253D8 is #1DAC27. Grayscale: #8C8C8C. Windows color (decimal): -1944616 or 14177250. OLE color: 14177250.
HSL color Cylindrical-coordinate representation of color #E253D8: hue angle of 304.2º 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 #E253D8 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 216 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.11 |
| HSL | 304.2º | 0.71% | 0.61% | - |
| HSV(B) | 304.2º | 0.63% | 0.89% | - |
| XYZ | 46.85 | 27.31 | 67.77 | - |
| YUV | 140.92 | 170.38 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 216 | 0 | 0.63 | 0.04 | 0.11 | 304.2 | 0.71 | 0.61 |
| Hex | E2 | 53 | D8 | 0 | 3F | 4 | B | 130 | 47 | 3D |
| Octal | 342 | 123 | 330 | 0 | 77 | 4 | 13 | 460 | 107 | 75 |
| Binary | 11100010 | 1010011 | 11011000 | 0 | 111111 | 100 | 1011 | 100110000 | 1000111 | 111101 |
Color Harmonies of #E253D8
Complementary color
Monochromatic Colors of #E253D8
Black with #E253D8
Text Example
Text Example
White with #E253D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253D8; }
p { color: rgb(226,83,216); }
H1.HeaderClassName
{
color: #E253D8;
}
.AnyTagClassName
{
color: #E253D8;
}
</style>
background-color css
<style>
a { background-color: #E253D8; }
a { background-color: rgb(226,83,216); }
div.DivClassName
{
background-color: #E253D8;
}
.BgClassName
{
background-color: #E253D8;
}
</style>
border-color css
<style>
span { border-color: #E253D8; }
span { border-color: rgb(226,83,216); }
td.TdClassName
{
border-color: #E253D8;
}
.TagClassName
{
border-color: #E253D8;
}
</style>