Html Css Color HEX #E65DDD Free Speech Magenta
📋 copy color: '#E65DDD'red 230 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #E65DDD
Tints of Free Speech Magenta #E65DDD
RGB
CMYK
RGB Variations
Color information
#E65DDD (or 0xE65DDD) is known color: Free Speech Magenta. HEX triplet: E6, 5D and DD. RGB value is (230,93,221). Sum of RGB (Red+Green+Blue) = 230+93+221=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DDD is #19A222. Grayscale: #949494. Windows color (decimal): -1679907 or 14507494. OLE color: 14507494.
HSL color Cylindrical-coordinate representation of color #E65DDD: hue angle of 303.94º 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 #E65DDD is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 221 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.10 |
| HSL | 303.94º | 0.73% | 0.63% | - |
| HSV(B) | 303.94º | 0.6% | 0.9% | - |
| XYZ | 49.6 | 29.87 | 71.56 | - |
| YUV | 148.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 221 | 0 | 0.60 | 0.04 | 0.10 | 303.94 | 0.73 | 0.63 |
| Hex | E6 | 5D | DD | 0 | 3C | 4 | A | 130 | 49 | 3F |
| Octal | 346 | 135 | 335 | 0 | 74 | 4 | 12 | 460 | 111 | 77 |
| Binary | 11100110 | 1011101 | 11011101 | 0 | 111100 | 100 | 1010 | 100110000 | 1001001 | 111111 |
Color Harmonies of #E65DDD
Complementary color
Monochromatic Colors of #E65DDD
Black with #E65DDD
Text Example
Text Example
White with #E65DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DDD; }
p { color: rgb(230,93,221); }
H1.HeaderClassName
{
color: #E65DDD;
}
.AnyTagClassName
{
color: #E65DDD;
}
</style>
background-color css
<style>
a { background-color: #E65DDD; }
a { background-color: rgb(230,93,221); }
div.DivClassName
{
background-color: #E65DDD;
}
.BgClassName
{
background-color: #E65DDD;
}
</style>
border-color css
<style>
span { border-color: #E65DDD; }
span { border-color: rgb(230,93,221); }
td.TdClassName
{
border-color: #E65DDD;
}
.TagClassName
{
border-color: #E65DDD;
}
</style>