Html Css Color HEX #E050CB Free Speech Magenta
📋 copy color: '#E050CB'red 224 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #E050CB
Tints of Free Speech Magenta #E050CB
RGB
CMYK
RGB Variations
Color information
#E050CB (or 0xE050CB) is known color: Free Speech Magenta. HEX triplet: E0, 50 and CB. RGB value is (224,80,203). Sum of RGB (Red+Green+Blue) = 224+80+203=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E050CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E050CB is #1FAF34. Grayscale: #888888. Windows color (decimal): -2076469 or 13324512. OLE color: 13324512.
HSL color Cylindrical-coordinate representation of color #E050CB: hue angle of 308.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E050CB is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 203 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.12 |
| HSL | 308.75º | 0.7% | 0.6% | - |
| HSV(B) | 308.75º | 0.64% | 0.88% | - |
| XYZ | 44.39 | 25.9 | 59.16 | - |
| YUV | 137.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 203 | 0 | 0.64 | 0.09 | 0.12 | 308.75 | 0.7 | 0.6 |
| Hex | E0 | 50 | CB | 0 | 40 | 9 | C | 135 | 46 | 3C |
| Octal | 340 | 120 | 313 | 0 | 100 | 11 | 14 | 465 | 106 | 74 |
| Binary | 11100000 | 1010000 | 11001011 | 0 | 1000000 | 1001 | 1100 | 100110101 | 1000110 | 111100 |
Color Harmonies of #E050CB
Complementary color
Monochromatic Colors of #E050CB
Black with #E050CB
Text Example
Text Example
White with #E050CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E050CB; }
p { color: rgb(224,80,203); }
H1.HeaderClassName
{
color: #E050CB;
}
.AnyTagClassName
{
color: #E050CB;
}
</style>
background-color css
<style>
a { background-color: #E050CB; }
a { background-color: rgb(224,80,203); }
div.DivClassName
{
background-color: #E050CB;
}
.BgClassName
{
background-color: #E050CB;
}
</style>
border-color css
<style>
span { border-color: #E050CB; }
span { border-color: rgb(224,80,203); }
td.TdClassName
{
border-color: #E050CB;
}
.TagClassName
{
border-color: #E050CB;
}
</style>