Html Css Color HEX #E468CA Free Speech Magenta
📋 copy color: '#E468CA'red 228 ◦ green 104 ◦ blue 202
Shades of Free Speech Magenta #E468CA
Tints of Free Speech Magenta #E468CA
RGB
CMYK
RGB Variations
Color information
#E468CA (or 0xE468CA) is known color: Free Speech Magenta. HEX triplet: E4, 68 and CA. RGB value is (228,104,202). Sum of RGB (Red+Green+Blue) = 228+104+202=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E468CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E468CA is #1B9735. Grayscale: #979797. Windows color (decimal): -1808182 or 13265124. OLE color: 13265124.
HSL color Cylindrical-coordinate representation of color #E468CA: hue angle of 312.58º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E468CA is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 202 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.11 |
| HSL | 312.58º | 0.7% | 0.65% | - |
| HSV(B) | 312.58º | 0.54% | 0.89% | - |
| XYZ | 47.61 | 30.66 | 59.29 | - |
| YUV | 152.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 202 | 0 | 0.54 | 0.11 | 0.11 | 312.58 | 0.7 | 0.65 |
| Hex | E4 | 68 | CA | 0 | 36 | B | B | 139 | 46 | 41 |
| Octal | 344 | 150 | 312 | 0 | 66 | 13 | 13 | 471 | 106 | 101 |
| Binary | 11100100 | 1101000 | 11001010 | 0 | 110110 | 1011 | 1011 | 100111001 | 1000110 | 1000001 |
Color Harmonies of #E468CA
Complementary color
Monochromatic Colors of #E468CA
Black with #E468CA
Text Example
Text Example
White with #E468CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E468CA; }
p { color: rgb(228,104,202); }
H1.HeaderClassName
{
color: #E468CA;
}
.AnyTagClassName
{
color: #E468CA;
}
</style>
background-color css
<style>
a { background-color: #E468CA; }
a { background-color: rgb(228,104,202); }
div.DivClassName
{
background-color: #E468CA;
}
.BgClassName
{
background-color: #E468CA;
}
</style>
border-color css
<style>
span { border-color: #E468CA; }
span { border-color: rgb(228,104,202); }
td.TdClassName
{
border-color: #E468CA;
}
.TagClassName
{
border-color: #E468CA;
}
</style>