Html Css Color HEX #E33DF5 Free Speech Magenta
📋 copy color: '#E33DF5'red 227 ◦ green 61 ◦ blue 245
Shades of Free Speech Magenta #E33DF5
Tints of Free Speech Magenta #E33DF5
RGB
CMYK
RGB Variations
Color information
#E33DF5 (or 0xE33DF5) is known color: Free Speech Magenta. HEX triplet: E3, 3D and F5. RGB value is (227,61,245). Sum of RGB (Red+Green+Blue) = 227+61+245=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 61 (24.22% from 255 or 11.44% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #E33DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E33DF5 is #1CC20A. Grayscale: #838383. Windows color (decimal): -1884683 or 16072163. OLE color: 16072163.
HSL color Cylindrical-coordinate representation of color #E33DF5: hue angle of 294.13º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E33DF5 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 61 | 245 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.04 |
| HSL | 294.13º | 0.9% | 0.6% | - |
| HSV(B) | 294.13º | 0.75% | 0.96% | - |
| XYZ | 49.83 | 26.26 | 88.83 | - |
| YUV | 131.61 | 192 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 61 | 245 | 0.07 | 0.75 | 0 | 0.04 | 294.13 | 0.9 | 0.6 |
| Hex | E3 | 3D | F5 | 7 | 4B | 0 | 4 | 126 | 5A | 3C |
| Octal | 343 | 75 | 365 | 7 | 113 | 0 | 4 | 446 | 132 | 74 |
| Binary | 11100011 | 111101 | 11110101 | 111 | 1001011 | 0 | 100 | 100100110 | 1011010 | 111100 |
Color Harmonies of #E33DF5
Complementary color
Monochromatic Colors of #E33DF5
Black with #E33DF5
Text Example
Text Example
White with #E33DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33DF5; }
p { color: rgb(227,61,245); }
H1.HeaderClassName
{
color: #E33DF5;
}
.AnyTagClassName
{
color: #E33DF5;
}
</style>
background-color css
<style>
a { background-color: #E33DF5; }
a { background-color: rgb(227,61,245); }
div.DivClassName
{
background-color: #E33DF5;
}
.BgClassName
{
background-color: #E33DF5;
}
</style>
border-color css
<style>
span { border-color: #E33DF5; }
span { border-color: rgb(227,61,245); }
td.TdClassName
{
border-color: #E33DF5;
}
.TagClassName
{
border-color: #E33DF5;
}
</style>