Html Css Color HEX #E949CB Free Speech Magenta
📋 copy color: '#E949CB'red 233 ◦ green 73 ◦ blue 203
Shades of Free Speech Magenta #E949CB
Tints of Free Speech Magenta #E949CB
RGB
CMYK
RGB Variations
Color information
#E949CB (or 0xE949CB) is known color: Free Speech Magenta. HEX triplet: E9, 49 and CB. RGB value is (233,73,203). Sum of RGB (Red+Green+Blue) = 233+73+203=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E949CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949CB is #16B634. Grayscale: #878787. Windows color (decimal): -1488437 or 13322729. OLE color: 13322729.
HSL color Cylindrical-coordinate representation of color #E949CB: hue angle of 311.25º degrees, saturation: 0.78, 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 #E949CB is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 203 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.09 |
| HSL | 311.25º | 0.78% | 0.6% | - |
| HSV(B) | 311.25º | 0.69% | 0.91% | - |
| XYZ | 46.77 | 26.4 | 59.13 | - |
| YUV | 135.66 | 166.01 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 203 | 0 | 0.69 | 0.13 | 0.09 | 311.25 | 0.78 | 0.6 |
| Hex | E9 | 49 | CB | 0 | 45 | D | 9 | 137 | 4E | 3C |
| Octal | 351 | 111 | 313 | 0 | 105 | 15 | 11 | 467 | 116 | 74 |
| Binary | 11101001 | 1001001 | 11001011 | 0 | 1000101 | 1101 | 1001 | 100110111 | 1001110 | 111100 |
Color Harmonies of #E949CB
Complementary color
Monochromatic Colors of #E949CB
Black with #E949CB
Text Example
Text Example
White with #E949CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949CB; }
p { color: rgb(233,73,203); }
H1.HeaderClassName
{
color: #E949CB;
}
.AnyTagClassName
{
color: #E949CB;
}
</style>
background-color css
<style>
a { background-color: #E949CB; }
a { background-color: rgb(233,73,203); }
div.DivClassName
{
background-color: #E949CB;
}
.BgClassName
{
background-color: #E949CB;
}
</style>
border-color css
<style>
span { border-color: #E949CB; }
span { border-color: rgb(233,73,203); }
td.TdClassName
{
border-color: #E949CB;
}
.TagClassName
{
border-color: #E949CB;
}
</style>