Html Css Color HEX #E668CB Free Speech Magenta
📋 copy color: '#E668CB'red 230 ◦ green 104 ◦ blue 203
Shades of Free Speech Magenta #E668CB
Tints of Free Speech Magenta #E668CB
RGB
CMYK
RGB Variations
Color information
#E668CB (or 0xE668CB) is known color: Free Speech Magenta. HEX triplet: E6, 68 and CB. RGB value is (230,104,203). Sum of RGB (Red+Green+Blue) = 230+104+203=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E668CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668CB is #199734. Grayscale: #989898. Windows color (decimal): -1677109 or 13330662. OLE color: 13330662.
HSL color Cylindrical-coordinate representation of color #E668CB: hue angle of 312.86º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E668CB is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 203 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.10 |
| HSL | 312.86º | 0.72% | 0.65% | - |
| HSV(B) | 312.86º | 0.55% | 0.9% | - |
| XYZ | 48.36 | 31.04 | 59.94 | - |
| YUV | 152.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 203 | 0 | 0.55 | 0.12 | 0.10 | 312.86 | 0.72 | 0.65 |
| Hex | E6 | 68 | CB | 0 | 37 | C | A | 139 | 48 | 41 |
| Octal | 346 | 150 | 313 | 0 | 67 | 14 | 12 | 471 | 110 | 101 |
| Binary | 11100110 | 1101000 | 11001011 | 0 | 110111 | 1100 | 1010 | 100111001 | 1001000 | 1000001 |
Color Harmonies of #E668CB
Complementary color
Monochromatic Colors of #E668CB
Black with #E668CB
Text Example
Text Example
White with #E668CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E668CB; }
p { color: rgb(230,104,203); }
H1.HeaderClassName
{
color: #E668CB;
}
.AnyTagClassName
{
color: #E668CB;
}
</style>
background-color css
<style>
a { background-color: #E668CB; }
a { background-color: rgb(230,104,203); }
div.DivClassName
{
background-color: #E668CB;
}
.BgClassName
{
background-color: #E668CB;
}
</style>
border-color css
<style>
span { border-color: #E668CB; }
span { border-color: rgb(230,104,203); }
td.TdClassName
{
border-color: #E668CB;
}
.TagClassName
{
border-color: #E668CB;
}
</style>