Html Css Color HEX #EB4ACB Free Speech Magenta
📋 copy color: '#EB4ACB'red 235 ◦ green 74 ◦ blue 203
Shades of Free Speech Magenta #EB4ACB
Tints of Free Speech Magenta #EB4ACB
RGB
CMYK
RGB Variations
Color information
#EB4ACB (or 0xEB4ACB) is known color: Free Speech Magenta. HEX triplet: EB, 4A and CB. RGB value is (235,74,203). Sum of RGB (Red+Green+Blue) = 235+74+203=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4ACB is #14B534. Grayscale: #888888. Windows color (decimal): -1357109 or 13322987. OLE color: 13322987.
HSL color Cylindrical-coordinate representation of color #EB4ACB: hue angle of 311.93º 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 #EB4ACB is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 203 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.08 |
| HSL | 311.93º | 0.8% | 0.61% | - |
| HSV(B) | 311.93º | 0.69% | 0.92% | - |
| XYZ | 47.49 | 26.87 | 59.18 | - |
| YUV | 136.85 | 165.34 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 203 | 0 | 0.69 | 0.14 | 0.08 | 311.93 | 0.8 | 0.61 |
| Hex | EB | 4A | CB | 0 | 45 | E | 8 | 138 | 50 | 3D |
| Octal | 353 | 112 | 313 | 0 | 105 | 16 | 10 | 470 | 120 | 75 |
| Binary | 11101011 | 1001010 | 11001011 | 0 | 1000101 | 1110 | 1000 | 100111000 | 1010000 | 111101 |
Color Harmonies of #EB4ACB
Complementary color
Monochromatic Colors of #EB4ACB
Black with #EB4ACB
Text Example
Text Example
White with #EB4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4ACB; }
p { color: rgb(235,74,203); }
H1.HeaderClassName
{
color: #EB4ACB;
}
.AnyTagClassName
{
color: #EB4ACB;
}
</style>
background-color css
<style>
a { background-color: #EB4ACB; }
a { background-color: rgb(235,74,203); }
div.DivClassName
{
background-color: #EB4ACB;
}
.BgClassName
{
background-color: #EB4ACB;
}
</style>
border-color css
<style>
span { border-color: #EB4ACB; }
span { border-color: rgb(235,74,203); }
td.TdClassName
{
border-color: #EB4ACB;
}
.TagClassName
{
border-color: #EB4ACB;
}
</style>