Html Css Color HEX #E668C5 Free Speech Magenta
📋 copy color: '#E668C5'red 230 ◦ green 104 ◦ blue 197
Shades of Free Speech Magenta #E668C5
Tints of Free Speech Magenta #E668C5
RGB
CMYK
RGB Variations
Color information
#E668C5 (or 0xE668C5) is known color: Free Speech Magenta. HEX triplet: E6, 68 and C5. RGB value is (230,104,197). Sum of RGB (Red+Green+Blue) = 230+104+197=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E668C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668C5 is #19973A. Grayscale: #989898. Windows color (decimal): -1677115 or 12937446. OLE color: 12937446.
HSL color Cylindrical-coordinate representation of color #E668C5: hue angle of 315.71º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E668C5 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 197 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.10 |
| HSL | 315.71º | 0.72% | 0.65% | - |
| HSV(B) | 315.71º | 0.55% | 0.9% | - |
| XYZ | 47.66 | 30.75 | 56.25 | - |
| YUV | 152.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 197 | 0 | 0.55 | 0.14 | 0.10 | 315.71 | 0.72 | 0.65 |
| Hex | E6 | 68 | C5 | 0 | 37 | E | A | 13C | 48 | 41 |
| Octal | 346 | 150 | 305 | 0 | 67 | 16 | 12 | 474 | 110 | 101 |
| Binary | 11100110 | 1101000 | 11000101 | 0 | 110111 | 1110 | 1010 | 100111100 | 1001000 | 1000001 |
Color Harmonies of #E668C5
Complementary color
Monochromatic Colors of #E668C5
Black with #E668C5
Text Example
Text Example
White with #E668C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668C5; }
p { color: rgb(230,104,197); }
H1.HeaderClassName
{
color: #E668C5;
}
.AnyTagClassName
{
color: #E668C5;
}
</style>
background-color css
<style>
a { background-color: #E668C5; }
a { background-color: rgb(230,104,197); }
div.DivClassName
{
background-color: #E668C5;
}
.BgClassName
{
background-color: #E668C5;
}
</style>
border-color css
<style>
span { border-color: #E668C5; }
span { border-color: rgb(230,104,197); }
td.TdClassName
{
border-color: #E668C5;
}
.TagClassName
{
border-color: #E668C5;
}
</style>