Html Css Color HEX #EA6BDF Free Speech Magenta
📋 copy color: '#EA6BDF'red 234 ◦ green 107 ◦ blue 223
Shades of Free Speech Magenta #EA6BDF
Tints of Free Speech Magenta #EA6BDF
RGB
CMYK
RGB Variations
Color information
#EA6BDF (or 0xEA6BDF) is known color: Free Speech Magenta. HEX triplet: EA, 6B and DF. RGB value is (234,107,223). Sum of RGB (Red+Green+Blue) = 234+107+223=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 107 (42.19% from 255 or 18.97% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6BDF is #159420. Grayscale: #9D9D9D. Windows color (decimal): -1414177 or 14642154. OLE color: 14642154.
HSL color Cylindrical-coordinate representation of color #EA6BDF: hue angle of 305.2º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6BDF is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 223 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.08 |
| HSL | 305.2º | 0.75% | 0.67% | - |
| HSV(B) | 305.2º | 0.54% | 0.92% | - |
| XYZ | 52.51 | 33.34 | 73.48 | - |
| YUV | 158.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 223 | 0 | 0.54 | 0.05 | 0.08 | 305.2 | 0.75 | 0.67 |
| Hex | EA | 6B | DF | 0 | 36 | 5 | 8 | 131 | 4B | 43 |
| Octal | 352 | 153 | 337 | 0 | 66 | 5 | 10 | 461 | 113 | 103 |
| Binary | 11101010 | 1101011 | 11011111 | 0 | 110110 | 101 | 1000 | 100110001 | 1001011 | 1000011 |
Color Harmonies of #EA6BDF
Complementary color
Monochromatic Colors of #EA6BDF
Black with #EA6BDF
Text Example
Text Example
White with #EA6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6BDF; }
p { color: rgb(234,107,223); }
H1.HeaderClassName
{
color: #EA6BDF;
}
.AnyTagClassName
{
color: #EA6BDF;
}
</style>
background-color css
<style>
a { background-color: #EA6BDF; }
a { background-color: rgb(234,107,223); }
div.DivClassName
{
background-color: #EA6BDF;
}
.BgClassName
{
background-color: #EA6BDF;
}
</style>
border-color css
<style>
span { border-color: #EA6BDF; }
span { border-color: rgb(234,107,223); }
td.TdClassName
{
border-color: #EA6BDF;
}
.TagClassName
{
border-color: #EA6BDF;
}
</style>