Html Css Color HEX #EB4ADC Free Speech Magenta
📋 copy color: '#EB4ADC'red 235 ◦ green 74 ◦ blue 220
Shades of Free Speech Magenta #EB4ADC
Tints of Free Speech Magenta #EB4ADC
RGB
CMYK
RGB Variations
Color information
#EB4ADC (or 0xEB4ADC) is known color: Free Speech Magenta. HEX triplet: EB, 4A and DC. RGB value is (235,74,220). Sum of RGB (Red+Green+Blue) = 235+74+220=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4ADC is #14B523. Grayscale: #8A8A8A. Windows color (decimal): -1357092 or 14437099. OLE color: 14437099.
HSL color Cylindrical-coordinate representation of color #EB4ADC: hue angle of 305.59º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4ADC is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 220 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.08 |
| HSL | 305.59º | 0.8% | 0.61% | - |
| HSV(B) | 305.59º | 0.69% | 0.92% | - |
| XYZ | 49.63 | 27.73 | 70.45 | - |
| YUV | 138.78 | 173.84 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 220 | 0 | 0.69 | 0.06 | 0.08 | 305.59 | 0.8 | 0.61 |
| Hex | EB | 4A | DC | 0 | 45 | 6 | 8 | 132 | 50 | 3D |
| Octal | 353 | 112 | 334 | 0 | 105 | 6 | 10 | 462 | 120 | 75 |
| Binary | 11101011 | 1001010 | 11011100 | 0 | 1000101 | 110 | 1000 | 100110010 | 1010000 | 111101 |
Color Harmonies of #EB4ADC
Complementary color
Monochromatic Colors of #EB4ADC
Black with #EB4ADC
Text Example
Text Example
White with #EB4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4ADC; }
p { color: rgb(235,74,220); }
H1.HeaderClassName
{
color: #EB4ADC;
}
.AnyTagClassName
{
color: #EB4ADC;
}
</style>
background-color css
<style>
a { background-color: #EB4ADC; }
a { background-color: rgb(235,74,220); }
div.DivClassName
{
background-color: #EB4ADC;
}
.BgClassName
{
background-color: #EB4ADC;
}
</style>
border-color css
<style>
span { border-color: #EB4ADC; }
span { border-color: rgb(235,74,220); }
td.TdClassName
{
border-color: #EB4ADC;
}
.TagClassName
{
border-color: #EB4ADC;
}
</style>