Html Css Color HEX #E73CE7 Free Speech Magenta
📋 copy color: '#E73CE7'red 231 ◦ green 60 ◦ blue 231
Shades of Free Speech Magenta #E73CE7
Tints of Free Speech Magenta #E73CE7
RGB
CMYK
RGB Variations
Color information
#E73CE7 (or 0xE73CE7) is known color: Free Speech Magenta. HEX triplet: E7, 3C and E7. RGB value is (231,60,231). Sum of RGB (Red+Green+Blue) = 231+60+231=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 60 (23.83% from 255 or 11.49% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E73CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E73CE7 is #18C318. Grayscale: #828282. Windows color (decimal): -1622809 or 15154407. OLE color: 15154407.
HSL color Cylindrical-coordinate representation of color #E73CE7: hue angle of 300º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73CE7 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 60 | 231 | - |
| CMYK | 0 | 0.74 | 0 | 0.09 |
| HSL | 300º | 0.78% | 0.57% | - |
| HSV(B) | 300º | 0.74% | 0.91% | - |
| XYZ | 48.99 | 25.99 | 78.04 | - |
| YUV | 130.62 | 184.65 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 60 | 231 | 0 | 0.74 | 0 | 0.09 | 300 | 0.78 | 0.57 |
| Hex | E7 | 3C | E7 | 0 | 4A | 0 | 9 | 12C | 4E | 39 |
| Octal | 347 | 74 | 347 | 0 | 112 | 0 | 11 | 454 | 116 | 71 |
| Binary | 11100111 | 111100 | 11100111 | 0 | 1001010 | 0 | 1001 | 100101100 | 1001110 | 111001 |
Color Harmonies of #E73CE7
Complementary color
Monochromatic Colors of #E73CE7
Black with #E73CE7
Text Example
Text Example
White with #E73CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73CE7; }
p { color: rgb(231,60,231); }
H1.HeaderClassName
{
color: #E73CE7;
}
.AnyTagClassName
{
color: #E73CE7;
}
</style>
background-color css
<style>
a { background-color: #E73CE7; }
a { background-color: rgb(231,60,231); }
div.DivClassName
{
background-color: #E73CE7;
}
.BgClassName
{
background-color: #E73CE7;
}
</style>
border-color css
<style>
span { border-color: #E73CE7; }
span { border-color: rgb(231,60,231); }
td.TdClassName
{
border-color: #E73CE7;
}
.TagClassName
{
border-color: #E73CE7;
}
</style>