Html Css Color HEX #E768CE Free Speech Magenta
📋 copy color: '#E768CE'red 231 ◦ green 104 ◦ blue 206
Shades of Free Speech Magenta #E768CE
Tints of Free Speech Magenta #E768CE
RGB
CMYK
RGB Variations
Color information
#E768CE (or 0xE768CE) is known color: Free Speech Magenta. HEX triplet: E7, 68 and CE. RGB value is (231,104,206). Sum of RGB (Red+Green+Blue) = 231+104+206=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E768CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768CE is #189731. Grayscale: #999999. Windows color (decimal): -1611570 or 13527271. OLE color: 13527271.
HSL color Cylindrical-coordinate representation of color #E768CE: hue angle of 311.81º degrees, saturation: 0.73, 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 #E768CE is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 206 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.09 |
| HSL | 311.81º | 0.73% | 0.66% | - |
| HSV(B) | 311.81º | 0.55% | 0.91% | - |
| XYZ | 49.05 | 31.35 | 61.86 | - |
| YUV | 153.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 206 | 0 | 0.55 | 0.11 | 0.09 | 311.81 | 0.73 | 0.66 |
| Hex | E7 | 68 | CE | 0 | 37 | B | 9 | 138 | 49 | 42 |
| Octal | 347 | 150 | 316 | 0 | 67 | 13 | 11 | 470 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11001110 | 0 | 110111 | 1011 | 1001 | 100111000 | 1001001 | 1000010 |
Color Harmonies of #E768CE
Complementary color
Monochromatic Colors of #E768CE
Black with #E768CE
Text Example
Text Example
White with #E768CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768CE; }
p { color: rgb(231,104,206); }
H1.HeaderClassName
{
color: #E768CE;
}
.AnyTagClassName
{
color: #E768CE;
}
</style>
background-color css
<style>
a { background-color: #E768CE; }
a { background-color: rgb(231,104,206); }
div.DivClassName
{
background-color: #E768CE;
}
.BgClassName
{
background-color: #E768CE;
}
</style>
border-color css
<style>
span { border-color: #E768CE; }
span { border-color: rgb(231,104,206); }
td.TdClassName
{
border-color: #E768CE;
}
.TagClassName
{
border-color: #E768CE;
}
</style>