Html Css Color HEX #E649C4 Free Speech Magenta
📋 copy color: '#E649C4'red 230 ◦ green 73 ◦ blue 196
Shades of Free Speech Magenta #E649C4
Tints of Free Speech Magenta #E649C4
RGB
CMYK
RGB Variations
Color information
#E649C4 (or 0xE649C4) is known color: Free Speech Magenta. HEX triplet: E6, 49 and C4. RGB value is (230,73,196). Sum of RGB (Red+Green+Blue) = 230+73+196=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E649C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E649C4 is #19B63B. Grayscale: #858585. Windows color (decimal): -1685052 or 12863974. OLE color: 12863974.
HSL color Cylindrical-coordinate representation of color #E649C4: hue angle of 312.99º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E649C4 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 196 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.10 |
| HSL | 312.99º | 0.76% | 0.59% | - |
| HSV(B) | 312.99º | 0.68% | 0.9% | - |
| XYZ | 44.98 | 25.57 | 54.79 | - |
| YUV | 133.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 196 | 0 | 0.68 | 0.15 | 0.10 | 312.99 | 0.76 | 0.59 |
| Hex | E6 | 49 | C4 | 0 | 44 | F | A | 139 | 4C | 3B |
| Octal | 346 | 111 | 304 | 0 | 104 | 17 | 12 | 471 | 114 | 73 |
| Binary | 11100110 | 1001001 | 11000100 | 0 | 1000100 | 1111 | 1010 | 100111001 | 1001100 | 111011 |
Color Harmonies of #E649C4
Complementary color
Monochromatic Colors of #E649C4
Black with #E649C4
Text Example
Text Example
White with #E649C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E649C4; }
p { color: rgb(230,73,196); }
H1.HeaderClassName
{
color: #E649C4;
}
.AnyTagClassName
{
color: #E649C4;
}
</style>
background-color css
<style>
a { background-color: #E649C4; }
a { background-color: rgb(230,73,196); }
div.DivClassName
{
background-color: #E649C4;
}
.BgClassName
{
background-color: #E649C4;
}
</style>
border-color css
<style>
span { border-color: #E649C4; }
span { border-color: rgb(230,73,196); }
td.TdClassName
{
border-color: #E649C4;
}
.TagClassName
{
border-color: #E649C4;
}
</style>