Html Css Color HEX #E15CCB Free Speech Magenta
📋 copy color: '#E15CCB'red 225 ◦ green 92 ◦ blue 203
Shades of Free Speech Magenta #E15CCB
Tints of Free Speech Magenta #E15CCB
RGB
CMYK
RGB Variations
Color information
#E15CCB (or 0xE15CCB) is known color: Free Speech Magenta. HEX triplet: E1, 5C and CB. RGB value is (225,92,203). Sum of RGB (Red+Green+Blue) = 225+92+203=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15CCB is #1EA334. Grayscale: #909090. Windows color (decimal): -2007861 or 13327585. OLE color: 13327585.
HSL color Cylindrical-coordinate representation of color #E15CCB: hue angle of 309.92º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15CCB is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 203 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.12 |
| HSL | 309.92º | 0.69% | 0.62% | - |
| HSV(B) | 309.92º | 0.59% | 0.88% | - |
| XYZ | 45.66 | 27.97 | 59.49 | - |
| YUV | 144.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 203 | 0 | 0.59 | 0.10 | 0.12 | 309.92 | 0.69 | 0.62 |
| Hex | E1 | 5C | CB | 0 | 3B | A | C | 136 | 45 | 3E |
| Octal | 341 | 134 | 313 | 0 | 73 | 12 | 14 | 466 | 105 | 76 |
| Binary | 11100001 | 1011100 | 11001011 | 0 | 111011 | 1010 | 1100 | 100110110 | 1000101 | 111110 |
Color Harmonies of #E15CCB
Complementary color
Monochromatic Colors of #E15CCB
Black with #E15CCB
Text Example
Text Example
White with #E15CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CCB; }
p { color: rgb(225,92,203); }
H1.HeaderClassName
{
color: #E15CCB;
}
.AnyTagClassName
{
color: #E15CCB;
}
</style>
background-color css
<style>
a { background-color: #E15CCB; }
a { background-color: rgb(225,92,203); }
div.DivClassName
{
background-color: #E15CCB;
}
.BgClassName
{
background-color: #E15CCB;
}
</style>
border-color css
<style>
span { border-color: #E15CCB; }
span { border-color: rgb(225,92,203); }
td.TdClassName
{
border-color: #E15CCB;
}
.TagClassName
{
border-color: #E15CCB;
}
</style>