Html Css Color HEX #E768CB Free Speech Magenta
📋 copy color: '#E768CB'red 231 ◦ green 104 ◦ blue 203
Shades of Free Speech Magenta #E768CB
Tints of Free Speech Magenta #E768CB
RGB
CMYK
RGB Variations
Color information
#E768CB (or 0xE768CB) is known color: Free Speech Magenta. HEX triplet: E7, 68 and CB. RGB value is (231,104,203). Sum of RGB (Red+Green+Blue) = 231+104+203=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E768CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768CB is #189734. Grayscale: #989898. Windows color (decimal): -1611573 or 13330663. OLE color: 13330663.
HSL color Cylindrical-coordinate representation of color #E768CB: hue angle of 313.23º 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 #E768CB is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 203 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.09 |
| HSL | 313.23º | 0.73% | 0.66% | - |
| HSV(B) | 313.23º | 0.55% | 0.91% | - |
| XYZ | 48.68 | 31.2 | 59.96 | - |
| YUV | 153.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 203 | 0 | 0.55 | 0.12 | 0.09 | 313.23 | 0.73 | 0.66 |
| Hex | E7 | 68 | CB | 0 | 37 | C | 9 | 139 | 49 | 42 |
| Octal | 347 | 150 | 313 | 0 | 67 | 14 | 11 | 471 | 111 | 102 |
| Binary | 11100111 | 1101000 | 11001011 | 0 | 110111 | 1100 | 1001 | 100111001 | 1001001 | 1000010 |
Color Harmonies of #E768CB
Complementary color
Monochromatic Colors of #E768CB
Black with #E768CB
Text Example
Text Example
White with #E768CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768CB; }
p { color: rgb(231,104,203); }
H1.HeaderClassName
{
color: #E768CB;
}
.AnyTagClassName
{
color: #E768CB;
}
</style>
background-color css
<style>
a { background-color: #E768CB; }
a { background-color: rgb(231,104,203); }
div.DivClassName
{
background-color: #E768CB;
}
.BgClassName
{
background-color: #E768CB;
}
</style>
border-color css
<style>
span { border-color: #E768CB; }
span { border-color: rgb(231,104,203); }
td.TdClassName
{
border-color: #E768CB;
}
.TagClassName
{
border-color: #E768CB;
}
</style>