Html Css Color HEX #E566CA Free Speech Magenta
📋 copy color: '#E566CA'red 229 ◦ green 102 ◦ blue 202
Shades of Free Speech Magenta #E566CA
Tints of Free Speech Magenta #E566CA
RGB
CMYK
RGB Variations
Color information
#E566CA (or 0xE566CA) is known color: Free Speech Magenta. HEX triplet: E5, 66 and CA. RGB value is (229,102,202). Sum of RGB (Red+Green+Blue) = 229+102+202=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E566CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E566CA is #1A9935. Grayscale: #979797. Windows color (decimal): -1743158 or 13264613. OLE color: 13264613.
HSL color Cylindrical-coordinate representation of color #E566CA: hue angle of 312.76º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E566CA is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 202 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.10 |
| HSL | 312.76º | 0.71% | 0.65% | - |
| HSV(B) | 312.76º | 0.55% | 0.9% | - |
| XYZ | 47.73 | 30.43 | 59.23 | - |
| YUV | 151.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 202 | 0 | 0.55 | 0.12 | 0.10 | 312.76 | 0.71 | 0.65 |
| Hex | E5 | 66 | CA | 0 | 37 | C | A | 139 | 47 | 41 |
| Octal | 345 | 146 | 312 | 0 | 67 | 14 | 12 | 471 | 107 | 101 |
| Binary | 11100101 | 1100110 | 11001010 | 0 | 110111 | 1100 | 1010 | 100111001 | 1000111 | 1000001 |
Color Harmonies of #E566CA
Complementary color
Monochromatic Colors of #E566CA
Black with #E566CA
Text Example
Text Example
White with #E566CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E566CA; }
p { color: rgb(229,102,202); }
H1.HeaderClassName
{
color: #E566CA;
}
.AnyTagClassName
{
color: #E566CA;
}
</style>
background-color css
<style>
a { background-color: #E566CA; }
a { background-color: rgb(229,102,202); }
div.DivClassName
{
background-color: #E566CA;
}
.BgClassName
{
background-color: #E566CA;
}
</style>
border-color css
<style>
span { border-color: #E566CA; }
span { border-color: rgb(229,102,202); }
td.TdClassName
{
border-color: #E566CA;
}
.TagClassName
{
border-color: #E566CA;
}
</style>