Html Css Color HEX #E249CA Free Speech Magenta
📋 copy color: '#E249CA'red 226 ◦ green 73 ◦ blue 202
Shades of Free Speech Magenta #E249CA
Tints of Free Speech Magenta #E249CA
RGB
CMYK
RGB Variations
Color information
#E249CA (or 0xE249CA) is known color: Free Speech Magenta. HEX triplet: E2, 49 and CA. RGB value is (226,73,202). Sum of RGB (Red+Green+Blue) = 226+73+202=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E249CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E249CA is #1DB635. Grayscale: #858585. Windows color (decimal): -1947190 or 13257186. OLE color: 13257186.
HSL color Cylindrical-coordinate representation of color #E249CA: hue angle of 309.41º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E249CA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 202 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.11 |
| HSL | 309.41º | 0.73% | 0.59% | - |
| HSV(B) | 309.41º | 0.68% | 0.89% | - |
| XYZ | 44.41 | 25.2 | 58.4 | - |
| YUV | 133.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 202 | 0 | 0.68 | 0.11 | 0.11 | 309.41 | 0.73 | 0.59 |
| Hex | E2 | 49 | CA | 0 | 44 | B | B | 135 | 49 | 3B |
| Octal | 342 | 111 | 312 | 0 | 104 | 13 | 13 | 465 | 111 | 73 |
| Binary | 11100010 | 1001001 | 11001010 | 0 | 1000100 | 1011 | 1011 | 100110101 | 1001001 | 111011 |
Color Harmonies of #E249CA
Complementary color
Monochromatic Colors of #E249CA
Black with #E249CA
Text Example
Text Example
White with #E249CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249CA; }
p { color: rgb(226,73,202); }
H1.HeaderClassName
{
color: #E249CA;
}
.AnyTagClassName
{
color: #E249CA;
}
</style>
background-color css
<style>
a { background-color: #E249CA; }
a { background-color: rgb(226,73,202); }
div.DivClassName
{
background-color: #E249CA;
}
.BgClassName
{
background-color: #E249CA;
}
</style>
border-color css
<style>
span { border-color: #E249CA; }
span { border-color: rgb(226,73,202); }
td.TdClassName
{
border-color: #E249CA;
}
.TagClassName
{
border-color: #E249CA;
}
</style>