Html Css Color HEX #E652E2 Free Speech Magenta
📋 copy color: '#E652E2'red 230 ◦ green 82 ◦ blue 226
Shades of Free Speech Magenta #E652E2
Tints of Free Speech Magenta #E652E2
RGB
CMYK
RGB Variations
Color information
#E652E2 (or 0xE652E2) is known color: Free Speech Magenta. HEX triplet: E6, 52 and E2. RGB value is (230,82,226). Sum of RGB (Red+Green+Blue) = 230+82+226=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E652E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E652E2 is #19AD1D. Grayscale: #8E8E8E. Windows color (decimal): -1682718 or 14832358. OLE color: 14832358.
HSL color Cylindrical-coordinate representation of color #E652E2: hue angle of 301.62º 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 #E652E2 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 226 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.10 |
| HSL | 301.62º | 0.75% | 0.61% | - |
| HSV(B) | 301.62º | 0.64% | 0.9% | - |
| XYZ | 49.38 | 28.35 | 74.82 | - |
| YUV | 142.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 226 | 0 | 0.64 | 0.02 | 0.10 | 301.62 | 0.75 | 0.61 |
| Hex | E6 | 52 | E2 | 0 | 40 | 2 | A | 12E | 4B | 3D |
| Octal | 346 | 122 | 342 | 0 | 100 | 2 | 12 | 456 | 113 | 75 |
| Binary | 11100110 | 1010010 | 11100010 | 0 | 1000000 | 10 | 1010 | 100101110 | 1001011 | 111101 |
Color Harmonies of #E652E2
Complementary color
Monochromatic Colors of #E652E2
Black with #E652E2
Text Example
Text Example
White with #E652E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E652E2; }
p { color: rgb(230,82,226); }
H1.HeaderClassName
{
color: #E652E2;
}
.AnyTagClassName
{
color: #E652E2;
}
</style>
background-color css
<style>
a { background-color: #E652E2; }
a { background-color: rgb(230,82,226); }
div.DivClassName
{
background-color: #E652E2;
}
.BgClassName
{
background-color: #E652E2;
}
</style>
border-color css
<style>
span { border-color: #E652E2; }
span { border-color: rgb(230,82,226); }
td.TdClassName
{
border-color: #E652E2;
}
.TagClassName
{
border-color: #E652E2;
}
</style>