Html Css Color HEX #E05CCB Free Speech Magenta
📋 copy color: '#E05CCB'red 224 ◦ green 92 ◦ blue 203
Shades of Free Speech Magenta #E05CCB
Tints of Free Speech Magenta #E05CCB
RGB
CMYK
RGB Variations
Color information
#E05CCB (or 0xE05CCB) is known color: Free Speech Magenta. HEX triplet: E0, 5C and CB. RGB value is (224,92,203). Sum of RGB (Red+Green+Blue) = 224+92+203=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05CCB is #1FA334. Grayscale: #8F8F8F. Windows color (decimal): -2073397 or 13327584. OLE color: 13327584.
HSL color Cylindrical-coordinate representation of color #E05CCB: hue angle of 309.55º degrees, saturation: 0.68, 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 #E05CCB is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 203 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.12 |
| HSL | 309.55º | 0.68% | 0.62% | - |
| HSV(B) | 309.55º | 0.59% | 0.88% | - |
| XYZ | 45.35 | 27.81 | 59.48 | - |
| YUV | 144.12 | 161.23 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 203 | 0 | 0.59 | 0.09 | 0.12 | 309.55 | 0.68 | 0.62 |
| Hex | E0 | 5C | CB | 0 | 3B | 9 | C | 136 | 44 | 3E |
| Octal | 340 | 134 | 313 | 0 | 73 | 11 | 14 | 466 | 104 | 76 |
| Binary | 11100000 | 1011100 | 11001011 | 0 | 111011 | 1001 | 1100 | 100110110 | 1000100 | 111110 |
Color Harmonies of #E05CCB
Complementary color
Monochromatic Colors of #E05CCB
Black with #E05CCB
Text Example
Text Example
White with #E05CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05CCB; }
p { color: rgb(224,92,203); }
H1.HeaderClassName
{
color: #E05CCB;
}
.AnyTagClassName
{
color: #E05CCB;
}
</style>
background-color css
<style>
a { background-color: #E05CCB; }
a { background-color: rgb(224,92,203); }
div.DivClassName
{
background-color: #E05CCB;
}
.BgClassName
{
background-color: #E05CCB;
}
</style>
border-color css
<style>
span { border-color: #E05CCB; }
span { border-color: rgb(224,92,203); }
td.TdClassName
{
border-color: #E05CCB;
}
.TagClassName
{
border-color: #E05CCB;
}
</style>