Html Css Color HEX #E65ACF Free Speech Magenta
📋 copy color: '#E65ACF'red 230 ◦ green 90 ◦ blue 207
Shades of Free Speech Magenta #E65ACF
Tints of Free Speech Magenta #E65ACF
RGB
CMYK
RGB Variations
Color information
#E65ACF (or 0xE65ACF) is known color: Free Speech Magenta. HEX triplet: E6, 5A and CF. RGB value is (230,90,207). Sum of RGB (Red+Green+Blue) = 230+90+207=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 90 (35.55% from 255 or 17.08% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ACF is #19A530. Grayscale: #909090. Windows color (decimal): -1680689 or 13589222. OLE color: 13589222.
HSL color Cylindrical-coordinate representation of color #E65ACF: hue angle of 309.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65ACF is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 207 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.10 |
| HSL | 309.86º | 0.74% | 0.63% | - |
| HSV(B) | 309.86º | 0.61% | 0.9% | - |
| XYZ | 47.55 | 28.64 | 62.05 | - |
| YUV | 145.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 207 | 0 | 0.61 | 0.10 | 0.10 | 309.86 | 0.74 | 0.63 |
| Hex | E6 | 5A | CF | 0 | 3D | A | A | 136 | 4A | 3F |
| Octal | 346 | 132 | 317 | 0 | 75 | 12 | 12 | 466 | 112 | 77 |
| Binary | 11100110 | 1011010 | 11001111 | 0 | 111101 | 1010 | 1010 | 100110110 | 1001010 | 111111 |
Color Harmonies of #E65ACF
Complementary color
Monochromatic Colors of #E65ACF
Black with #E65ACF
Text Example
Text Example
White with #E65ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65ACF; }
p { color: rgb(230,90,207); }
H1.HeaderClassName
{
color: #E65ACF;
}
.AnyTagClassName
{
color: #E65ACF;
}
</style>
background-color css
<style>
a { background-color: #E65ACF; }
a { background-color: rgb(230,90,207); }
div.DivClassName
{
background-color: #E65ACF;
}
.BgClassName
{
background-color: #E65ACF;
}
</style>
border-color css
<style>
span { border-color: #E65ACF; }
span { border-color: rgb(230,90,207); }
td.TdClassName
{
border-color: #E65ACF;
}
.TagClassName
{
border-color: #E65ACF;
}
</style>