Html Css Color HEX #E442CF Free Speech Magenta
📋 copy color: '#E442CF'red 228 ◦ green 66 ◦ blue 207
Shades of Free Speech Magenta #E442CF
Tints of Free Speech Magenta #E442CF
RGB
CMYK
RGB Variations
Color information
#E442CF (or 0xE442CF) is known color: Free Speech Magenta. HEX triplet: E4, 42 and CF. RGB value is (228,66,207). Sum of RGB (Red+Green+Blue) = 228+66+207=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E442CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E442CF is #1BBD30. Grayscale: #828282. Windows color (decimal): -1817905 or 13583076. OLE color: 13583076.
HSL color Cylindrical-coordinate representation of color #E442CF: hue angle of 307.78º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E442CF is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 207 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.11 |
| HSL | 307.78º | 0.75% | 0.58% | - |
| HSV(B) | 307.78º | 0.71% | 0.89% | - |
| XYZ | 45.21 | 24.9 | 61.45 | - |
| YUV | 130.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 207 | 0 | 0.71 | 0.09 | 0.11 | 307.78 | 0.75 | 0.58 |
| Hex | E4 | 42 | CF | 0 | 47 | 9 | B | 134 | 4B | 3A |
| Octal | 344 | 102 | 317 | 0 | 107 | 11 | 13 | 464 | 113 | 72 |
| Binary | 11100100 | 1000010 | 11001111 | 0 | 1000111 | 1001 | 1011 | 100110100 | 1001011 | 111010 |
Color Harmonies of #E442CF
Complementary color
Monochromatic Colors of #E442CF
Black with #E442CF
Text Example
Text Example
White with #E442CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E442CF; }
p { color: rgb(228,66,207); }
H1.HeaderClassName
{
color: #E442CF;
}
.AnyTagClassName
{
color: #E442CF;
}
</style>
background-color css
<style>
a { background-color: #E442CF; }
a { background-color: rgb(228,66,207); }
div.DivClassName
{
background-color: #E442CF;
}
.BgClassName
{
background-color: #E442CF;
}
</style>
border-color css
<style>
span { border-color: #E442CF; }
span { border-color: rgb(228,66,207); }
td.TdClassName
{
border-color: #E442CF;
}
.TagClassName
{
border-color: #E442CF;
}
</style>