Html Css Color HEX #EF65D3 Free Speech Magenta
📋 copy color: '#EF65D3'red 239 ◦ green 101 ◦ blue 211
Shades of Free Speech Magenta #EF65D3
Tints of Free Speech Magenta #EF65D3
RGB
CMYK
RGB Variations
Color information
#EF65D3 (or 0xEF65D3) is known color: Free Speech Magenta. HEX triplet: EF, 65 and D3. RGB value is (239,101,211). Sum of RGB (Red+Green+Blue) = 239+101+211=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65D3 is #109A2C. Grayscale: #9A9A9A. Windows color (decimal): -1088045 or 13854191. OLE color: 13854191.
HSL color Cylindrical-coordinate representation of color #EF65D3: hue angle of 312.17º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65D3 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 211 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.06 |
| HSL | 312.17º | 0.81% | 0.67% | - |
| HSV(B) | 312.17º | 0.58% | 0.94% | - |
| XYZ | 52.01 | 32.36 | 65.13 | - |
| YUV | 154.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 211 | 0 | 0.58 | 0.12 | 0.06 | 312.17 | 0.81 | 0.67 |
| Hex | EF | 65 | D3 | 0 | 3A | C | 6 | 138 | 51 | 43 |
| Octal | 357 | 145 | 323 | 0 | 72 | 14 | 6 | 470 | 121 | 103 |
| Binary | 11101111 | 1100101 | 11010011 | 0 | 111010 | 1100 | 110 | 100111000 | 1010001 | 1000011 |
Color Harmonies of #EF65D3
Complementary color
Monochromatic Colors of #EF65D3
Black with #EF65D3
Text Example
Text Example
White with #EF65D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF65D3; }
p { color: rgb(239,101,211); }
H1.HeaderClassName
{
color: #EF65D3;
}
.AnyTagClassName
{
color: #EF65D3;
}
</style>
background-color css
<style>
a { background-color: #EF65D3; }
a { background-color: rgb(239,101,211); }
div.DivClassName
{
background-color: #EF65D3;
}
.BgClassName
{
background-color: #EF65D3;
}
</style>
border-color css
<style>
span { border-color: #EF65D3; }
span { border-color: rgb(239,101,211); }
td.TdClassName
{
border-color: #EF65D3;
}
.TagClassName
{
border-color: #EF65D3;
}
</style>