Html Css Color HEX #EF4ACB Free Speech Magenta
📋 copy color: '#EF4ACB'red 239 ◦ green 74 ◦ blue 203
Shades of Free Speech Magenta #EF4ACB
Tints of Free Speech Magenta #EF4ACB
RGB
CMYK
RGB Variations
Color information
#EF4ACB (or 0xEF4ACB) is known color: Free Speech Magenta. HEX triplet: EF, 4A and CB. RGB value is (239,74,203). Sum of RGB (Red+Green+Blue) = 239+74+203=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF4ACB is #10B534. Grayscale: #898989. Windows color (decimal): -1094965 or 13322991. OLE color: 13322991.
HSL color Cylindrical-coordinate representation of color #EF4ACB: hue angle of 313.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4ACB is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 203 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.06 |
| HSL | 313.09º | 0.84% | 0.61% | - |
| HSV(B) | 313.09º | 0.69% | 0.94% | - |
| XYZ | 48.82 | 27.56 | 59.25 | - |
| YUV | 138.04 | 164.66 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 203 | 0 | 0.69 | 0.15 | 0.06 | 313.09 | 0.84 | 0.61 |
| Hex | EF | 4A | CB | 0 | 45 | F | 6 | 139 | 54 | 3D |
| Octal | 357 | 112 | 313 | 0 | 105 | 17 | 6 | 471 | 124 | 75 |
| Binary | 11101111 | 1001010 | 11001011 | 0 | 1000101 | 1111 | 110 | 100111001 | 1010100 | 111101 |
Color Harmonies of #EF4ACB
Complementary color
Monochromatic Colors of #EF4ACB
Black with #EF4ACB
Text Example
Text Example
White with #EF4ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4ACB; }
p { color: rgb(239,74,203); }
H1.HeaderClassName
{
color: #EF4ACB;
}
.AnyTagClassName
{
color: #EF4ACB;
}
</style>
background-color css
<style>
a { background-color: #EF4ACB; }
a { background-color: rgb(239,74,203); }
div.DivClassName
{
background-color: #EF4ACB;
}
.BgClassName
{
background-color: #EF4ACB;
}
</style>
border-color css
<style>
span { border-color: #EF4ACB; }
span { border-color: rgb(239,74,203); }
td.TdClassName
{
border-color: #EF4ACB;
}
.TagClassName
{
border-color: #EF4ACB;
}
</style>