Html Css Color HEX #E769CE Free Speech Magenta
📋 copy color: '#E769CE'red 231 ◦ green 105 ◦ blue 206
Shades of Free Speech Magenta #E769CE
Tints of Free Speech Magenta #E769CE
RGB
CMYK
RGB Variations
Color information
#E769CE (or 0xE769CE) is known color: Free Speech Magenta. HEX triplet: E7, 69 and CE. RGB value is (231,105,206). Sum of RGB (Red+Green+Blue) = 231+105+206=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E769CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E769CE is #189631. Grayscale: #999999. Windows color (decimal): -1611314 or 13527527. OLE color: 13527527.
HSL color Cylindrical-coordinate representation of color #E769CE: hue angle of 311.9º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E769CE is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 206 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.09 |
| HSL | 311.9º | 0.72% | 0.66% | - |
| HSV(B) | 311.9º | 0.55% | 0.91% | - |
| XYZ | 49.15 | 31.55 | 61.89 | - |
| YUV | 154.19 | 157.24 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 206 | 0 | 0.55 | 0.11 | 0.09 | 311.9 | 0.72 | 0.66 |
| Hex | E7 | 69 | CE | 0 | 37 | B | 9 | 138 | 48 | 42 |
| Octal | 347 | 151 | 316 | 0 | 67 | 13 | 11 | 470 | 110 | 102 |
| Binary | 11100111 | 1101001 | 11001110 | 0 | 110111 | 1011 | 1001 | 100111000 | 1001000 | 1000010 |
Color Harmonies of #E769CE
Complementary color
Monochromatic Colors of #E769CE
Black with #E769CE
Text Example
Text Example
White with #E769CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E769CE; }
p { color: rgb(231,105,206); }
H1.HeaderClassName
{
color: #E769CE;
}
.AnyTagClassName
{
color: #E769CE;
}
</style>
background-color css
<style>
a { background-color: #E769CE; }
a { background-color: rgb(231,105,206); }
div.DivClassName
{
background-color: #E769CE;
}
.BgClassName
{
background-color: #E769CE;
}
</style>
border-color css
<style>
span { border-color: #E769CE; }
span { border-color: rgb(231,105,206); }
td.TdClassName
{
border-color: #E769CE;
}
.TagClassName
{
border-color: #E769CE;
}
</style>