Html Css Color HEX #EA6BCC Free Speech Magenta
📋 copy color: '#EA6BCC'red 234 ◦ green 107 ◦ blue 204
Shades of Free Speech Magenta #EA6BCC
Tints of Free Speech Magenta #EA6BCC
RGB
CMYK
RGB Variations
Color information
#EA6BCC (or 0xEA6BCC) is known color: Free Speech Magenta. HEX triplet: EA, 6B and CC. RGB value is (234,107,204). Sum of RGB (Red+Green+Blue) = 234+107+204=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6BCC is #159433. Grayscale: #9B9B9B. Windows color (decimal): -1414196 or 13396970. OLE color: 13396970.
HSL color Cylindrical-coordinate representation of color #EA6BCC: hue angle of 314.17º 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 #EA6BCC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 204 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.08 |
| HSL | 314.17º | 0.75% | 0.67% | - |
| HSV(B) | 314.17º | 0.54% | 0.92% | - |
| XYZ | 50.09 | 32.37 | 60.73 | - |
| YUV | 156.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 204 | 0 | 0.54 | 0.13 | 0.08 | 314.17 | 0.75 | 0.67 |
| Hex | EA | 6B | CC | 0 | 36 | D | 8 | 13A | 4B | 43 |
| Octal | 352 | 153 | 314 | 0 | 66 | 15 | 10 | 472 | 113 | 103 |
| Binary | 11101010 | 1101011 | 11001100 | 0 | 110110 | 1101 | 1000 | 100111010 | 1001011 | 1000011 |
Color Harmonies of #EA6BCC
Complementary color
Monochromatic Colors of #EA6BCC
Black with #EA6BCC
Text Example
Text Example
White with #EA6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6BCC; }
p { color: rgb(234,107,204); }
H1.HeaderClassName
{
color: #EA6BCC;
}
.AnyTagClassName
{
color: #EA6BCC;
}
</style>
background-color css
<style>
a { background-color: #EA6BCC; }
a { background-color: rgb(234,107,204); }
div.DivClassName
{
background-color: #EA6BCC;
}
.BgClassName
{
background-color: #EA6BCC;
}
</style>
border-color css
<style>
span { border-color: #EA6BCC; }
span { border-color: rgb(234,107,204); }
td.TdClassName
{
border-color: #EA6BCC;
}
.TagClassName
{
border-color: #EA6BCC;
}
</style>