Html Css Color HEX #E965DD Free Speech Magenta
📋 copy color: '#E965DD'red 233 ◦ green 101 ◦ blue 221
Shades of Free Speech Magenta #E965DD
Tints of Free Speech Magenta #E965DD
RGB
CMYK
RGB Variations
Color information
#E965DD (or 0xE965DD) is known color: Free Speech Magenta. HEX triplet: E9, 65 and DD. RGB value is (233,101,221). Sum of RGB (Red+Green+Blue) = 233+101+221=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 101 (39.84% from 255 or 18.20% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E965DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965DD is #169A22. Grayscale: #999999. Windows color (decimal): -1481251 or 14509545. OLE color: 14509545.
HSL color Cylindrical-coordinate representation of color #E965DD: hue angle of 305.45º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E965DD is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 221 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.09 |
| HSL | 305.45º | 0.75% | 0.65% | - |
| HSV(B) | 305.45º | 0.57% | 0.91% | - |
| XYZ | 51.31 | 31.85 | 71.85 | - |
| YUV | 154.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 221 | 0 | 0.57 | 0.05 | 0.09 | 305.45 | 0.75 | 0.65 |
| Hex | E9 | 65 | DD | 0 | 39 | 5 | 9 | 131 | 4B | 41 |
| Octal | 351 | 145 | 335 | 0 | 71 | 5 | 11 | 461 | 113 | 101 |
| Binary | 11101001 | 1100101 | 11011101 | 0 | 111001 | 101 | 1001 | 100110001 | 1001011 | 1000001 |
Color Harmonies of #E965DD
Complementary color
Monochromatic Colors of #E965DD
Black with #E965DD
Text Example
Text Example
White with #E965DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965DD; }
p { color: rgb(233,101,221); }
H1.HeaderClassName
{
color: #E965DD;
}
.AnyTagClassName
{
color: #E965DD;
}
</style>
background-color css
<style>
a { background-color: #E965DD; }
a { background-color: rgb(233,101,221); }
div.DivClassName
{
background-color: #E965DD;
}
.BgClassName
{
background-color: #E965DD;
}
</style>
border-color css
<style>
span { border-color: #E965DD; }
span { border-color: rgb(233,101,221); }
td.TdClassName
{
border-color: #E965DD;
}
.TagClassName
{
border-color: #E965DD;
}
</style>