Html Css Color HEX #E651D5 Free Speech Magenta
📋 copy color: '#E651D5'red 230 ◦ green 81 ◦ blue 213
Shades of Free Speech Magenta #E651D5
Tints of Free Speech Magenta #E651D5
RGB
CMYK
RGB Variations
Color information
#E651D5 (or 0xE651D5) is known color: Free Speech Magenta. HEX triplet: E6, 51 and D5. RGB value is (230,81,213). Sum of RGB (Red+Green+Blue) = 230+81+213=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 81 (32.03% from 255 or 15.46% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E651D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E651D5 is #19AE2A. Grayscale: #8C8C8C. Windows color (decimal): -1682987 or 13980134. OLE color: 13980134.
HSL color Cylindrical-coordinate representation of color #E651D5: hue angle of 306.85º 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 #E651D5 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 213 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.10 |
| HSL | 306.85º | 0.75% | 0.61% | - |
| HSV(B) | 306.85º | 0.65% | 0.9% | - |
| XYZ | 47.59 | 27.51 | 65.75 | - |
| YUV | 140.6 | 168.86 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 213 | 0 | 0.65 | 0.07 | 0.10 | 306.85 | 0.75 | 0.61 |
| Hex | E6 | 51 | D5 | 0 | 41 | 7 | A | 133 | 4B | 3D |
| Octal | 346 | 121 | 325 | 0 | 101 | 7 | 12 | 463 | 113 | 75 |
| Binary | 11100110 | 1010001 | 11010101 | 0 | 1000001 | 111 | 1010 | 100110011 | 1001011 | 111101 |
Color Harmonies of #E651D5
Complementary color
Monochromatic Colors of #E651D5
Black with #E651D5
Text Example
Text Example
White with #E651D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E651D5; }
p { color: rgb(230,81,213); }
H1.HeaderClassName
{
color: #E651D5;
}
.AnyTagClassName
{
color: #E651D5;
}
</style>
background-color css
<style>
a { background-color: #E651D5; }
a { background-color: rgb(230,81,213); }
div.DivClassName
{
background-color: #E651D5;
}
.BgClassName
{
background-color: #E651D5;
}
</style>
border-color css
<style>
span { border-color: #E651D5; }
span { border-color: rgb(230,81,213); }
td.TdClassName
{
border-color: #E651D5;
}
.TagClassName
{
border-color: #E651D5;
}
</style>