Html Css Color HEX #EF6CE5 Free Speech Magenta
📋 copy color: '#EF6CE5'red 239 ◦ green 108 ◦ blue 229
Shades of Free Speech Magenta #EF6CE5
Tints of Free Speech Magenta #EF6CE5
RGB
CMYK
RGB Variations
Color information
#EF6CE5 (or 0xEF6CE5) is known color: Free Speech Magenta. HEX triplet: EF, 6C and E5. RGB value is (239,108,229). Sum of RGB (Red+Green+Blue) = 239+108+229=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CE5 is #10931A. Grayscale: #A0A0A0. Windows color (decimal): -1086235 or 15035631. OLE color: 15035631.
HSL color Cylindrical-coordinate representation of color #EF6CE5: hue angle of 304.58º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6CE5 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 108 | 229 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.06 |
| HSL | 304.58º | 0.8% | 0.68% | - |
| HSV(B) | 304.58º | 0.55% | 0.94% | - |
| XYZ | 55.1 | 34.73 | 77.93 | - |
| YUV | 160.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 108 | 229 | 0 | 0.55 | 0.04 | 0.06 | 304.58 | 0.8 | 0.68 |
| Hex | EF | 6C | E5 | 0 | 37 | 4 | 6 | 131 | 50 | 44 |
| Octal | 357 | 154 | 345 | 0 | 67 | 4 | 6 | 461 | 120 | 104 |
| Binary | 11101111 | 1101100 | 11100101 | 0 | 110111 | 100 | 110 | 100110001 | 1010000 | 1000100 |
Color Harmonies of #EF6CE5
Complementary color
Monochromatic Colors of #EF6CE5
Black with #EF6CE5
Text Example
Text Example
White with #EF6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6CE5; }
p { color: rgb(239,108,229); }
H1.HeaderClassName
{
color: #EF6CE5;
}
.AnyTagClassName
{
color: #EF6CE5;
}
</style>
background-color css
<style>
a { background-color: #EF6CE5; }
a { background-color: rgb(239,108,229); }
div.DivClassName
{
background-color: #EF6CE5;
}
.BgClassName
{
background-color: #EF6CE5;
}
</style>
border-color css
<style>
span { border-color: #EF6CE5; }
span { border-color: rgb(239,108,229); }
td.TdClassName
{
border-color: #EF6CE5;
}
.TagClassName
{
border-color: #EF6CE5;
}
</style>