Html Css Color HEX #E767DF Free Speech Magenta
📋 copy color: '#E767DF'red 231 ◦ green 103 ◦ blue 223
Shades of Free Speech Magenta #E767DF
Tints of Free Speech Magenta #E767DF
RGB
CMYK
RGB Variations
Color information
#E767DF (or 0xE767DF) is known color: Free Speech Magenta. HEX triplet: E7, 67 and DF. RGB value is (231,103,223). Sum of RGB (Red+Green+Blue) = 231+103+223=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E767DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E767DF is #189820. Grayscale: #9A9A9A. Windows color (decimal): -1611809 or 14641127. OLE color: 14641127.
HSL color Cylindrical-coordinate representation of color #E767DF: hue angle of 303.75º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E767DF is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 223 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.09 |
| HSL | 303.75º | 0.73% | 0.65% | - |
| HSV(B) | 303.75º | 0.55% | 0.91% | - |
| XYZ | 51.12 | 32.02 | 73.3 | - |
| YUV | 154.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 223 | 0 | 0.55 | 0.03 | 0.09 | 303.75 | 0.73 | 0.65 |
| Hex | E7 | 67 | DF | 0 | 37 | 3 | 9 | 130 | 49 | 41 |
| Octal | 347 | 147 | 337 | 0 | 67 | 3 | 11 | 460 | 111 | 101 |
| Binary | 11100111 | 1100111 | 11011111 | 0 | 110111 | 11 | 1001 | 100110000 | 1001001 | 1000001 |
Color Harmonies of #E767DF
Complementary color
Monochromatic Colors of #E767DF
Black with #E767DF
Text Example
Text Example
White with #E767DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767DF; }
p { color: rgb(231,103,223); }
H1.HeaderClassName
{
color: #E767DF;
}
.AnyTagClassName
{
color: #E767DF;
}
</style>
background-color css
<style>
a { background-color: #E767DF; }
a { background-color: rgb(231,103,223); }
div.DivClassName
{
background-color: #E767DF;
}
.BgClassName
{
background-color: #E767DF;
}
</style>
border-color css
<style>
span { border-color: #E767DF; }
span { border-color: rgb(231,103,223); }
td.TdClassName
{
border-color: #E767DF;
}
.TagClassName
{
border-color: #E767DF;
}
</style>