Html Css Color HEX #E641CF Free Speech Magenta
📋 copy color: '#E641CF'red 230 ◦ green 65 ◦ blue 207
Shades of Free Speech Magenta #E641CF
Tints of Free Speech Magenta #E641CF
RGB
CMYK
RGB Variations
Color information
#E641CF (or 0xE641CF) is known color: Free Speech Magenta. HEX triplet: E6, 41 and CF. RGB value is (230,65,207). Sum of RGB (Red+Green+Blue) = 230+65+207=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E641CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E641CF is #19BE30. Grayscale: #828282. Windows color (decimal): -1687089 or 13582822. OLE color: 13582822.
HSL color Cylindrical-coordinate representation of color #E641CF: hue angle of 308.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E641CF is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 207 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.10 |
| HSL | 308.36º | 0.77% | 0.58% | - |
| HSV(B) | 308.36º | 0.72% | 0.9% | - |
| XYZ | 45.79 | 25.11 | 61.46 | - |
| YUV | 130.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 207 | 0 | 0.72 | 0.10 | 0.10 | 308.36 | 0.77 | 0.58 |
| Hex | E6 | 41 | CF | 0 | 48 | A | A | 134 | 4D | 3A |
| Octal | 346 | 101 | 317 | 0 | 110 | 12 | 12 | 464 | 115 | 72 |
| Binary | 11100110 | 1000001 | 11001111 | 0 | 1001000 | 1010 | 1010 | 100110100 | 1001101 | 111010 |
Color Harmonies of #E641CF
Complementary color
Monochromatic Colors of #E641CF
Black with #E641CF
Text Example
Text Example
White with #E641CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641CF; }
p { color: rgb(230,65,207); }
H1.HeaderClassName
{
color: #E641CF;
}
.AnyTagClassName
{
color: #E641CF;
}
</style>
background-color css
<style>
a { background-color: #E641CF; }
a { background-color: rgb(230,65,207); }
div.DivClassName
{
background-color: #E641CF;
}
.BgClassName
{
background-color: #E641CF;
}
</style>
border-color css
<style>
span { border-color: #E641CF; }
span { border-color: rgb(230,65,207); }
td.TdClassName
{
border-color: #E641CF;
}
.TagClassName
{
border-color: #E641CF;
}
</style>