Html Css Color HEX #E333E5 Free Speech Magenta
📋 copy color: '#E333E5'red 227 ◦ green 51 ◦ blue 229
Shades of Free Speech Magenta #E333E5
Tints of Free Speech Magenta #E333E5
RGB
CMYK
RGB Variations
Color information
#E333E5 (or 0xE333E5) is known color: Free Speech Magenta. HEX triplet: E3, 33 and E5. RGB value is (227,51,229). Sum of RGB (Red+Green+Blue) = 227+51+229=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 51 (20.31% from 255 or 10.06% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #E333E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E333E5 is #1CCC1A. Grayscale: #7B7B7B. Windows color (decimal): -1887259 or 15021027. OLE color: 15021027.
HSL color Cylindrical-coordinate representation of color #E333E5: hue angle of 299.33º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E333E5 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 51 | 229 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.10 |
| HSL | 299.33º | 0.77% | 0.55% | - |
| HSV(B) | 299.33º | 0.78% | 0.9% | - |
| XYZ | 47.01 | 24.36 | 76.35 | - |
| YUV | 123.92 | 187.31 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 51 | 229 | 0.01 | 0.78 | 0 | 0.10 | 299.33 | 0.77 | 0.55 |
| Hex | E3 | 33 | E5 | 1 | 4E | 0 | A | 12B | 4D | 37 |
| Octal | 343 | 63 | 345 | 1 | 116 | 0 | 12 | 453 | 115 | 67 |
| Binary | 11100011 | 110011 | 11100101 | 1 | 1001110 | 0 | 1010 | 100101011 | 1001101 | 110111 |
Color Harmonies of #E333E5
Complementary color
Monochromatic Colors of #E333E5
Black with #E333E5
Text Example
Text Example
White with #E333E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E333E5; }
p { color: rgb(227,51,229); }
H1.HeaderClassName
{
color: #E333E5;
}
.AnyTagClassName
{
color: #E333E5;
}
</style>
background-color css
<style>
a { background-color: #E333E5; }
a { background-color: rgb(227,51,229); }
div.DivClassName
{
background-color: #E333E5;
}
.BgClassName
{
background-color: #E333E5;
}
</style>
border-color css
<style>
span { border-color: #E333E5; }
span { border-color: rgb(227,51,229); }
td.TdClassName
{
border-color: #E333E5;
}
.TagClassName
{
border-color: #E333E5;
}
</style>