Html Css Color HEX #E550CB Free Speech Magenta
📋 copy color: '#E550CB'red 229 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #E550CB
Tints of Free Speech Magenta #E550CB
RGB
CMYK
RGB Variations
Color information
#E550CB (or 0xE550CB) is known color: Free Speech Magenta. HEX triplet: E5, 50 and CB. RGB value is (229,80,203). Sum of RGB (Red+Green+Blue) = 229+80+203=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E550CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E550CB is #1AAF34. Grayscale: #8A8A8A. Windows color (decimal): -1748789 or 13324517. OLE color: 13324517.
HSL color Cylindrical-coordinate representation of color #E550CB: hue angle of 310.47º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E550CB is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 203 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.10 |
| HSL | 310.47º | 0.74% | 0.61% | - |
| HSV(B) | 310.47º | 0.65% | 0.9% | - |
| XYZ | 45.96 | 26.71 | 59.23 | - |
| YUV | 138.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 203 | 0 | 0.65 | 0.11 | 0.10 | 310.47 | 0.74 | 0.61 |
| Hex | E5 | 50 | CB | 0 | 41 | B | A | 136 | 4A | 3D |
| Octal | 345 | 120 | 313 | 0 | 101 | 13 | 12 | 466 | 112 | 75 |
| Binary | 11100101 | 1010000 | 11001011 | 0 | 1000001 | 1011 | 1010 | 100110110 | 1001010 | 111101 |
Color Harmonies of #E550CB
Complementary color
Monochromatic Colors of #E550CB
Black with #E550CB
Text Example
Text Example
White with #E550CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550CB; }
p { color: rgb(229,80,203); }
H1.HeaderClassName
{
color: #E550CB;
}
.AnyTagClassName
{
color: #E550CB;
}
</style>
background-color css
<style>
a { background-color: #E550CB; }
a { background-color: rgb(229,80,203); }
div.DivClassName
{
background-color: #E550CB;
}
.BgClassName
{
background-color: #E550CB;
}
</style>
border-color css
<style>
span { border-color: #E550CB; }
span { border-color: rgb(229,80,203); }
td.TdClassName
{
border-color: #E550CB;
}
.TagClassName
{
border-color: #E550CB;
}
</style>