Html Css Color HEX #E766CB Free Speech Magenta
📋 copy color: '#E766CB'red 231 ◦ green 102 ◦ blue 203
Shades of Free Speech Magenta #E766CB
Tints of Free Speech Magenta #E766CB
RGB
CMYK
RGB Variations
Color information
#E766CB (or 0xE766CB) is known color: Free Speech Magenta. HEX triplet: E7, 66 and CB. RGB value is (231,102,203). Sum of RGB (Red+Green+Blue) = 231+102+203=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E766CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766CB is #189934. Grayscale: #979797. Windows color (decimal): -1612085 or 13330151. OLE color: 13330151.
HSL color Cylindrical-coordinate representation of color #E766CB: hue angle of 313.02º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E766CB is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 203 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.09 |
| HSL | 313.02º | 0.73% | 0.65% | - |
| HSV(B) | 313.02º | 0.56% | 0.91% | - |
| XYZ | 48.49 | 30.8 | 59.89 | - |
| YUV | 152.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 203 | 0 | 0.56 | 0.12 | 0.09 | 313.02 | 0.73 | 0.65 |
| Hex | E7 | 66 | CB | 0 | 38 | C | 9 | 139 | 49 | 41 |
| Octal | 347 | 146 | 313 | 0 | 70 | 14 | 11 | 471 | 111 | 101 |
| Binary | 11100111 | 1100110 | 11001011 | 0 | 111000 | 1100 | 1001 | 100111001 | 1001001 | 1000001 |
Color Harmonies of #E766CB
Complementary color
Monochromatic Colors of #E766CB
Black with #E766CB
Text Example
Text Example
White with #E766CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E766CB; }
p { color: rgb(231,102,203); }
H1.HeaderClassName
{
color: #E766CB;
}
.AnyTagClassName
{
color: #E766CB;
}
</style>
background-color css
<style>
a { background-color: #E766CB; }
a { background-color: rgb(231,102,203); }
div.DivClassName
{
background-color: #E766CB;
}
.BgClassName
{
background-color: #E766CB;
}
</style>
border-color css
<style>
span { border-color: #E766CB; }
span { border-color: rgb(231,102,203); }
td.TdClassName
{
border-color: #E766CB;
}
.TagClassName
{
border-color: #E766CB;
}
</style>