Html Css Color HEX #E253CE Free Speech Magenta
📋 copy color: '#E253CE'red 226 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #E253CE
Tints of Free Speech Magenta #E253CE
RGB
CMYK
RGB Variations
Color information
#E253CE (or 0xE253CE) is known color: Free Speech Magenta. HEX triplet: E2, 53 and CE. RGB value is (226,83,206). Sum of RGB (Red+Green+Blue) = 226+83+206=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E253CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253CE is #1DAC31. Grayscale: #8B8B8B. Windows color (decimal): -1944626 or 13521890. OLE color: 13521890.
HSL color Cylindrical-coordinate representation of color #E253CE: hue angle of 308.39º 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 #E253CE is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 206 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.11 |
| HSL | 308.39º | 0.71% | 0.61% | - |
| HSV(B) | 308.39º | 0.63% | 0.89% | - |
| XYZ | 45.6 | 26.81 | 61.16 | - |
| YUV | 139.78 | 165.38 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 206 | 0 | 0.63 | 0.09 | 0.11 | 308.39 | 0.71 | 0.61 |
| Hex | E2 | 53 | CE | 0 | 3F | 9 | B | 134 | 47 | 3D |
| Octal | 342 | 123 | 316 | 0 | 77 | 11 | 13 | 464 | 107 | 75 |
| Binary | 11100010 | 1010011 | 11001110 | 0 | 111111 | 1001 | 1011 | 100110100 | 1000111 | 111101 |
Color Harmonies of #E253CE
Complementary color
Monochromatic Colors of #E253CE
Black with #E253CE
Text Example
Text Example
White with #E253CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253CE; }
p { color: rgb(226,83,206); }
H1.HeaderClassName
{
color: #E253CE;
}
.AnyTagClassName
{
color: #E253CE;
}
</style>
background-color css
<style>
a { background-color: #E253CE; }
a { background-color: rgb(226,83,206); }
div.DivClassName
{
background-color: #E253CE;
}
.BgClassName
{
background-color: #E253CE;
}
</style>
border-color css
<style>
span { border-color: #E253CE; }
span { border-color: rgb(226,83,206); }
td.TdClassName
{
border-color: #E253CE;
}
.TagClassName
{
border-color: #E253CE;
}
</style>