Html Css Color HEX #E652D5 Free Speech Magenta
📋 copy color: '#E652D5'red 230 ◦ green 82 ◦ blue 213
Shades of Free Speech Magenta #E652D5
Tints of Free Speech Magenta #E652D5
RGB
CMYK
RGB Variations
Color information
#E652D5 (or 0xE652D5) is known color: Free Speech Magenta. HEX triplet: E6, 52 and D5. RGB value is (230,82,213). Sum of RGB (Red+Green+Blue) = 230+82+213=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E652D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E652D5 is #19AD2A. Grayscale: #8C8C8C. Windows color (decimal): -1682731 or 13980390. OLE color: 13980390.
HSL color Cylindrical-coordinate representation of color #E652D5: hue angle of 306.89º 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 #E652D5 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 213 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.10 |
| HSL | 306.89º | 0.75% | 0.61% | - |
| HSV(B) | 306.89º | 0.64% | 0.9% | - |
| XYZ | 47.66 | 27.66 | 65.78 | - |
| YUV | 141.19 | 168.53 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 213 | 0 | 0.64 | 0.07 | 0.10 | 306.89 | 0.75 | 0.61 |
| Hex | E6 | 52 | D5 | 0 | 40 | 7 | A | 133 | 4B | 3D |
| Octal | 346 | 122 | 325 | 0 | 100 | 7 | 12 | 463 | 113 | 75 |
| Binary | 11100110 | 1010010 | 11010101 | 0 | 1000000 | 111 | 1010 | 100110011 | 1001011 | 111101 |
Color Harmonies of #E652D5
Complementary color
Monochromatic Colors of #E652D5
Black with #E652D5
Text Example
Text Example
White with #E652D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E652D5; }
p { color: rgb(230,82,213); }
H1.HeaderClassName
{
color: #E652D5;
}
.AnyTagClassName
{
color: #E652D5;
}
</style>
background-color css
<style>
a { background-color: #E652D5; }
a { background-color: rgb(230,82,213); }
div.DivClassName
{
background-color: #E652D5;
}
.BgClassName
{
background-color: #E652D5;
}
</style>
border-color css
<style>
span { border-color: #E652D5; }
span { border-color: rgb(230,82,213); }
td.TdClassName
{
border-color: #E652D5;
}
.TagClassName
{
border-color: #E652D5;
}
</style>