Html Css Color HEX #E665C7 Free Speech Magenta
📋 copy color: '#E665C7'red 230 ◦ green 101 ◦ blue 199
Shades of Free Speech Magenta #E665C7
Tints of Free Speech Magenta #E665C7
RGB
CMYK
RGB Variations
Color information
#E665C7 (or 0xE665C7) is known color: Free Speech Magenta. HEX triplet: E6, 65 and C7. RGB value is (230,101,199). Sum of RGB (Red+Green+Blue) = 230+101+199=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E665C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665C7 is #199A38. Grayscale: #969696. Windows color (decimal): -1677881 or 13067750. OLE color: 13067750.
HSL color Cylindrical-coordinate representation of color #E665C7: hue angle of 314.42º 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 #E665C7 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 199 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.10 |
| HSL | 314.42º | 0.72% | 0.65% | - |
| HSV(B) | 314.42º | 0.56% | 0.9% | - |
| XYZ | 47.6 | 30.25 | 57.36 | - |
| YUV | 150.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 199 | 0 | 0.56 | 0.13 | 0.10 | 314.42 | 0.72 | 0.65 |
| Hex | E6 | 65 | C7 | 0 | 38 | D | A | 13A | 48 | 41 |
| Octal | 346 | 145 | 307 | 0 | 70 | 15 | 12 | 472 | 110 | 101 |
| Binary | 11100110 | 1100101 | 11000111 | 0 | 111000 | 1101 | 1010 | 100111010 | 1001000 | 1000001 |
Color Harmonies of #E665C7
Complementary color
Monochromatic Colors of #E665C7
Black with #E665C7
Text Example
Text Example
White with #E665C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665C7; }
p { color: rgb(230,101,199); }
H1.HeaderClassName
{
color: #E665C7;
}
.AnyTagClassName
{
color: #E665C7;
}
</style>
background-color css
<style>
a { background-color: #E665C7; }
a { background-color: rgb(230,101,199); }
div.DivClassName
{
background-color: #E665C7;
}
.BgClassName
{
background-color: #E665C7;
}
</style>
border-color css
<style>
span { border-color: #E665C7; }
span { border-color: rgb(230,101,199); }
td.TdClassName
{
border-color: #E665C7;
}
.TagClassName
{
border-color: #E665C7;
}
</style>