Html Css Color HEX #EA68D6 Free Speech Magenta
📋 copy color: '#EA68D6'red 234 ◦ green 104 ◦ blue 214
Shades of Free Speech Magenta #EA68D6
Tints of Free Speech Magenta #EA68D6
RGB
CMYK
RGB Variations
Color information
#EA68D6 (or 0xEA68D6) is known color: Free Speech Magenta. HEX triplet: EA, 68 and D6. RGB value is (234,104,214). Sum of RGB (Red+Green+Blue) = 234+104+214=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA68D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA68D6 is #159729. Grayscale: #9B9B9B. Windows color (decimal): -1414954 or 14051562. OLE color: 14051562.
HSL color Cylindrical-coordinate representation of color #EA68D6: hue angle of 309.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA68D6 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 104 | 214 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.08 |
| HSL | 309.23º | 0.76% | 0.66% | - |
| HSV(B) | 309.23º | 0.56% | 0.92% | - |
| XYZ | 51.02 | 32.25 | 67.15 | - |
| YUV | 155.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 104 | 214 | 0 | 0.56 | 0.09 | 0.08 | 309.23 | 0.76 | 0.66 |
| Hex | EA | 68 | D6 | 0 | 38 | 9 | 8 | 135 | 4C | 42 |
| Octal | 352 | 150 | 326 | 0 | 70 | 11 | 10 | 465 | 114 | 102 |
| Binary | 11101010 | 1101000 | 11010110 | 0 | 111000 | 1001 | 1000 | 100110101 | 1001100 | 1000010 |
Color Harmonies of #EA68D6
Complementary color
Monochromatic Colors of #EA68D6
Black with #EA68D6
Text Example
Text Example
White with #EA68D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA68D6; }
p { color: rgb(234,104,214); }
H1.HeaderClassName
{
color: #EA68D6;
}
.AnyTagClassName
{
color: #EA68D6;
}
</style>
background-color css
<style>
a { background-color: #EA68D6; }
a { background-color: rgb(234,104,214); }
div.DivClassName
{
background-color: #EA68D6;
}
.BgClassName
{
background-color: #EA68D6;
}
</style>
border-color css
<style>
span { border-color: #EA68D6; }
span { border-color: rgb(234,104,214); }
td.TdClassName
{
border-color: #EA68D6;
}
.TagClassName
{
border-color: #EA68D6;
}
</style>