Html Css Color HEX #E263CA Free Speech Magenta
📋 copy color: '#E263CA'red 226 ◦ green 99 ◦ blue 202
Shades of Free Speech Magenta #E263CA
Tints of Free Speech Magenta #E263CA
RGB
CMYK
RGB Variations
Color information
#E263CA (or 0xE263CA) is known color: Free Speech Magenta. HEX triplet: E2, 63 and CA. RGB value is (226,99,202). Sum of RGB (Red+Green+Blue) = 226+99+202=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E263CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E263CA is #1D9C35. Grayscale: #949494. Windows color (decimal): -1940534 or 13263842. OLE color: 13263842.
HSL color Cylindrical-coordinate representation of color #E263CA: hue angle of 311.34º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E263CA is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 202 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.11 |
| HSL | 311.34º | 0.69% | 0.64% | - |
| HSV(B) | 311.34º | 0.56% | 0.89% | - |
| XYZ | 46.49 | 29.36 | 59.09 | - |
| YUV | 148.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 202 | 0 | 0.56 | 0.11 | 0.11 | 311.34 | 0.69 | 0.64 |
| Hex | E2 | 63 | CA | 0 | 38 | B | B | 137 | 45 | 40 |
| Octal | 342 | 143 | 312 | 0 | 70 | 13 | 13 | 467 | 105 | 100 |
| Binary | 11100010 | 1100011 | 11001010 | 0 | 111000 | 1011 | 1011 | 100110111 | 1000101 | 1000000 |
Color Harmonies of #E263CA
Complementary color
Monochromatic Colors of #E263CA
Black with #E263CA
Text Example
Text Example
White with #E263CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E263CA; }
p { color: rgb(226,99,202); }
H1.HeaderClassName
{
color: #E263CA;
}
.AnyTagClassName
{
color: #E263CA;
}
</style>
background-color css
<style>
a { background-color: #E263CA; }
a { background-color: rgb(226,99,202); }
div.DivClassName
{
background-color: #E263CA;
}
.BgClassName
{
background-color: #E263CA;
}
</style>
border-color css
<style>
span { border-color: #E263CA; }
span { border-color: rgb(226,99,202); }
td.TdClassName
{
border-color: #E263CA;
}
.TagClassName
{
border-color: #E263CA;
}
</style>