Html Css Color HEX #E448CE Free Speech Magenta
📋 copy color: '#E448CE'red 228 ◦ green 72 ◦ blue 206
Shades of Free Speech Magenta #E448CE
Tints of Free Speech Magenta #E448CE
RGB
CMYK
RGB Variations
Color information
#E448CE (or 0xE448CE) is known color: Free Speech Magenta. HEX triplet: E4, 48 and CE. RGB value is (228,72,206). Sum of RGB (Red+Green+Blue) = 228+72+206=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E448CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448CE is #1BB731. Grayscale: #858585. Windows color (decimal): -1816370 or 13519076. OLE color: 13519076.
HSL color Cylindrical-coordinate representation of color #E448CE: hue angle of 308.46º 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 #E448CE is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 206 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.11 |
| HSL | 308.46º | 0.74% | 0.59% | - |
| HSV(B) | 308.46º | 0.68% | 0.89% | - |
| XYZ | 45.45 | 25.58 | 60.94 | - |
| YUV | 133.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 206 | 0 | 0.68 | 0.10 | 0.11 | 308.46 | 0.74 | 0.59 |
| Hex | E4 | 48 | CE | 0 | 44 | A | B | 134 | 4A | 3B |
| Octal | 344 | 110 | 316 | 0 | 104 | 12 | 13 | 464 | 112 | 73 |
| Binary | 11100100 | 1001000 | 11001110 | 0 | 1000100 | 1010 | 1011 | 100110100 | 1001010 | 111011 |
Color Harmonies of #E448CE
Complementary color
Monochromatic Colors of #E448CE
Black with #E448CE
Text Example
Text Example
White with #E448CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E448CE; }
p { color: rgb(228,72,206); }
H1.HeaderClassName
{
color: #E448CE;
}
.AnyTagClassName
{
color: #E448CE;
}
</style>
background-color css
<style>
a { background-color: #E448CE; }
a { background-color: rgb(228,72,206); }
div.DivClassName
{
background-color: #E448CE;
}
.BgClassName
{
background-color: #E448CE;
}
</style>
border-color css
<style>
span { border-color: #E448CE; }
span { border-color: rgb(228,72,206); }
td.TdClassName
{
border-color: #E448CE;
}
.TagClassName
{
border-color: #E448CE;
}
</style>