Html Css Color HEX #E64BDF Free Speech Magenta
📋 copy color: '#E64BDF'red 230 ◦ green 75 ◦ blue 223
Shades of Free Speech Magenta #E64BDF
Tints of Free Speech Magenta #E64BDF
RGB
CMYK
RGB Variations
Color information
#E64BDF (or 0xE64BDF) is known color: Free Speech Magenta. HEX triplet: E6, 4B and DF. RGB value is (230,75,223). Sum of RGB (Red+Green+Blue) = 230+75+223=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 75 (29.69% from 255 or 14.20% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E64BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E64BDF is #19B420. Grayscale: #898989. Windows color (decimal): -1684513 or 14633958. OLE color: 14633958.
HSL color Cylindrical-coordinate representation of color #E64BDF: hue angle of 302.71º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64BDF is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 75 | 223 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.10 |
| HSL | 302.71º | 0.76% | 0.6% | - |
| HSV(B) | 302.71º | 0.67% | 0.9% | - |
| XYZ | 48.47 | 27.18 | 72.5 | - |
| YUV | 138.22 | 175.85 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 75 | 223 | 0 | 0.67 | 0.03 | 0.10 | 302.71 | 0.76 | 0.6 |
| Hex | E6 | 4B | DF | 0 | 43 | 3 | A | 12F | 4C | 3C |
| Octal | 346 | 113 | 337 | 0 | 103 | 3 | 12 | 457 | 114 | 74 |
| Binary | 11100110 | 1001011 | 11011111 | 0 | 1000011 | 11 | 1010 | 100101111 | 1001100 | 111100 |
Color Harmonies of #E64BDF
Complementary color
Monochromatic Colors of #E64BDF
Black with #E64BDF
Text Example
Text Example
White with #E64BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64BDF; }
p { color: rgb(230,75,223); }
H1.HeaderClassName
{
color: #E64BDF;
}
.AnyTagClassName
{
color: #E64BDF;
}
</style>
background-color css
<style>
a { background-color: #E64BDF; }
a { background-color: rgb(230,75,223); }
div.DivClassName
{
background-color: #E64BDF;
}
.BgClassName
{
background-color: #E64BDF;
}
</style>
border-color css
<style>
span { border-color: #E64BDF; }
span { border-color: rgb(230,75,223); }
td.TdClassName
{
border-color: #E64BDF;
}
.TagClassName
{
border-color: #E64BDF;
}
</style>