Html Css Color HEX #E65CDD Free Speech Magenta
📋 copy color: '#E65CDD'red 230 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #E65CDD
Tints of Free Speech Magenta #E65CDD
RGB
CMYK
RGB Variations
Color information
#E65CDD (or 0xE65CDD) is known color: Free Speech Magenta. HEX triplet: E6, 5C and DD. RGB value is (230,92,221). Sum of RGB (Red+Green+Blue) = 230+92+221=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E65CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65CDD is #19A322. Grayscale: #939393. Windows color (decimal): -1680163 or 14507238. OLE color: 14507238.
HSL color Cylindrical-coordinate representation of color #E65CDD: hue angle of 303.91º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65CDD is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 221 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.10 |
| HSL | 303.91º | 0.73% | 0.63% | - |
| HSV(B) | 303.91º | 0.6% | 0.9% | - |
| XYZ | 49.51 | 29.7 | 71.53 | - |
| YUV | 147.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 221 | 0 | 0.60 | 0.04 | 0.10 | 303.91 | 0.73 | 0.63 |
| Hex | E6 | 5C | DD | 0 | 3C | 4 | A | 130 | 49 | 3F |
| Octal | 346 | 134 | 335 | 0 | 74 | 4 | 12 | 460 | 111 | 77 |
| Binary | 11100110 | 1011100 | 11011101 | 0 | 111100 | 100 | 1010 | 100110000 | 1001001 | 111111 |
Color Harmonies of #E65CDD
Complementary color
Monochromatic Colors of #E65CDD
Black with #E65CDD
Text Example
Text Example
White with #E65CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65CDD; }
p { color: rgb(230,92,221); }
H1.HeaderClassName
{
color: #E65CDD;
}
.AnyTagClassName
{
color: #E65CDD;
}
</style>
background-color css
<style>
a { background-color: #E65CDD; }
a { background-color: rgb(230,92,221); }
div.DivClassName
{
background-color: #E65CDD;
}
.BgClassName
{
background-color: #E65CDD;
}
</style>
border-color css
<style>
span { border-color: #E65CDD; }
span { border-color: rgb(230,92,221); }
td.TdClassName
{
border-color: #E65CDD;
}
.TagClassName
{
border-color: #E65CDD;
}
</style>