Html Css Color HEX #E762CB Free Speech Magenta
📋 copy color: '#E762CB'red 231 ◦ green 98 ◦ blue 203
Shades of Free Speech Magenta #E762CB
Tints of Free Speech Magenta #E762CB
RGB
CMYK
RGB Variations
Color information
#E762CB (or 0xE762CB) is known color: Free Speech Magenta. HEX triplet: E7, 62 and CB. RGB value is (231,98,203). Sum of RGB (Red+Green+Blue) = 231+98+203=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E762CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762CB is #189D34. Grayscale: #959595. Windows color (decimal): -1613109 or 13329127. OLE color: 13329127.
HSL color Cylindrical-coordinate representation of color #E762CB: hue angle of 312.63º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E762CB is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 203 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.09 |
| HSL | 312.63º | 0.73% | 0.65% | - |
| HSV(B) | 312.63º | 0.58% | 0.91% | - |
| XYZ | 48.1 | 30.04 | 59.76 | - |
| YUV | 149.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 203 | 0 | 0.58 | 0.12 | 0.09 | 312.63 | 0.73 | 0.65 |
| Hex | E7 | 62 | CB | 0 | 3A | C | 9 | 139 | 49 | 41 |
| Octal | 347 | 142 | 313 | 0 | 72 | 14 | 11 | 471 | 111 | 101 |
| Binary | 11100111 | 1100010 | 11001011 | 0 | 111010 | 1100 | 1001 | 100111001 | 1001001 | 1000001 |
Color Harmonies of #E762CB
Complementary color
Monochromatic Colors of #E762CB
Black with #E762CB
Text Example
Text Example
White with #E762CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E762CB; }
p { color: rgb(231,98,203); }
H1.HeaderClassName
{
color: #E762CB;
}
.AnyTagClassName
{
color: #E762CB;
}
</style>
background-color css
<style>
a { background-color: #E762CB; }
a { background-color: rgb(231,98,203); }
div.DivClassName
{
background-color: #E762CB;
}
.BgClassName
{
background-color: #E762CB;
}
</style>
border-color css
<style>
span { border-color: #E762CB; }
span { border-color: rgb(231,98,203); }
td.TdClassName
{
border-color: #E762CB;
}
.TagClassName
{
border-color: #E762CB;
}
</style>