Html Css Color HEX #E64ECB Free Speech Magenta
📋 copy color: '#E64ECB'red 230 ◦ green 78 ◦ blue 203
Shades of Free Speech Magenta #E64ECB
Tints of Free Speech Magenta #E64ECB
RGB
CMYK
RGB Variations
Color information
#E64ECB (or 0xE64ECB) is known color: Free Speech Magenta. HEX triplet: E6, 4E and CB. RGB value is (230,78,203). Sum of RGB (Red+Green+Blue) = 230+78+203=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E64ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E64ECB is #19B134. Grayscale: #898989. Windows color (decimal): -1683765 or 13324006. OLE color: 13324006.
HSL color Cylindrical-coordinate representation of color #E64ECB: hue angle of 310.66º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E64ECB is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 203 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.10 |
| HSL | 310.66º | 0.75% | 0.6% | - |
| HSV(B) | 310.66º | 0.66% | 0.9% | - |
| XYZ | 46.14 | 26.58 | 59.2 | - |
| YUV | 137.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 203 | 0 | 0.66 | 0.12 | 0.10 | 310.66 | 0.75 | 0.6 |
| Hex | E6 | 4E | CB | 0 | 42 | C | A | 137 | 4B | 3C |
| Octal | 346 | 116 | 313 | 0 | 102 | 14 | 12 | 467 | 113 | 74 |
| Binary | 11100110 | 1001110 | 11001011 | 0 | 1000010 | 1100 | 1010 | 100110111 | 1001011 | 111100 |
Color Harmonies of #E64ECB
Complementary color
Monochromatic Colors of #E64ECB
Black with #E64ECB
Text Example
Text Example
White with #E64ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64ECB; }
p { color: rgb(230,78,203); }
H1.HeaderClassName
{
color: #E64ECB;
}
.AnyTagClassName
{
color: #E64ECB;
}
</style>
background-color css
<style>
a { background-color: #E64ECB; }
a { background-color: rgb(230,78,203); }
div.DivClassName
{
background-color: #E64ECB;
}
.BgClassName
{
background-color: #E64ECB;
}
</style>
border-color css
<style>
span { border-color: #E64ECB; }
span { border-color: rgb(230,78,203); }
td.TdClassName
{
border-color: #E64ECB;
}
.TagClassName
{
border-color: #E64ECB;
}
</style>