Html Css Color HEX #E345C7 Free Speech Magenta
📋 copy color: '#E345C7'red 227 ◦ green 69 ◦ blue 199
Shades of Free Speech Magenta #E345C7
Tints of Free Speech Magenta #E345C7
RGB
CMYK
RGB Variations
Color information
#E345C7 (or 0xE345C7) is known color: Free Speech Magenta. HEX triplet: E3, 45 and C7. RGB value is (227,69,199). Sum of RGB (Red+Green+Blue) = 227+69+199=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E345C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E345C7 is #1CBA38. Grayscale: #828282. Windows color (decimal): -1882681 or 13059555. OLE color: 13059555.
HSL color Cylindrical-coordinate representation of color #E345C7: hue angle of 310.63º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E345C7 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 199 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.11 |
| HSL | 310.63º | 0.74% | 0.58% | - |
| HSV(B) | 310.63º | 0.7% | 0.89% | - |
| XYZ | 44.12 | 24.71 | 56.48 | - |
| YUV | 131.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 199 | 0 | 0.70 | 0.12 | 0.11 | 310.63 | 0.74 | 0.58 |
| Hex | E3 | 45 | C7 | 0 | 46 | C | B | 137 | 4A | 3A |
| Octal | 343 | 105 | 307 | 0 | 106 | 14 | 13 | 467 | 112 | 72 |
| Binary | 11100011 | 1000101 | 11000111 | 0 | 1000110 | 1100 | 1011 | 100110111 | 1001010 | 111010 |
Color Harmonies of #E345C7
Complementary color
Monochromatic Colors of #E345C7
Black with #E345C7
Text Example
Text Example
White with #E345C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E345C7; }
p { color: rgb(227,69,199); }
H1.HeaderClassName
{
color: #E345C7;
}
.AnyTagClassName
{
color: #E345C7;
}
</style>
background-color css
<style>
a { background-color: #E345C7; }
a { background-color: rgb(227,69,199); }
div.DivClassName
{
background-color: #E345C7;
}
.BgClassName
{
background-color: #E345C7;
}
</style>
border-color css
<style>
span { border-color: #E345C7; }
span { border-color: rgb(227,69,199); }
td.TdClassName
{
border-color: #E345C7;
}
.TagClassName
{
border-color: #E345C7;
}
</style>