Html Css Color HEX #E448CA Free Speech Magenta
📋 copy color: '#E448CA'red 228 ◦ green 72 ◦ blue 202
Shades of Free Speech Magenta #E448CA
Tints of Free Speech Magenta #E448CA
RGB
CMYK
RGB Variations
Color information
#E448CA (or 0xE448CA) is known color: Free Speech Magenta. HEX triplet: E4, 48 and CA. RGB value is (228,72,202). Sum of RGB (Red+Green+Blue) = 228+72+202=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E448CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448CA is #1BB735. Grayscale: #858585. Windows color (decimal): -1816374 or 13256932. OLE color: 13256932.
HSL color Cylindrical-coordinate representation of color #E448CA: hue angle of 310º degrees, saturation: 0.74, 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 #E448CA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 202 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.11 |
| HSL | 310º | 0.74% | 0.59% | - |
| HSV(B) | 310º | 0.68% | 0.89% | - |
| XYZ | 44.97 | 25.39 | 58.41 | - |
| YUV | 133.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 202 | 0 | 0.68 | 0.11 | 0.11 | 310 | 0.74 | 0.59 |
| Hex | E4 | 48 | CA | 0 | 44 | B | B | 136 | 4A | 3B |
| Octal | 344 | 110 | 312 | 0 | 104 | 13 | 13 | 466 | 112 | 73 |
| Binary | 11100100 | 1001000 | 11001010 | 0 | 1000100 | 1011 | 1011 | 100110110 | 1001010 | 111011 |
Color Harmonies of #E448CA
Complementary color
Monochromatic Colors of #E448CA
Black with #E448CA
Text Example
Text Example
White with #E448CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448CA; }
p { color: rgb(228,72,202); }
H1.HeaderClassName
{
color: #E448CA;
}
.AnyTagClassName
{
color: #E448CA;
}
</style>
background-color css
<style>
a { background-color: #E448CA; }
a { background-color: rgb(228,72,202); }
div.DivClassName
{
background-color: #E448CA;
}
.BgClassName
{
background-color: #E448CA;
}
</style>
border-color css
<style>
span { border-color: #E448CA; }
span { border-color: rgb(228,72,202); }
td.TdClassName
{
border-color: #E448CA;
}
.TagClassName
{
border-color: #E448CA;
}
</style>