Html Css Color HEX #E65FDD Free Speech Magenta
📋 copy color: '#E65FDD'red 230 ◦ green 95 ◦ blue 221
Shades of Free Speech Magenta #E65FDD
Tints of Free Speech Magenta #E65FDD
RGB
CMYK
RGB Variations
Color information
#E65FDD (or 0xE65FDD) is known color: Free Speech Magenta. HEX triplet: E6, 5F and DD. RGB value is (230,95,221). Sum of RGB (Red+Green+Blue) = 230+95+221=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E65FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65FDD is #19A022. Grayscale: #959595. Windows color (decimal): -1679395 or 14508006. OLE color: 14508006.
HSL color Cylindrical-coordinate representation of color #E65FDD: hue angle of 304º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65FDD is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 221 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.10 |
| HSL | 304º | 0.73% | 0.64% | - |
| HSV(B) | 304º | 0.59% | 0.9% | - |
| XYZ | 49.78 | 30.23 | 71.62 | - |
| YUV | 149.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 221 | 0 | 0.59 | 0.04 | 0.10 | 304 | 0.73 | 0.64 |
| Hex | E6 | 5F | DD | 0 | 3B | 4 | A | 130 | 49 | 40 |
| Octal | 346 | 137 | 335 | 0 | 73 | 4 | 12 | 460 | 111 | 100 |
| Binary | 11100110 | 1011111 | 11011101 | 0 | 111011 | 100 | 1010 | 100110000 | 1001001 | 1000000 |
Color Harmonies of #E65FDD
Complementary color
Monochromatic Colors of #E65FDD
Black with #E65FDD
Text Example
Text Example
White with #E65FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FDD; }
p { color: rgb(230,95,221); }
H1.HeaderClassName
{
color: #E65FDD;
}
.AnyTagClassName
{
color: #E65FDD;
}
</style>
background-color css
<style>
a { background-color: #E65FDD; }
a { background-color: rgb(230,95,221); }
div.DivClassName
{
background-color: #E65FDD;
}
.BgClassName
{
background-color: #E65FDD;
}
</style>
border-color css
<style>
span { border-color: #E65FDD; }
span { border-color: rgb(230,95,221); }
td.TdClassName
{
border-color: #E65FDD;
}
.TagClassName
{
border-color: #E65FDD;
}
</style>