Html Css Color HEX #E948CF Free Speech Magenta
📋 copy color: '#E948CF'red 233 ◦ green 72 ◦ blue 207
Shades of Free Speech Magenta #E948CF
Tints of Free Speech Magenta #E948CF
RGB
CMYK
RGB Variations
Color information
#E948CF (or 0xE948CF) is known color: Free Speech Magenta. HEX triplet: E9, 48 and CF. RGB value is (233,72,207). Sum of RGB (Red+Green+Blue) = 233+72+207=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E948CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948CF is #16B730. Grayscale: #878787. Windows color (decimal): -1488689 or 13584617. OLE color: 13584617.
HSL color Cylindrical-coordinate representation of color #E948CF: hue angle of 309.69º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E948CF is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 207 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.09 |
| HSL | 309.69º | 0.79% | 0.6% | - |
| HSV(B) | 309.69º | 0.69% | 0.91% | - |
| XYZ | 47.18 | 26.46 | 61.65 | - |
| YUV | 135.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 207 | 0 | 0.69 | 0.11 | 0.09 | 309.69 | 0.79 | 0.6 |
| Hex | E9 | 48 | CF | 0 | 45 | B | 9 | 136 | 4F | 3C |
| Octal | 351 | 110 | 317 | 0 | 105 | 13 | 11 | 466 | 117 | 74 |
| Binary | 11101001 | 1001000 | 11001111 | 0 | 1000101 | 1011 | 1001 | 100110110 | 1001111 | 111100 |
Color Harmonies of #E948CF
Complementary color
Monochromatic Colors of #E948CF
Black with #E948CF
Text Example
Text Example
White with #E948CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948CF; }
p { color: rgb(233,72,207); }
H1.HeaderClassName
{
color: #E948CF;
}
.AnyTagClassName
{
color: #E948CF;
}
</style>
background-color css
<style>
a { background-color: #E948CF; }
a { background-color: rgb(233,72,207); }
div.DivClassName
{
background-color: #E948CF;
}
.BgClassName
{
background-color: #E948CF;
}
</style>
border-color css
<style>
span { border-color: #E948CF; }
span { border-color: rgb(233,72,207); }
td.TdClassName
{
border-color: #E948CF;
}
.TagClassName
{
border-color: #E948CF;
}
</style>