Html Css Color HEX #E665DA Free Speech Magenta
📋 copy color: '#E665DA'red 230 ◦ green 101 ◦ blue 218
Shades of Free Speech Magenta #E665DA
Tints of Free Speech Magenta #E665DA
RGB
CMYK
RGB Variations
Color information
#E665DA (or 0xE665DA) is known color: Free Speech Magenta. HEX triplet: E6, 65 and DA. RGB value is (230,101,218). Sum of RGB (Red+Green+Blue) = 230+101+218=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E665DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665DA is #199A25. Grayscale: #989898. Windows color (decimal): -1677862 or 14312934. OLE color: 14312934.
HSL color Cylindrical-coordinate representation of color #E665DA: hue angle of 305.58º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665DA is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 218 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.10 |
| HSL | 305.58º | 0.72% | 0.65% | - |
| HSV(B) | 305.58º | 0.56% | 0.9% | - |
| XYZ | 49.94 | 31.19 | 69.72 | - |
| YUV | 152.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 218 | 0 | 0.56 | 0.05 | 0.10 | 305.58 | 0.72 | 0.65 |
| Hex | E6 | 65 | DA | 0 | 38 | 5 | A | 132 | 48 | 41 |
| Octal | 346 | 145 | 332 | 0 | 70 | 5 | 12 | 462 | 110 | 101 |
| Binary | 11100110 | 1100101 | 11011010 | 0 | 111000 | 101 | 1010 | 100110010 | 1001000 | 1000001 |
Color Harmonies of #E665DA
Complementary color
Monochromatic Colors of #E665DA
Black with #E665DA
Text Example
Text Example
White with #E665DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665DA; }
p { color: rgb(230,101,218); }
H1.HeaderClassName
{
color: #E665DA;
}
.AnyTagClassName
{
color: #E665DA;
}
</style>
background-color css
<style>
a { background-color: #E665DA; }
a { background-color: rgb(230,101,218); }
div.DivClassName
{
background-color: #E665DA;
}
.BgClassName
{
background-color: #E665DA;
}
</style>
border-color css
<style>
span { border-color: #E665DA; }
span { border-color: rgb(230,101,218); }
td.TdClassName
{
border-color: #E665DA;
}
.TagClassName
{
border-color: #E665DA;
}
</style>