Html Css Color HEX #E767D1 Free Speech Magenta
📋 copy color: '#E767D1'red 231 ◦ green 103 ◦ blue 209
Shades of Free Speech Magenta #E767D1
Tints of Free Speech Magenta #E767D1
RGB
CMYK
RGB Variations
Color information
#E767D1 (or 0xE767D1) is known color: Free Speech Magenta. HEX triplet: E7, 67 and D1. RGB value is (231,103,209). Sum of RGB (Red+Green+Blue) = 231+103+209=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E767D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E767D1 is #18982E. Grayscale: #999999. Windows color (decimal): -1611823 or 13723623. OLE color: 13723623.
HSL color Cylindrical-coordinate representation of color #E767D1: hue angle of 310.31º 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 #E767D1 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 209 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.09 |
| HSL | 310.31º | 0.73% | 0.65% | - |
| HSV(B) | 310.31º | 0.55% | 0.91% | - |
| XYZ | 49.31 | 31.29 | 63.76 | - |
| YUV | 153.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 209 | 0 | 0.55 | 0.10 | 0.09 | 310.31 | 0.73 | 0.65 |
| Hex | E7 | 67 | D1 | 0 | 37 | A | 9 | 136 | 49 | 41 |
| Octal | 347 | 147 | 321 | 0 | 67 | 12 | 11 | 466 | 111 | 101 |
| Binary | 11100111 | 1100111 | 11010001 | 0 | 110111 | 1010 | 1001 | 100110110 | 1001001 | 1000001 |
Color Harmonies of #E767D1
Complementary color
Monochromatic Colors of #E767D1
Black with #E767D1
Text Example
Text Example
White with #E767D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E767D1; }
p { color: rgb(231,103,209); }
H1.HeaderClassName
{
color: #E767D1;
}
.AnyTagClassName
{
color: #E767D1;
}
</style>
background-color css
<style>
a { background-color: #E767D1; }
a { background-color: rgb(231,103,209); }
div.DivClassName
{
background-color: #E767D1;
}
.BgClassName
{
background-color: #E767D1;
}
</style>
border-color css
<style>
span { border-color: #E767D1; }
span { border-color: rgb(231,103,209); }
td.TdClassName
{
border-color: #E767D1;
}
.TagClassName
{
border-color: #E767D1;
}
</style>