Html Css Color HEX #E534E7 Free Speech Magenta
📋 copy color: '#E534E7'red 229 ◦ green 52 ◦ blue 231
Shades of Free Speech Magenta #E534E7
Tints of Free Speech Magenta #E534E7
RGB
CMYK
RGB Variations
Color information
#E534E7 (or 0xE534E7) is known color: Free Speech Magenta. HEX triplet: E5, 34 and E7. RGB value is (229,52,231). Sum of RGB (Red+Green+Blue) = 229+52+231=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 52 (20.70% from 255 or 10.16% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #E534E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E534E7 is #1ACB18. Grayscale: #7C7C7C. Windows color (decimal): -1755929 or 15152357. OLE color: 15152357.
HSL color Cylindrical-coordinate representation of color #E534E7: hue angle of 299.33º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E534E7 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 52 | 231 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.09 |
| HSL | 299.33º | 0.79% | 0.55% | - |
| HSV(B) | 299.33º | 0.77% | 0.91% | - |
| XYZ | 47.96 | 24.88 | 77.88 | - |
| YUV | 125.33 | 187.64 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 231 | 0.01 | 0.77 | 0 | 0.09 | 299.33 | 0.79 | 0.55 |
| Hex | E5 | 34 | E7 | 1 | 4D | 0 | 9 | 12B | 4F | 37 |
| Octal | 345 | 64 | 347 | 1 | 115 | 0 | 11 | 453 | 117 | 67 |
| Binary | 11100101 | 110100 | 11100111 | 1 | 1001101 | 0 | 1001 | 100101011 | 1001111 | 110111 |
Color Harmonies of #E534E7
Complementary color
Monochromatic Colors of #E534E7
Black with #E534E7
Text Example
Text Example
White with #E534E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E534E7; }
p { color: rgb(229,52,231); }
H1.HeaderClassName
{
color: #E534E7;
}
.AnyTagClassName
{
color: #E534E7;
}
</style>
background-color css
<style>
a { background-color: #E534E7; }
a { background-color: rgb(229,52,231); }
div.DivClassName
{
background-color: #E534E7;
}
.BgClassName
{
background-color: #E534E7;
}
</style>
border-color css
<style>
span { border-color: #E534E7; }
span { border-color: rgb(229,52,231); }
td.TdClassName
{
border-color: #E534E7;
}
.TagClassName
{
border-color: #E534E7;
}
</style>