Html Css Color HEX #E665E7 Free Speech Magenta
📋 copy color: '#E665E7'red 230 ◦ green 101 ◦ blue 231
Shades of Free Speech Magenta #E665E7
Tints of Free Speech Magenta #E665E7
RGB
CMYK
RGB Variations
Color information
#E665E7 (or 0xE665E7) is known color: Free Speech Magenta. HEX triplet: E6, 65 and E7. RGB value is (230,101,231). Sum of RGB (Red+Green+Blue) = 230+101+231=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 101 (39.84% from 255 or 17.97% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #E665E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E665E7 is #199A18. Grayscale: #9A9A9A. Windows color (decimal): -1677849 or 15164902. OLE color: 15164902.
HSL color Cylindrical-coordinate representation of color #E665E7: hue angle of 299.54º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665E7 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 101 | 231 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.09 |
| HSL | 299.54º | 0.73% | 0.65% | - |
| HSV(B) | 299.54º | 0.56% | 0.91% | - |
| XYZ | 51.71 | 31.9 | 79.03 | - |
| YUV | 154.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 231 | 0.00 | 0.56 | 0 | 0.09 | 299.54 | 0.73 | 0.65 |
| Hex | E6 | 65 | E7 | 0 | 38 | 0 | 9 | 12C | 49 | 41 |
| Octal | 346 | 145 | 347 | 0 | 70 | 0 | 11 | 454 | 111 | 101 |
| Binary | 11100110 | 1100101 | 11100111 | 0 | 111000 | 0 | 1001 | 100101100 | 1001001 | 1000001 |
Color Harmonies of #E665E7
Complementary color
Monochromatic Colors of #E665E7
Black with #E665E7
Text Example
Text Example
White with #E665E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665E7; }
p { color: rgb(230,101,231); }
H1.HeaderClassName
{
color: #E665E7;
}
.AnyTagClassName
{
color: #E665E7;
}
</style>
background-color css
<style>
a { background-color: #E665E7; }
a { background-color: rgb(230,101,231); }
div.DivClassName
{
background-color: #E665E7;
}
.BgClassName
{
background-color: #E665E7;
}
</style>
border-color css
<style>
span { border-color: #E665E7; }
span { border-color: rgb(230,101,231); }
td.TdClassName
{
border-color: #E665E7;
}
.TagClassName
{
border-color: #E665E7;
}
</style>