Html Css Color HEX #E954D2 Free Speech Magenta
📋 copy color: '#E954D2'red 233 ◦ green 84 ◦ blue 210
Shades of Free Speech Magenta #E954D2
Tints of Free Speech Magenta #E954D2
RGB
CMYK
RGB Variations
Color information
#E954D2 (or 0xE954D2) is known color: Free Speech Magenta. HEX triplet: E9, 54 and D2. RGB value is (233,84,210). Sum of RGB (Red+Green+Blue) = 233+84+210=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 84 (33.20% from 255 or 15.94% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E954D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954D2 is #16AB2D. Grayscale: #8E8E8E. Windows color (decimal): -1485614 or 13784297. OLE color: 13784297.
HSL color Cylindrical-coordinate representation of color #E954D2: hue angle of 309.26º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E954D2 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 210 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.09 |
| HSL | 309.26º | 0.77% | 0.62% | - |
| HSV(B) | 309.26º | 0.64% | 0.91% | - |
| XYZ | 48.41 | 28.32 | 63.89 | - |
| YUV | 142.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 210 | 0 | 0.64 | 0.10 | 0.09 | 309.26 | 0.77 | 0.62 |
| Hex | E9 | 54 | D2 | 0 | 40 | A | 9 | 135 | 4D | 3E |
| Octal | 351 | 124 | 322 | 0 | 100 | 12 | 11 | 465 | 115 | 76 |
| Binary | 11101001 | 1010100 | 11010010 | 0 | 1000000 | 1010 | 1001 | 100110101 | 1001101 | 111110 |
Color Harmonies of #E954D2
Complementary color
Monochromatic Colors of #E954D2
Black with #E954D2
Text Example
Text Example
White with #E954D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954D2; }
p { color: rgb(233,84,210); }
H1.HeaderClassName
{
color: #E954D2;
}
.AnyTagClassName
{
color: #E954D2;
}
</style>
background-color css
<style>
a { background-color: #E954D2; }
a { background-color: rgb(233,84,210); }
div.DivClassName
{
background-color: #E954D2;
}
.BgClassName
{
background-color: #E954D2;
}
</style>
border-color css
<style>
span { border-color: #E954D2; }
span { border-color: rgb(233,84,210); }
td.TdClassName
{
border-color: #E954D2;
}
.TagClassName
{
border-color: #E954D2;
}
</style>