Html Css Color HEX #EA66DF Free Speech Magenta
📋 copy color: '#EA66DF'red 234 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #EA66DF
Tints of Free Speech Magenta #EA66DF
RGB
CMYK
RGB Variations
Color information
#EA66DF (or 0xEA66DF) is known color: Free Speech Magenta. HEX triplet: EA, 66 and DF. RGB value is (234,102,223). Sum of RGB (Red+Green+Blue) = 234+102+223=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA66DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA66DF is #159920. Grayscale: #9A9A9A. Windows color (decimal): -1415457 or 14640874. OLE color: 14640874.
HSL color Cylindrical-coordinate representation of color #EA66DF: hue angle of 305º 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 #EA66DF is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 223 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.08 |
| HSL | 305º | 0.76% | 0.66% | - |
| HSV(B) | 305º | 0.56% | 0.92% | - |
| XYZ | 52 | 32.32 | 73.31 | - |
| YUV | 155.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 223 | 0 | 0.56 | 0.05 | 0.08 | 305 | 0.76 | 0.66 |
| Hex | EA | 66 | DF | 0 | 38 | 5 | 8 | 131 | 4C | 42 |
| Octal | 352 | 146 | 337 | 0 | 70 | 5 | 10 | 461 | 114 | 102 |
| Binary | 11101010 | 1100110 | 11011111 | 0 | 111000 | 101 | 1000 | 100110001 | 1001100 | 1000010 |
Color Harmonies of #EA66DF
Complementary color
Monochromatic Colors of #EA66DF
Black with #EA66DF
Text Example
Text Example
White with #EA66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA66DF; }
p { color: rgb(234,102,223); }
H1.HeaderClassName
{
color: #EA66DF;
}
.AnyTagClassName
{
color: #EA66DF;
}
</style>
background-color css
<style>
a { background-color: #EA66DF; }
a { background-color: rgb(234,102,223); }
div.DivClassName
{
background-color: #EA66DF;
}
.BgClassName
{
background-color: #EA66DF;
}
</style>
border-color css
<style>
span { border-color: #EA66DF; }
span { border-color: rgb(234,102,223); }
td.TdClassName
{
border-color: #EA66DF;
}
.TagClassName
{
border-color: #EA66DF;
}
</style>