Html Css Color HEX #E35FE5 Free Speech Magenta
📋 copy color: '#E35FE5'red 227 ◦ green 95 ◦ blue 229
Shades of Free Speech Magenta #E35FE5
Tints of Free Speech Magenta #E35FE5
RGB
CMYK
RGB Variations
Color information
#E35FE5 (or 0xE35FE5) is known color: Free Speech Magenta. HEX triplet: E3, 5F and E5. RGB value is (227,95,229). Sum of RGB (Red+Green+Blue) = 227+95+229=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 95 (37.5% from 255 or 17.24% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #E35FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35FE5 is #1CA01A. Grayscale: #959595. Windows color (decimal): -1875995 or 15032291. OLE color: 15032291.
HSL color Cylindrical-coordinate representation of color #E35FE5: hue angle of 299.1º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35FE5 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 95 | 229 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.10 |
| HSL | 299.1º | 0.72% | 0.64% | - |
| HSV(B) | 299.1º | 0.59% | 0.9% | - |
| XYZ | 49.91 | 30.17 | 77.32 | - |
| YUV | 149.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 229 | 0.01 | 0.59 | 0 | 0.10 | 299.1 | 0.72 | 0.64 |
| Hex | E3 | 5F | E5 | 1 | 3B | 0 | A | 12B | 48 | 40 |
| Octal | 343 | 137 | 345 | 1 | 73 | 0 | 12 | 453 | 110 | 100 |
| Binary | 11100011 | 1011111 | 11100101 | 1 | 111011 | 0 | 1010 | 100101011 | 1001000 | 1000000 |
Color Harmonies of #E35FE5
Complementary color
Monochromatic Colors of #E35FE5
Black with #E35FE5
Text Example
Text Example
White with #E35FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35FE5; }
p { color: rgb(227,95,229); }
H1.HeaderClassName
{
color: #E35FE5;
}
.AnyTagClassName
{
color: #E35FE5;
}
</style>
background-color css
<style>
a { background-color: #E35FE5; }
a { background-color: rgb(227,95,229); }
div.DivClassName
{
background-color: #E35FE5;
}
.BgClassName
{
background-color: #E35FE5;
}
</style>
border-color css
<style>
span { border-color: #E35FE5; }
span { border-color: rgb(227,95,229); }
td.TdClassName
{
border-color: #E35FE5;
}
.TagClassName
{
border-color: #E35FE5;
}
</style>