Html Css Color HEX #E650D5 Free Speech Magenta
📋 copy color: '#E650D5'red 230 ◦ green 80 ◦ blue 213
Shades of Free Speech Magenta #E650D5
Tints of Free Speech Magenta #E650D5
RGB
CMYK
RGB Variations
Color information
#E650D5 (or 0xE650D5) is known color: Free Speech Magenta. HEX triplet: E6, 50 and D5. RGB value is (230,80,213). Sum of RGB (Red+Green+Blue) = 230+80+213=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E650D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E650D5 is #19AF2A. Grayscale: #8B8B8B. Windows color (decimal): -1683243 or 13979878. OLE color: 13979878.
HSL color Cylindrical-coordinate representation of color #E650D5: hue angle of 306.8º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E650D5 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 213 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.10 |
| HSL | 306.8º | 0.75% | 0.61% | - |
| HSV(B) | 306.8º | 0.65% | 0.9% | - |
| XYZ | 47.51 | 27.36 | 65.73 | - |
| YUV | 140.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 213 | 0 | 0.65 | 0.07 | 0.10 | 306.8 | 0.75 | 0.61 |
| Hex | E6 | 50 | D5 | 0 | 41 | 7 | A | 133 | 4B | 3D |
| Octal | 346 | 120 | 325 | 0 | 101 | 7 | 12 | 463 | 113 | 75 |
| Binary | 11100110 | 1010000 | 11010101 | 0 | 1000001 | 111 | 1010 | 100110011 | 1001011 | 111101 |
Color Harmonies of #E650D5
Complementary color
Monochromatic Colors of #E650D5
Black with #E650D5
Text Example
Text Example
White with #E650D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650D5; }
p { color: rgb(230,80,213); }
H1.HeaderClassName
{
color: #E650D5;
}
.AnyTagClassName
{
color: #E650D5;
}
</style>
background-color css
<style>
a { background-color: #E650D5; }
a { background-color: rgb(230,80,213); }
div.DivClassName
{
background-color: #E650D5;
}
.BgClassName
{
background-color: #E650D5;
}
</style>
border-color css
<style>
span { border-color: #E650D5; }
span { border-color: rgb(230,80,213); }
td.TdClassName
{
border-color: #E650D5;
}
.TagClassName
{
border-color: #E650D5;
}
</style>