Html Css Color HEX #E965E7 Free Speech Magenta
📋 copy color: '#E965E7'red 233 ◦ green 101 ◦ blue 231
Shades of Free Speech Magenta #E965E7
Tints of Free Speech Magenta #E965E7
RGB
CMYK
RGB Variations
Color information
#E965E7 (or 0xE965E7) is known color: Free Speech Magenta. HEX triplet: E9, 65 and E7. RGB value is (233,101,231). Sum of RGB (Red+Green+Blue) = 233+101+231=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E965E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E965E7 is #169A18. Grayscale: #9A9A9A. Windows color (decimal): -1481241 or 15164905. OLE color: 15164905.
HSL color Cylindrical-coordinate representation of color #E965E7: hue angle of 300.91º 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 #E965E7 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 231 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.09 |
| HSL | 300.91º | 0.75% | 0.65% | - |
| HSV(B) | 300.91º | 0.57% | 0.91% | - |
| XYZ | 52.68 | 32.4 | 79.08 | - |
| YUV | 155.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 231 | 0 | 0.57 | 0.01 | 0.09 | 300.91 | 0.75 | 0.65 |
| Hex | E9 | 65 | E7 | 0 | 39 | 1 | 9 | 12D | 4B | 41 |
| Octal | 351 | 145 | 347 | 0 | 71 | 1 | 11 | 455 | 113 | 101 |
| Binary | 11101001 | 1100101 | 11100111 | 0 | 111001 | 1 | 1001 | 100101101 | 1001011 | 1000001 |
Color Harmonies of #E965E7
Complementary color
Monochromatic Colors of #E965E7
Black with #E965E7
Text Example
Text Example
White with #E965E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965E7; }
p { color: rgb(233,101,231); }
H1.HeaderClassName
{
color: #E965E7;
}
.AnyTagClassName
{
color: #E965E7;
}
</style>
background-color css
<style>
a { background-color: #E965E7; }
a { background-color: rgb(233,101,231); }
div.DivClassName
{
background-color: #E965E7;
}
.BgClassName
{
background-color: #E965E7;
}
</style>
border-color css
<style>
span { border-color: #E965E7; }
span { border-color: rgb(233,101,231); }
td.TdClassName
{
border-color: #E965E7;
}
.TagClassName
{
border-color: #E965E7;
}
</style>