Html Css Color HEX #E965E5 Free Speech Magenta
📋 copy color: '#E965E5'red 233 ◦ green 101 ◦ blue 229
Shades of Free Speech Magenta #E965E5
Tints of Free Speech Magenta #E965E5
RGB
CMYK
RGB Variations
Color information
#E965E5 (or 0xE965E5) is known color: Free Speech Magenta. HEX triplet: E9, 65 and E5. RGB value is (233,101,229). Sum of RGB (Red+Green+Blue) = 233+101+229=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E965E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965E5 is #169A1A. Grayscale: #9A9A9A. Windows color (decimal): -1481243 or 15033833. OLE color: 15033833.
HSL color Cylindrical-coordinate representation of color #E965E5: hue angle of 301.82º 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 #E965E5 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 229 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.09 |
| HSL | 301.82º | 0.75% | 0.65% | - |
| HSV(B) | 301.82º | 0.57% | 0.91% | - |
| XYZ | 52.4 | 32.29 | 77.6 | - |
| YUV | 155.06 | 169.73 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 229 | 0 | 0.57 | 0.02 | 0.09 | 301.82 | 0.75 | 0.65 |
| Hex | E9 | 65 | E5 | 0 | 39 | 2 | 9 | 12E | 4B | 41 |
| Octal | 351 | 145 | 345 | 0 | 71 | 2 | 11 | 456 | 113 | 101 |
| Binary | 11101001 | 1100101 | 11100101 | 0 | 111001 | 10 | 1001 | 100101110 | 1001011 | 1000001 |
Color Harmonies of #E965E5
Complementary color
Monochromatic Colors of #E965E5
Black with #E965E5
Text Example
Text Example
White with #E965E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965E5; }
p { color: rgb(233,101,229); }
H1.HeaderClassName
{
color: #E965E5;
}
.AnyTagClassName
{
color: #E965E5;
}
</style>
background-color css
<style>
a { background-color: #E965E5; }
a { background-color: rgb(233,101,229); }
div.DivClassName
{
background-color: #E965E5;
}
.BgClassName
{
background-color: #E965E5;
}
</style>
border-color css
<style>
span { border-color: #E965E5; }
span { border-color: rgb(233,101,229); }
td.TdClassName
{
border-color: #E965E5;
}
.TagClassName
{
border-color: #E965E5;
}
</style>