Html Css Color HEX #E253C2 Free Speech Magenta
📋 copy color: '#E253C2'red 226 ◦ green 83 ◦ blue 194
Shades of Free Speech Magenta #E253C2
Tints of Free Speech Magenta #E253C2
RGB
CMYK
RGB Variations
Color information
#E253C2 (or 0xE253C2) is known color: Free Speech Magenta. HEX triplet: E2, 53 and C2. RGB value is (226,83,194). Sum of RGB (Red+Green+Blue) = 226+83+194=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E253C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E253C2 is #1DAC3D. Grayscale: #8A8A8A. Windows color (decimal): -1944638 or 12735458. OLE color: 12735458.
HSL color Cylindrical-coordinate representation of color #E253C2: hue angle of 313.43º 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 #E253C2 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 194 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.11 |
| HSL | 313.43º | 0.71% | 0.61% | - |
| HSV(B) | 313.43º | 0.63% | 0.89% | - |
| XYZ | 44.19 | 26.25 | 53.78 | - |
| YUV | 138.41 | 159.38 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 194 | 0 | 0.63 | 0.14 | 0.11 | 313.43 | 0.71 | 0.61 |
| Hex | E2 | 53 | C2 | 0 | 3F | E | B | 139 | 47 | 3D |
| Octal | 342 | 123 | 302 | 0 | 77 | 16 | 13 | 471 | 107 | 75 |
| Binary | 11100010 | 1010011 | 11000010 | 0 | 111111 | 1110 | 1011 | 100111001 | 1000111 | 111101 |
Color Harmonies of #E253C2
Complementary color
Monochromatic Colors of #E253C2
Black with #E253C2
Text Example
Text Example
White with #E253C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E253C2; }
p { color: rgb(226,83,194); }
H1.HeaderClassName
{
color: #E253C2;
}
.AnyTagClassName
{
color: #E253C2;
}
</style>
background-color css
<style>
a { background-color: #E253C2; }
a { background-color: rgb(226,83,194); }
div.DivClassName
{
background-color: #E253C2;
}
.BgClassName
{
background-color: #E253C2;
}
</style>
border-color css
<style>
span { border-color: #E253C2; }
span { border-color: rgb(226,83,194); }
td.TdClassName
{
border-color: #E253C2;
}
.TagClassName
{
border-color: #E253C2;
}
</style>