Html Css Color HEX #E965CF Free Speech Magenta
📋 copy color: '#E965CF'red 233 ◦ green 101 ◦ blue 207
Shades of Free Speech Magenta #E965CF
Tints of Free Speech Magenta #E965CF
RGB
CMYK
RGB Variations
Color information
#E965CF (or 0xE965CF) is known color: Free Speech Magenta. HEX triplet: E9, 65 and CF. RGB value is (233,101,207). Sum of RGB (Red+Green+Blue) = 233+101+207=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E965CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965CF is #169A30. Grayscale: #989898. Windows color (decimal): -1481265 or 13592041. OLE color: 13592041.
HSL color Cylindrical-coordinate representation of color #E965CF: hue angle of 311.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 #E965CF is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 207 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.09 |
| HSL | 311.82º | 0.75% | 0.65% | - |
| HSV(B) | 311.82º | 0.57% | 0.91% | - |
| XYZ | 49.52 | 31.14 | 62.43 | - |
| YUV | 152.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 207 | 0 | 0.57 | 0.11 | 0.09 | 311.82 | 0.75 | 0.65 |
| Hex | E9 | 65 | CF | 0 | 39 | B | 9 | 138 | 4B | 41 |
| Octal | 351 | 145 | 317 | 0 | 71 | 13 | 11 | 470 | 113 | 101 |
| Binary | 11101001 | 1100101 | 11001111 | 0 | 111001 | 1011 | 1001 | 100111000 | 1001011 | 1000001 |
Color Harmonies of #E965CF
Complementary color
Monochromatic Colors of #E965CF
Black with #E965CF
Text Example
Text Example
White with #E965CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965CF; }
p { color: rgb(233,101,207); }
H1.HeaderClassName
{
color: #E965CF;
}
.AnyTagClassName
{
color: #E965CF;
}
</style>
background-color css
<style>
a { background-color: #E965CF; }
a { background-color: rgb(233,101,207); }
div.DivClassName
{
background-color: #E965CF;
}
.BgClassName
{
background-color: #E965CF;
}
</style>
border-color css
<style>
span { border-color: #E965CF; }
span { border-color: rgb(233,101,207); }
td.TdClassName
{
border-color: #E965CF;
}
.TagClassName
{
border-color: #E965CF;
}
</style>