Html Css Color HEX #E668D4 Free Speech Magenta
📋 copy color: '#E668D4'red 230 ◦ green 104 ◦ blue 212
Shades of Free Speech Magenta #E668D4
Tints of Free Speech Magenta #E668D4
RGB
CMYK
RGB Variations
Color information
#E668D4 (or 0xE668D4) is known color: Free Speech Magenta. HEX triplet: E6, 68 and D4. RGB value is (230,104,212). Sum of RGB (Red+Green+Blue) = 230+104+212=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E668D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668D4 is #19972B. Grayscale: #999999. Windows color (decimal): -1677100 or 13920486. OLE color: 13920486.
HSL color Cylindrical-coordinate representation of color #E668D4: hue angle of 308.57º 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 #E668D4 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 212 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.10 |
| HSL | 308.57º | 0.72% | 0.65% | - |
| HSV(B) | 308.57º | 0.55% | 0.9% | - |
| XYZ | 49.47 | 31.48 | 65.76 | - |
| YUV | 153.99 | 160.74 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 212 | 0 | 0.55 | 0.08 | 0.10 | 308.57 | 0.72 | 0.65 |
| Hex | E6 | 68 | D4 | 0 | 37 | 8 | A | 135 | 48 | 41 |
| Octal | 346 | 150 | 324 | 0 | 67 | 10 | 12 | 465 | 110 | 101 |
| Binary | 11100110 | 1101000 | 11010100 | 0 | 110111 | 1000 | 1010 | 100110101 | 1001000 | 1000001 |
Color Harmonies of #E668D4
Complementary color
Monochromatic Colors of #E668D4
Black with #E668D4
Text Example
Text Example
White with #E668D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668D4; }
p { color: rgb(230,104,212); }
H1.HeaderClassName
{
color: #E668D4;
}
.AnyTagClassName
{
color: #E668D4;
}
</style>
background-color css
<style>
a { background-color: #E668D4; }
a { background-color: rgb(230,104,212); }
div.DivClassName
{
background-color: #E668D4;
}
.BgClassName
{
background-color: #E668D4;
}
</style>
border-color css
<style>
span { border-color: #E668D4; }
span { border-color: rgb(230,104,212); }
td.TdClassName
{
border-color: #E668D4;
}
.TagClassName
{
border-color: #E668D4;
}
</style>