Html Css Color HEX #E15DD6 Free Speech Magenta
📋 copy color: '#E15DD6'red 225 ◦ green 93 ◦ blue 214
Shades of Free Speech Magenta #E15DD6
Tints of Free Speech Magenta #E15DD6
RGB
CMYK
RGB Variations
Color information
#E15DD6 (or 0xE15DD6) is known color: Free Speech Magenta. HEX triplet: E1, 5D and D6. RGB value is (225,93,214). Sum of RGB (Red+Green+Blue) = 225+93+214=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DD6 is #1EA229. Grayscale: #919191. Windows color (decimal): -2007594 or 14048737. OLE color: 14048737.
HSL color Cylindrical-coordinate representation of color #E15DD6: hue angle of 305º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15DD6 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 214 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.12 |
| HSL | 305º | 0.69% | 0.62% | - |
| HSV(B) | 305º | 0.59% | 0.88% | - |
| XYZ | 47.1 | 28.69 | 66.67 | - |
| YUV | 146.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 214 | 0 | 0.59 | 0.05 | 0.12 | 305 | 0.69 | 0.62 |
| Hex | E1 | 5D | D6 | 0 | 3B | 5 | C | 131 | 45 | 3E |
| Octal | 341 | 135 | 326 | 0 | 73 | 5 | 14 | 461 | 105 | 76 |
| Binary | 11100001 | 1011101 | 11010110 | 0 | 111011 | 101 | 1100 | 100110001 | 1000101 | 111110 |
Color Harmonies of #E15DD6
Complementary color
Monochromatic Colors of #E15DD6
Black with #E15DD6
Text Example
Text Example
White with #E15DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DD6; }
p { color: rgb(225,93,214); }
H1.HeaderClassName
{
color: #E15DD6;
}
.AnyTagClassName
{
color: #E15DD6;
}
</style>
background-color css
<style>
a { background-color: #E15DD6; }
a { background-color: rgb(225,93,214); }
div.DivClassName
{
background-color: #E15DD6;
}
.BgClassName
{
background-color: #E15DD6;
}
</style>
border-color css
<style>
span { border-color: #E15DD6; }
span { border-color: rgb(225,93,214); }
td.TdClassName
{
border-color: #E15DD6;
}
.TagClassName
{
border-color: #E15DD6;
}
</style>