Html Css Color HEX #E965C8 Free Speech Magenta
📋 copy color: '#E965C8'red 233 ◦ green 101 ◦ blue 200
Shades of Free Speech Magenta #E965C8
Tints of Free Speech Magenta #E965C8
RGB
CMYK
RGB Variations
Color information
#E965C8 (or 0xE965C8) is known color: Free Speech Magenta. HEX triplet: E9, 65 and C8. RGB value is (233,101,200). Sum of RGB (Red+Green+Blue) = 233+101+200=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E965C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965C8 is #169A37. Grayscale: #979797. Windows color (decimal): -1481272 or 13133289. OLE color: 13133289.
HSL color Cylindrical-coordinate representation of color #E965C8: hue angle of 315º 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 #E965C8 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 200 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.09 |
| HSL | 315º | 0.75% | 0.65% | - |
| HSV(B) | 315º | 0.57% | 0.91% | - |
| XYZ | 48.68 | 30.8 | 58.02 | - |
| YUV | 151.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 200 | 0 | 0.57 | 0.14 | 0.09 | 315 | 0.75 | 0.65 |
| Hex | E9 | 65 | C8 | 0 | 39 | E | 9 | 13B | 4B | 41 |
| Octal | 351 | 145 | 310 | 0 | 71 | 16 | 11 | 473 | 113 | 101 |
| Binary | 11101001 | 1100101 | 11001000 | 0 | 111001 | 1110 | 1001 | 100111011 | 1001011 | 1000001 |
Color Harmonies of #E965C8
Complementary color
Monochromatic Colors of #E965C8
Black with #E965C8
Text Example
Text Example
White with #E965C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965C8; }
p { color: rgb(233,101,200); }
H1.HeaderClassName
{
color: #E965C8;
}
.AnyTagClassName
{
color: #E965C8;
}
</style>
background-color css
<style>
a { background-color: #E965C8; }
a { background-color: rgb(233,101,200); }
div.DivClassName
{
background-color: #E965C8;
}
.BgClassName
{
background-color: #E965C8;
}
</style>
border-color css
<style>
span { border-color: #E965C8; }
span { border-color: rgb(233,101,200); }
td.TdClassName
{
border-color: #E965C8;
}
.TagClassName
{
border-color: #E965C8;
}
</style>