Html Css Color HEX #E248CA Free Speech Magenta
📋 copy color: '#E248CA'red 226 ◦ green 72 ◦ blue 202
Shades of Free Speech Magenta #E248CA
Tints of Free Speech Magenta #E248CA
RGB
CMYK
RGB Variations
Color information
#E248CA (or 0xE248CA) is known color: Free Speech Magenta. HEX triplet: E2, 48 and CA. RGB value is (226,72,202). Sum of RGB (Red+Green+Blue) = 226+72+202=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E248CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E248CA is #1DB735. Grayscale: #848484. Windows color (decimal): -1947446 or 13256930. OLE color: 13256930.
HSL color Cylindrical-coordinate representation of color #E248CA: hue angle of 309.35º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E248CA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 202 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.11 |
| HSL | 309.35º | 0.73% | 0.58% | - |
| HSV(B) | 309.35º | 0.68% | 0.89% | - |
| XYZ | 44.34 | 25.07 | 58.38 | - |
| YUV | 132.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 202 | 0 | 0.68 | 0.11 | 0.11 | 309.35 | 0.73 | 0.58 |
| Hex | E2 | 48 | CA | 0 | 44 | B | B | 135 | 49 | 3A |
| Octal | 342 | 110 | 312 | 0 | 104 | 13 | 13 | 465 | 111 | 72 |
| Binary | 11100010 | 1001000 | 11001010 | 0 | 1000100 | 1011 | 1011 | 100110101 | 1001001 | 111010 |
Color Harmonies of #E248CA
Complementary color
Monochromatic Colors of #E248CA
Black with #E248CA
Text Example
Text Example
White with #E248CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E248CA; }
p { color: rgb(226,72,202); }
H1.HeaderClassName
{
color: #E248CA;
}
.AnyTagClassName
{
color: #E248CA;
}
</style>
background-color css
<style>
a { background-color: #E248CA; }
a { background-color: rgb(226,72,202); }
div.DivClassName
{
background-color: #E248CA;
}
.BgClassName
{
background-color: #E248CA;
}
</style>
border-color css
<style>
span { border-color: #E248CA; }
span { border-color: rgb(226,72,202); }
td.TdClassName
{
border-color: #E248CA;
}
.TagClassName
{
border-color: #E248CA;
}
</style>