Html Css Color HEX #E652D6 Free Speech Magenta
📋 copy color: '#E652D6'red 230 ◦ green 82 ◦ blue 214
Shades of Free Speech Magenta #E652D6
Tints of Free Speech Magenta #E652D6
RGB
CMYK
RGB Variations
Color information
#E652D6 (or 0xE652D6) is known color: Free Speech Magenta. HEX triplet: E6, 52 and D6. RGB value is (230,82,214). Sum of RGB (Red+Green+Blue) = 230+82+214=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 82 (32.42% from 255 or 15.59% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E652D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E652D6 is #19AD29. Grayscale: #8C8C8C. Windows color (decimal): -1682730 or 14045926. OLE color: 14045926.
HSL color Cylindrical-coordinate representation of color #E652D6: hue angle of 306.49º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E652D6 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 214 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.10 |
| HSL | 306.49º | 0.75% | 0.61% | - |
| HSV(B) | 306.49º | 0.64% | 0.9% | - |
| XYZ | 47.79 | 27.71 | 66.45 | - |
| YUV | 141.3 | 169.03 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 214 | 0 | 0.64 | 0.07 | 0.10 | 306.49 | 0.75 | 0.61 |
| Hex | E6 | 52 | D6 | 0 | 40 | 7 | A | 132 | 4B | 3D |
| Octal | 346 | 122 | 326 | 0 | 100 | 7 | 12 | 462 | 113 | 75 |
| Binary | 11100110 | 1010010 | 11010110 | 0 | 1000000 | 111 | 1010 | 100110010 | 1001011 | 111101 |
Color Harmonies of #E652D6
Complementary color
Monochromatic Colors of #E652D6
Black with #E652D6
Text Example
Text Example
White with #E652D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E652D6; }
p { color: rgb(230,82,214); }
H1.HeaderClassName
{
color: #E652D6;
}
.AnyTagClassName
{
color: #E652D6;
}
</style>
background-color css
<style>
a { background-color: #E652D6; }
a { background-color: rgb(230,82,214); }
div.DivClassName
{
background-color: #E652D6;
}
.BgClassName
{
background-color: #E652D6;
}
</style>
border-color css
<style>
span { border-color: #E652D6; }
span { border-color: rgb(230,82,214); }
td.TdClassName
{
border-color: #E652D6;
}
.TagClassName
{
border-color: #E652D6;
}
</style>