Html Css Color HEX #E165CB Free Speech Magenta
📋 copy color: '#E165CB'red 225 ◦ green 101 ◦ blue 203
Shades of Free Speech Magenta #E165CB
Tints of Free Speech Magenta #E165CB
RGB
CMYK
RGB Variations
Color information
#E165CB (or 0xE165CB) is known color: Free Speech Magenta. HEX triplet: E1, 65 and CB. RGB value is (225,101,203). Sum of RGB (Red+Green+Blue) = 225+101+203=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E165CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165CB is #1E9A34. Grayscale: #959595. Windows color (decimal): -2005557 or 13329889. OLE color: 13329889.
HSL color Cylindrical-coordinate representation of color #E165CB: hue angle of 310.65º 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 #E165CB is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 203 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.12 |
| HSL | 310.65º | 0.67% | 0.64% | - |
| HSV(B) | 310.65º | 0.55% | 0.88% | - |
| XYZ | 46.48 | 29.63 | 59.77 | - |
| YUV | 149.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 203 | 0 | 0.55 | 0.10 | 0.12 | 310.65 | 0.67 | 0.64 |
| Hex | E1 | 65 | CB | 0 | 37 | A | C | 137 | 43 | 40 |
| Octal | 341 | 145 | 313 | 0 | 67 | 12 | 14 | 467 | 103 | 100 |
| Binary | 11100001 | 1100101 | 11001011 | 0 | 110111 | 1010 | 1100 | 100110111 | 1000011 | 1000000 |
Color Harmonies of #E165CB
Complementary color
Monochromatic Colors of #E165CB
Black with #E165CB
Text Example
Text Example
White with #E165CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E165CB; }
p { color: rgb(225,101,203); }
H1.HeaderClassName
{
color: #E165CB;
}
.AnyTagClassName
{
color: #E165CB;
}
</style>
background-color css
<style>
a { background-color: #E165CB; }
a { background-color: rgb(225,101,203); }
div.DivClassName
{
background-color: #E165CB;
}
.BgClassName
{
background-color: #E165CB;
}
</style>
border-color css
<style>
span { border-color: #E165CB; }
span { border-color: rgb(225,101,203); }
td.TdClassName
{
border-color: #E165CB;
}
.TagClassName
{
border-color: #E165CB;
}
</style>