Html Css Color HEX #E434E4 Free Speech Magenta
📋 copy color: '#E434E4'red 228 ◦ green 52 ◦ blue 228
Shades of Free Speech Magenta #E434E4
Tints of Free Speech Magenta #E434E4
RGB
CMYK
RGB Variations
Color information
#E434E4 (or 0xE434E4) is known color: Free Speech Magenta. HEX triplet: E4, 34 and E4. RGB value is (228,52,228). Sum of RGB (Red+Green+Blue) = 228+52+228=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 52 (20.70% from 255 or 10.24% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E434E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E434E4 is #1BCB1B. Grayscale: #7C7C7C. Windows color (decimal): -1821468 or 14955748. OLE color: 14955748.
HSL color Cylindrical-coordinate representation of color #E434E4: hue angle of 300º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E434E4 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 52 | 228 | - |
| CMYK | 0 | 0.77 | 0 | 0.11 |
| HSL | 300º | 0.77% | 0.55% | - |
| HSV(B) | 300º | 0.77% | 0.89% | - |
| XYZ | 47.23 | 24.55 | 75.65 | - |
| YUV | 124.69 | 186.31 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 228 | 0 | 0.77 | 0 | 0.11 | 300 | 0.77 | 0.55 |
| Hex | E4 | 34 | E4 | 0 | 4D | 0 | B | 12C | 4D | 37 |
| Octal | 344 | 64 | 344 | 0 | 115 | 0 | 13 | 454 | 115 | 67 |
| Binary | 11100100 | 110100 | 11100100 | 0 | 1001101 | 0 | 1011 | 100101100 | 1001101 | 110111 |
Color Harmonies of #E434E4
Complementary color
Monochromatic Colors of #E434E4
Black with #E434E4
Text Example
Text Example
White with #E434E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434E4; }
p { color: rgb(228,52,228); }
H1.HeaderClassName
{
color: #E434E4;
}
.AnyTagClassName
{
color: #E434E4;
}
</style>
background-color css
<style>
a { background-color: #E434E4; }
a { background-color: rgb(228,52,228); }
div.DivClassName
{
background-color: #E434E4;
}
.BgClassName
{
background-color: #E434E4;
}
</style>
border-color css
<style>
span { border-color: #E434E4; }
span { border-color: rgb(228,52,228); }
td.TdClassName
{
border-color: #E434E4;
}
.TagClassName
{
border-color: #E434E4;
}
</style>