Html Css Color HEX #E165C7 Free Speech Magenta
📋 copy color: '#E165C7'red 225 ◦ green 101 ◦ blue 199
Shades of Free Speech Magenta #E165C7
Tints of Free Speech Magenta #E165C7
RGB
CMYK
RGB Variations
Color information
#E165C7 (or 0xE165C7) is known color: Free Speech Magenta. HEX triplet: E1, 65 and C7. RGB value is (225,101,199). Sum of RGB (Red+Green+Blue) = 225+101+199=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E165C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165C7 is #1E9A38. Grayscale: #949494. Windows color (decimal): -2005561 or 13067745. OLE color: 13067745.
HSL color Cylindrical-coordinate representation of color #E165C7: hue angle of 312.58º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E165C7 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 199 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.12 |
| HSL | 312.58º | 0.67% | 0.64% | - |
| HSV(B) | 312.58º | 0.55% | 0.88% | - |
| XYZ | 46.01 | 29.44 | 57.29 | - |
| YUV | 149.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 199 | 0 | 0.55 | 0.12 | 0.12 | 312.58 | 0.67 | 0.64 |
| Hex | E1 | 65 | C7 | 0 | 37 | C | C | 139 | 43 | 40 |
| Octal | 341 | 145 | 307 | 0 | 67 | 14 | 14 | 471 | 103 | 100 |
| Binary | 11100001 | 1100101 | 11000111 | 0 | 110111 | 1100 | 1100 | 100111001 | 1000011 | 1000000 |
Color Harmonies of #E165C7
Complementary color
Monochromatic Colors of #E165C7
Black with #E165C7
Text Example
Text Example
White with #E165C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165C7; }
p { color: rgb(225,101,199); }
H1.HeaderClassName
{
color: #E165C7;
}
.AnyTagClassName
{
color: #E165C7;
}
</style>
background-color css
<style>
a { background-color: #E165C7; }
a { background-color: rgb(225,101,199); }
div.DivClassName
{
background-color: #E165C7;
}
.BgClassName
{
background-color: #E165C7;
}
</style>
border-color css
<style>
span { border-color: #E165C7; }
span { border-color: rgb(225,101,199); }
td.TdClassName
{
border-color: #E165C7;
}
.TagClassName
{
border-color: #E165C7;
}
</style>