Html Css Color HEX #E434F7 Free Speech Magenta
📋 copy color: '#E434F7'red 228 ◦ green 52 ◦ blue 247
Shades of Free Speech Magenta #E434F7
Tints of Free Speech Magenta #E434F7
RGB
CMYK
RGB Variations
Color information
#E434F7 (or 0xE434F7) is known color: Free Speech Magenta. HEX triplet: E4, 34 and F7. RGB value is (228,52,247). Sum of RGB (Red+Green+Blue) = 228+52+247=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 52 (20.70% from 255 or 9.87% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #E434F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E434F7 is #1BCB08. Grayscale: #7E7E7E. Windows color (decimal): -1821449 or 16200932. OLE color: 16200932.
HSL color Cylindrical-coordinate representation of color #E434F7: hue angle of 294.15º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E434F7 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 52 | 247 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.03 |
| HSL | 294.15º | 0.92% | 0.59% | - |
| HSV(B) | 294.15º | 0.79% | 0.97% | - |
| XYZ | 50.01 | 25.67 | 90.31 | - |
| YUV | 126.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 52 | 247 | 0.08 | 0.79 | 0 | 0.03 | 294.15 | 0.92 | 0.59 |
| Hex | E4 | 34 | F7 | 8 | 4F | 0 | 3 | 126 | 5C | 3B |
| Octal | 344 | 64 | 367 | 10 | 117 | 0 | 3 | 446 | 134 | 73 |
| Binary | 11100100 | 110100 | 11110111 | 1000 | 1001111 | 0 | 11 | 100100110 | 1011100 | 111011 |
Color Harmonies of #E434F7
Complementary color
Monochromatic Colors of #E434F7
Black with #E434F7
Text Example
Text Example
White with #E434F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E434F7; }
p { color: rgb(228,52,247); }
H1.HeaderClassName
{
color: #E434F7;
}
.AnyTagClassName
{
color: #E434F7;
}
</style>
background-color css
<style>
a { background-color: #E434F7; }
a { background-color: rgb(228,52,247); }
div.DivClassName
{
background-color: #E434F7;
}
.BgClassName
{
background-color: #E434F7;
}
</style>
border-color css
<style>
span { border-color: #E434F7; }
span { border-color: rgb(228,52,247); }
td.TdClassName
{
border-color: #E434F7;
}
.TagClassName
{
border-color: #E434F7;
}
</style>