Html Css Color HEX #E563CB Free Speech Magenta
📋 copy color: '#E563CB'red 229 ◦ green 99 ◦ blue 203
Shades of Free Speech Magenta #E563CB
Tints of Free Speech Magenta #E563CB
RGB
CMYK
RGB Variations
Color information
#E563CB (or 0xE563CB) is known color: Free Speech Magenta. HEX triplet: E5, 63 and CB. RGB value is (229,99,203). Sum of RGB (Red+Green+Blue) = 229+99+203=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E563CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E563CB is #1A9C34. Grayscale: #959595. Windows color (decimal): -1743925 or 13329381. OLE color: 13329381.
HSL color Cylindrical-coordinate representation of color #E563CB: hue angle of 312º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E563CB is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 203 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.10 |
| HSL | 312º | 0.71% | 0.64% | - |
| HSV(B) | 312º | 0.57% | 0.9% | - |
| XYZ | 47.55 | 29.89 | 59.76 | - |
| YUV | 149.73 | 158.07 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 203 | 0 | 0.57 | 0.11 | 0.10 | 312 | 0.71 | 0.64 |
| Hex | E5 | 63 | CB | 0 | 39 | B | A | 138 | 47 | 40 |
| Octal | 345 | 143 | 313 | 0 | 71 | 13 | 12 | 470 | 107 | 100 |
| Binary | 11100101 | 1100011 | 11001011 | 0 | 111001 | 1011 | 1010 | 100111000 | 1000111 | 1000000 |
Color Harmonies of #E563CB
Complementary color
Monochromatic Colors of #E563CB
Black with #E563CB
Text Example
Text Example
White with #E563CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E563CB; }
p { color: rgb(229,99,203); }
H1.HeaderClassName
{
color: #E563CB;
}
.AnyTagClassName
{
color: #E563CB;
}
</style>
background-color css
<style>
a { background-color: #E563CB; }
a { background-color: rgb(229,99,203); }
div.DivClassName
{
background-color: #E563CB;
}
.BgClassName
{
background-color: #E563CB;
}
</style>
border-color css
<style>
span { border-color: #E563CB; }
span { border-color: rgb(229,99,203); }
td.TdClassName
{
border-color: #E563CB;
}
.TagClassName
{
border-color: #E563CB;
}
</style>