Html Css Color HEX #E950CB Free Speech Magenta
📋 copy color: '#E950CB'red 233 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #E950CB
Tints of Free Speech Magenta #E950CB
RGB
CMYK
RGB Variations
Color information
#E950CB (or 0xE950CB) is known color: Free Speech Magenta. HEX triplet: E9, 50 and CB. RGB value is (233,80,203). Sum of RGB (Red+Green+Blue) = 233+80+203=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E950CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950CB is #16AF34. Grayscale: #8B8B8B. Windows color (decimal): -1486645 or 13324521. OLE color: 13324521.
HSL color Cylindrical-coordinate representation of color #E950CB: hue angle of 311.76º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950CB is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 203 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.09 |
| HSL | 311.76º | 0.78% | 0.61% | - |
| HSV(B) | 311.76º | 0.66% | 0.91% | - |
| XYZ | 47.25 | 27.37 | 59.29 | - |
| YUV | 139.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 203 | 0 | 0.66 | 0.13 | 0.09 | 311.76 | 0.78 | 0.61 |
| Hex | E9 | 50 | CB | 0 | 42 | D | 9 | 138 | 4E | 3D |
| Octal | 351 | 120 | 313 | 0 | 102 | 15 | 11 | 470 | 116 | 75 |
| Binary | 11101001 | 1010000 | 11001011 | 0 | 1000010 | 1101 | 1001 | 100111000 | 1001110 | 111101 |
Color Harmonies of #E950CB
Complementary color
Monochromatic Colors of #E950CB
Black with #E950CB
Text Example
Text Example
White with #E950CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950CB; }
p { color: rgb(233,80,203); }
H1.HeaderClassName
{
color: #E950CB;
}
.AnyTagClassName
{
color: #E950CB;
}
</style>
background-color css
<style>
a { background-color: #E950CB; }
a { background-color: rgb(233,80,203); }
div.DivClassName
{
background-color: #E950CB;
}
.BgClassName
{
background-color: #E950CB;
}
</style>
border-color css
<style>
span { border-color: #E950CB; }
span { border-color: rgb(233,80,203); }
td.TdClassName
{
border-color: #E950CB;
}
.TagClassName
{
border-color: #E950CB;
}
</style>