Html Css Color HEX #EB5ADC Free Speech Magenta
📋 copy color: '#EB5ADC'red 235 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #EB5ADC
Tints of Free Speech Magenta #EB5ADC
RGB
CMYK
RGB Variations
Color information
#EB5ADC (or 0xEB5ADC) is known color: Free Speech Magenta. HEX triplet: EB, 5A and DC. RGB value is (235,90,220). Sum of RGB (Red+Green+Blue) = 235+90+220=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5ADC is #14A523. Grayscale: #939393. Windows color (decimal): -1352996 or 14441195. OLE color: 14441195.
HSL color Cylindrical-coordinate representation of color #EB5ADC: hue angle of 306.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5ADC is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 220 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.08 |
| HSL | 306.21º | 0.78% | 0.64% | - |
| HSV(B) | 306.21º | 0.62% | 0.92% | - |
| XYZ | 50.84 | 30.14 | 70.85 | - |
| YUV | 148.18 | 168.54 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 220 | 0 | 0.62 | 0.06 | 0.08 | 306.21 | 0.78 | 0.64 |
| Hex | EB | 5A | DC | 0 | 3E | 6 | 8 | 132 | 4E | 40 |
| Octal | 353 | 132 | 334 | 0 | 76 | 6 | 10 | 462 | 116 | 100 |
| Binary | 11101011 | 1011010 | 11011100 | 0 | 111110 | 110 | 1000 | 100110010 | 1001110 | 1000000 |
Color Harmonies of #EB5ADC
Complementary color
Monochromatic Colors of #EB5ADC
Black with #EB5ADC
Text Example
Text Example
White with #EB5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5ADC; }
p { color: rgb(235,90,220); }
H1.HeaderClassName
{
color: #EB5ADC;
}
.AnyTagClassName
{
color: #EB5ADC;
}
</style>
background-color css
<style>
a { background-color: #EB5ADC; }
a { background-color: rgb(235,90,220); }
div.DivClassName
{
background-color: #EB5ADC;
}
.BgClassName
{
background-color: #EB5ADC;
}
</style>
border-color css
<style>
span { border-color: #EB5ADC; }
span { border-color: rgb(235,90,220); }
td.TdClassName
{
border-color: #EB5ADC;
}
.TagClassName
{
border-color: #EB5ADC;
}
</style>