Html Css Color HEX #E552CB Free Speech Magenta
📋 copy color: '#E552CB'red 229 ◦ green 82 ◦ blue 203
Shades of Free Speech Magenta #E552CB
Tints of Free Speech Magenta #E552CB
RGB
CMYK
RGB Variations
Color information
#E552CB (or 0xE552CB) is known color: Free Speech Magenta. HEX triplet: E5, 52 and CB. RGB value is (229,82,203). Sum of RGB (Red+Green+Blue) = 229+82+203=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E552CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552CB is #1AAD34. Grayscale: #8B8B8B. Windows color (decimal): -1748277 or 13325029. OLE color: 13325029.
HSL color Cylindrical-coordinate representation of color #E552CB: hue angle of 310.61º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E552CB is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 203 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.10 |
| HSL | 310.61º | 0.74% | 0.61% | - |
| HSV(B) | 310.61º | 0.64% | 0.9% | - |
| XYZ | 46.11 | 27 | 59.28 | - |
| YUV | 139.75 | 163.7 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 203 | 0 | 0.64 | 0.11 | 0.10 | 310.61 | 0.74 | 0.61 |
| Hex | E5 | 52 | CB | 0 | 40 | B | A | 137 | 4A | 3D |
| Octal | 345 | 122 | 313 | 0 | 100 | 13 | 12 | 467 | 112 | 75 |
| Binary | 11100101 | 1010010 | 11001011 | 0 | 1000000 | 1011 | 1010 | 100110111 | 1001010 | 111101 |
Color Harmonies of #E552CB
Complementary color
Monochromatic Colors of #E552CB
Black with #E552CB
Text Example
Text Example
White with #E552CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552CB; }
p { color: rgb(229,82,203); }
H1.HeaderClassName
{
color: #E552CB;
}
.AnyTagClassName
{
color: #E552CB;
}
</style>
background-color css
<style>
a { background-color: #E552CB; }
a { background-color: rgb(229,82,203); }
div.DivClassName
{
background-color: #E552CB;
}
.BgClassName
{
background-color: #E552CB;
}
</style>
border-color css
<style>
span { border-color: #E552CB; }
span { border-color: rgb(229,82,203); }
td.TdClassName
{
border-color: #E552CB;
}
.TagClassName
{
border-color: #E552CB;
}
</style>