Html Css Color HEX #E951CA Free Speech Magenta
📋 copy color: '#E951CA'red 233 ◦ green 81 ◦ blue 202
Shades of Free Speech Magenta #E951CA
Tints of Free Speech Magenta #E951CA
RGB
CMYK
RGB Variations
Color information
#E951CA (or 0xE951CA) is known color: Free Speech Magenta. HEX triplet: E9, 51 and CA. RGB value is (233,81,202). Sum of RGB (Red+Green+Blue) = 233+81+202=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 81 (32.03% from 255 or 15.70% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E951CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E951CA is #16AE35. Grayscale: #8B8B8B. Windows color (decimal): -1486390 or 13259241. OLE color: 13259241.
HSL color Cylindrical-coordinate representation of color #E951CA: hue angle of 312.24º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E951CA is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 202 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.09 |
| HSL | 312.24º | 0.78% | 0.62% | - |
| HSV(B) | 312.24º | 0.65% | 0.91% | - |
| XYZ | 47.21 | 27.47 | 58.69 | - |
| YUV | 140.24 | 162.86 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 202 | 0 | 0.65 | 0.13 | 0.09 | 312.24 | 0.78 | 0.62 |
| Hex | E9 | 51 | CA | 0 | 41 | D | 9 | 138 | 4E | 3E |
| Octal | 351 | 121 | 312 | 0 | 101 | 15 | 11 | 470 | 116 | 76 |
| Binary | 11101001 | 1010001 | 11001010 | 0 | 1000001 | 1101 | 1001 | 100111000 | 1001110 | 111110 |
Color Harmonies of #E951CA
Complementary color
Monochromatic Colors of #E951CA
Black with #E951CA
Text Example
Text Example
White with #E951CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E951CA; }
p { color: rgb(233,81,202); }
H1.HeaderClassName
{
color: #E951CA;
}
.AnyTagClassName
{
color: #E951CA;
}
</style>
background-color css
<style>
a { background-color: #E951CA; }
a { background-color: rgb(233,81,202); }
div.DivClassName
{
background-color: #E951CA;
}
.BgClassName
{
background-color: #E951CA;
}
</style>
border-color css
<style>
span { border-color: #E951CA; }
span { border-color: rgb(233,81,202); }
td.TdClassName
{
border-color: #E951CA;
}
.TagClassName
{
border-color: #E951CA;
}
</style>