Html Css Color HEX #E665CF Free Speech Magenta
📋 copy color: '#E665CF'red 230 ◦ green 101 ◦ blue 207
Shades of Free Speech Magenta #E665CF
Tints of Free Speech Magenta #E665CF
RGB
CMYK
RGB Variations
Color information
#E665CF (or 0xE665CF) is known color: Free Speech Magenta. HEX triplet: E6, 65 and CF. RGB value is (230,101,207). Sum of RGB (Red+Green+Blue) = 230+101+207=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E665CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665CF is #199A30. Grayscale: #979797. Windows color (decimal): -1677873 or 13592038. OLE color: 13592038.
HSL color Cylindrical-coordinate representation of color #E665CF: hue angle of 310.7º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665CF is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 207 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.10 |
| HSL | 310.7º | 0.72% | 0.65% | - |
| HSV(B) | 310.7º | 0.56% | 0.9% | - |
| XYZ | 48.55 | 30.64 | 62.39 | - |
| YUV | 151.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 207 | 0 | 0.56 | 0.10 | 0.10 | 310.7 | 0.72 | 0.65 |
| Hex | E6 | 65 | CF | 0 | 38 | A | A | 137 | 48 | 41 |
| Octal | 346 | 145 | 317 | 0 | 70 | 12 | 12 | 467 | 110 | 101 |
| Binary | 11100110 | 1100101 | 11001111 | 0 | 111000 | 1010 | 1010 | 100110111 | 1001000 | 1000001 |
Color Harmonies of #E665CF
Complementary color
Monochromatic Colors of #E665CF
Black with #E665CF
Text Example
Text Example
White with #E665CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665CF; }
p { color: rgb(230,101,207); }
H1.HeaderClassName
{
color: #E665CF;
}
.AnyTagClassName
{
color: #E665CF;
}
</style>
background-color css
<style>
a { background-color: #E665CF; }
a { background-color: rgb(230,101,207); }
div.DivClassName
{
background-color: #E665CF;
}
.BgClassName
{
background-color: #E665CF;
}
</style>
border-color css
<style>
span { border-color: #E665CF; }
span { border-color: rgb(230,101,207); }
td.TdClassName
{
border-color: #E665CF;
}
.TagClassName
{
border-color: #E665CF;
}
</style>