Html Css Color HEX #E13CE5 Free Speech Magenta
📋 copy color: '#E13CE5'red 225 ◦ green 60 ◦ blue 229
Shades of Free Speech Magenta #E13CE5
Tints of Free Speech Magenta #E13CE5
RGB
CMYK
RGB Variations
Color information
#E13CE5 (or 0xE13CE5) is known color: Free Speech Magenta. HEX triplet: E1, 3C and E5. RGB value is (225,60,229). Sum of RGB (Red+Green+Blue) = 225+60+229=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 229 (89.84% from 255 or 44.55% from 514); Max value from RGB is 229 - color contains mainly: blue. Hex color #E13CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13CE5 is #1EC31A. Grayscale: #808080. Windows color (decimal): -2016027 or 15023329. OLE color: 15023329.
HSL color Cylindrical-coordinate representation of color #E13CE5: hue angle of 298.58º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13CE5 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 60 | 229 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.10 |
| HSL | 298.58º | 0.76% | 0.57% | - |
| HSV(B) | 298.58º | 0.74% | 0.9% | - |
| XYZ | 46.81 | 24.9 | 76.47 | - |
| YUV | 128.6 | 184.66 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 229 | 0.02 | 0.74 | 0 | 0.10 | 298.58 | 0.76 | 0.57 |
| Hex | E1 | 3C | E5 | 2 | 4A | 0 | A | 12B | 4C | 39 |
| Octal | 341 | 74 | 345 | 2 | 112 | 0 | 12 | 453 | 114 | 71 |
| Binary | 11100001 | 111100 | 11100101 | 10 | 1001010 | 0 | 1010 | 100101011 | 1001100 | 111001 |
Color Harmonies of #E13CE5
Complementary color
Monochromatic Colors of #E13CE5
Black with #E13CE5
Text Example
Text Example
White with #E13CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13CE5; }
p { color: rgb(225,60,229); }
H1.HeaderClassName
{
color: #E13CE5;
}
.AnyTagClassName
{
color: #E13CE5;
}
</style>
background-color css
<style>
a { background-color: #E13CE5; }
a { background-color: rgb(225,60,229); }
div.DivClassName
{
background-color: #E13CE5;
}
.BgClassName
{
background-color: #E13CE5;
}
</style>
border-color css
<style>
span { border-color: #E13CE5; }
span { border-color: rgb(225,60,229); }
td.TdClassName
{
border-color: #E13CE5;
}
.TagClassName
{
border-color: #E13CE5;
}
</style>