Html Css Color HEX #E53DF2 Free Speech Magenta
📋 copy color: '#E53DF2'red 229 ◦ green 61 ◦ blue 242
Shades of Free Speech Magenta #E53DF2
Tints of Free Speech Magenta #E53DF2
RGB
CMYK
RGB Variations
Color information
#E53DF2 (or 0xE53DF2) is known color: Free Speech Magenta. HEX triplet: E5, 3D and F2. RGB value is (229,61,242). Sum of RGB (Red+Green+Blue) = 229+61+242=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 61 (24.22% from 255 or 11.47% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #E53DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53DF2 is #1AC20D. Grayscale: #838383. Windows color (decimal): -1753614 or 15875557. OLE color: 15875557.
HSL color Cylindrical-coordinate representation of color #E53DF2: hue angle of 295.69º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53DF2 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 61 | 242 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.05 |
| HSL | 295.69º | 0.87% | 0.59% | - |
| HSV(B) | 295.69º | 0.75% | 0.95% | - |
| XYZ | 50.01 | 26.41 | 86.47 | - |
| YUV | 131.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 242 | 0.05 | 0.75 | 0 | 0.05 | 295.69 | 0.87 | 0.59 |
| Hex | E5 | 3D | F2 | 5 | 4B | 0 | 5 | 128 | 57 | 3B |
| Octal | 345 | 75 | 362 | 5 | 113 | 0 | 5 | 450 | 127 | 73 |
| Binary | 11100101 | 111101 | 11110010 | 101 | 1001011 | 0 | 101 | 100101000 | 1010111 | 111011 |
Color Harmonies of #E53DF2
Complementary color
Monochromatic Colors of #E53DF2
Black with #E53DF2
Text Example
Text Example
White with #E53DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53DF2; }
p { color: rgb(229,61,242); }
H1.HeaderClassName
{
color: #E53DF2;
}
.AnyTagClassName
{
color: #E53DF2;
}
</style>
background-color css
<style>
a { background-color: #E53DF2; }
a { background-color: rgb(229,61,242); }
div.DivClassName
{
background-color: #E53DF2;
}
.BgClassName
{
background-color: #E53DF2;
}
</style>
border-color css
<style>
span { border-color: #E53DF2; }
span { border-color: rgb(229,61,242); }
td.TdClassName
{
border-color: #E53DF2;
}
.TagClassName
{
border-color: #E53DF2;
}
</style>