Html Css Color HEX #E664C5 Free Speech Magenta
📋 copy color: '#E664C5'red 230 ◦ green 100 ◦ blue 197
Shades of Free Speech Magenta #E664C5
Tints of Free Speech Magenta #E664C5
RGB
CMYK
RGB Variations
Color information
#E664C5 (or 0xE664C5) is known color: Free Speech Magenta. HEX triplet: E6, 64 and C5. RGB value is (230,100,197). Sum of RGB (Red+Green+Blue) = 230+100+197=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E664C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E664C5 is #199B3A. Grayscale: #959595. Windows color (decimal): -1678139 or 12936422. OLE color: 12936422.
HSL color Cylindrical-coordinate representation of color #E664C5: hue angle of 315.23º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E664C5 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 197 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.10 |
| HSL | 315.23º | 0.72% | 0.65% | - |
| HSV(B) | 315.23º | 0.57% | 0.9% | - |
| XYZ | 47.27 | 29.97 | 56.12 | - |
| YUV | 149.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 197 | 0 | 0.57 | 0.14 | 0.10 | 315.23 | 0.72 | 0.65 |
| Hex | E6 | 64 | C5 | 0 | 39 | E | A | 13B | 48 | 41 |
| Octal | 346 | 144 | 305 | 0 | 71 | 16 | 12 | 473 | 110 | 101 |
| Binary | 11100110 | 1100100 | 11000101 | 0 | 111001 | 1110 | 1010 | 100111011 | 1001000 | 1000001 |
Color Harmonies of #E664C5
Complementary color
Monochromatic Colors of #E664C5
Black with #E664C5
Text Example
Text Example
White with #E664C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E664C5; }
p { color: rgb(230,100,197); }
H1.HeaderClassName
{
color: #E664C5;
}
.AnyTagClassName
{
color: #E664C5;
}
</style>
background-color css
<style>
a { background-color: #E664C5; }
a { background-color: rgb(230,100,197); }
div.DivClassName
{
background-color: #E664C5;
}
.BgClassName
{
background-color: #E664C5;
}
</style>
border-color css
<style>
span { border-color: #E664C5; }
span { border-color: rgb(230,100,197); }
td.TdClassName
{
border-color: #E664C5;
}
.TagClassName
{
border-color: #E664C5;
}
</style>