Html Css Color HEX #E666CB Free Speech Magenta
📋 copy color: '#E666CB'red 230 ◦ green 102 ◦ blue 203
Shades of Free Speech Magenta #E666CB
Tints of Free Speech Magenta #E666CB
RGB
CMYK
RGB Variations
Color information
#E666CB (or 0xE666CB) is known color: Free Speech Magenta. HEX triplet: E6, 66 and CB. RGB value is (230,102,203). Sum of RGB (Red+Green+Blue) = 230+102+203=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E666CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E666CB is #199934. Grayscale: #979797. Windows color (decimal): -1677621 or 13330150. OLE color: 13330150.
HSL color Cylindrical-coordinate representation of color #E666CB: hue angle of 312.66º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E666CB is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 203 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.10 |
| HSL | 312.66º | 0.72% | 0.65% | - |
| HSV(B) | 312.66º | 0.56% | 0.9% | - |
| XYZ | 48.16 | 30.64 | 59.88 | - |
| YUV | 151.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 203 | 0 | 0.56 | 0.12 | 0.10 | 312.66 | 0.72 | 0.65 |
| Hex | E6 | 66 | CB | 0 | 38 | C | A | 139 | 48 | 41 |
| Octal | 346 | 146 | 313 | 0 | 70 | 14 | 12 | 471 | 110 | 101 |
| Binary | 11100110 | 1100110 | 11001011 | 0 | 111000 | 1100 | 1010 | 100111001 | 1001000 | 1000001 |
Color Harmonies of #E666CB
Complementary color
Monochromatic Colors of #E666CB
Black with #E666CB
Text Example
Text Example
White with #E666CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666CB; }
p { color: rgb(230,102,203); }
H1.HeaderClassName
{
color: #E666CB;
}
.AnyTagClassName
{
color: #E666CB;
}
</style>
background-color css
<style>
a { background-color: #E666CB; }
a { background-color: rgb(230,102,203); }
div.DivClassName
{
background-color: #E666CB;
}
.BgClassName
{
background-color: #E666CB;
}
</style>
border-color css
<style>
span { border-color: #E666CB; }
span { border-color: rgb(230,102,203); }
td.TdClassName
{
border-color: #E666CB;
}
.TagClassName
{
border-color: #E666CB;
}
</style>