Html Css Color HEX #E365C7 Free Speech Magenta
📋 copy color: '#E365C7'red 227 ◦ green 101 ◦ blue 199
Shades of Free Speech Magenta #E365C7
Tints of Free Speech Magenta #E365C7
RGB
CMYK
RGB Variations
Color information
#E365C7 (or 0xE365C7) is known color: Free Speech Magenta. HEX triplet: E3, 65 and C7. RGB value is (227,101,199). Sum of RGB (Red+Green+Blue) = 227+101+199=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E365C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365C7 is #1C9A38. Grayscale: #959595. Windows color (decimal): -1874489 or 13067747. OLE color: 13067747.
HSL color Cylindrical-coordinate representation of color #E365C7: hue angle of 313.33º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E365C7 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 199 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.11 |
| HSL | 313.33º | 0.69% | 0.64% | - |
| HSV(B) | 313.33º | 0.56% | 0.89% | - |
| XYZ | 46.64 | 29.76 | 57.32 | - |
| YUV | 149.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 199 | 0 | 0.56 | 0.12 | 0.11 | 313.33 | 0.69 | 0.64 |
| Hex | E3 | 65 | C7 | 0 | 38 | C | B | 139 | 45 | 40 |
| Octal | 343 | 145 | 307 | 0 | 70 | 14 | 13 | 471 | 105 | 100 |
| Binary | 11100011 | 1100101 | 11000111 | 0 | 111000 | 1100 | 1011 | 100111001 | 1000101 | 1000000 |
Color Harmonies of #E365C7
Complementary color
Monochromatic Colors of #E365C7
Black with #E365C7
Text Example
Text Example
White with #E365C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365C7; }
p { color: rgb(227,101,199); }
H1.HeaderClassName
{
color: #E365C7;
}
.AnyTagClassName
{
color: #E365C7;
}
</style>
background-color css
<style>
a { background-color: #E365C7; }
a { background-color: rgb(227,101,199); }
div.DivClassName
{
background-color: #E365C7;
}
.BgClassName
{
background-color: #E365C7;
}
</style>
border-color css
<style>
span { border-color: #E365C7; }
span { border-color: rgb(227,101,199); }
td.TdClassName
{
border-color: #E365C7;
}
.TagClassName
{
border-color: #E365C7;
}
</style>