Html Css Color HEX #E167C2 Free Speech Magenta
📋 copy color: '#E167C2'red 225 ◦ green 103 ◦ blue 194
Shades of Free Speech Magenta #E167C2
Tints of Free Speech Magenta #E167C2
RGB
CMYK
RGB Variations
Color information
#E167C2 (or 0xE167C2) is known color: Free Speech Magenta. HEX triplet: E1, 67 and C2. RGB value is (225,103,194). Sum of RGB (Red+Green+Blue) = 225+103+194=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E167C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167C2 is #1E983D. Grayscale: #959595. Windows color (decimal): -2005054 or 12740577. OLE color: 12740577.
HSL color Cylindrical-coordinate representation of color #E167C2: hue angle of 315.25º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E167C2 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 194 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.12 |
| HSL | 315.25º | 0.67% | 0.64% | - |
| HSV(B) | 315.25º | 0.54% | 0.88% | - |
| XYZ | 45.64 | 29.6 | 54.35 | - |
| YUV | 149.85 | 152.92 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 194 | 0 | 0.54 | 0.14 | 0.12 | 315.25 | 0.67 | 0.64 |
| Hex | E1 | 67 | C2 | 0 | 36 | E | C | 13B | 43 | 40 |
| Octal | 341 | 147 | 302 | 0 | 66 | 16 | 14 | 473 | 103 | 100 |
| Binary | 11100001 | 1100111 | 11000010 | 0 | 110110 | 1110 | 1100 | 100111011 | 1000011 | 1000000 |
Color Harmonies of #E167C2
Complementary color
Monochromatic Colors of #E167C2
Black with #E167C2
Text Example
Text Example
White with #E167C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E167C2; }
p { color: rgb(225,103,194); }
H1.HeaderClassName
{
color: #E167C2;
}
.AnyTagClassName
{
color: #E167C2;
}
</style>
background-color css
<style>
a { background-color: #E167C2; }
a { background-color: rgb(225,103,194); }
div.DivClassName
{
background-color: #E167C2;
}
.BgClassName
{
background-color: #E167C2;
}
</style>
border-color css
<style>
span { border-color: #E167C2; }
span { border-color: rgb(225,103,194); }
td.TdClassName
{
border-color: #E167C2;
}
.TagClassName
{
border-color: #E167C2;
}
</style>