Html Css Color HEX #E362D3 Free Speech Magenta
📋 copy color: '#E362D3'red 227 ◦ green 98 ◦ blue 211
Shades of Free Speech Magenta #E362D3
Tints of Free Speech Magenta #E362D3
RGB
CMYK
RGB Variations
Color information
#E362D3 (or 0xE362D3) is known color: Free Speech Magenta. HEX triplet: E3, 62 and D3. RGB value is (227,98,211). Sum of RGB (Red+Green+Blue) = 227+98+211=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 98 (38.67% from 255 or 18.28% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 227 - color contains mainly: red. Hex color #E362D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E362D3 is #1C9D2C. Grayscale: #959595. Windows color (decimal): -1875245 or 13853411. OLE color: 13853411.
HSL color Cylindrical-coordinate representation of color #E362D3: hue angle of 307.44º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E362D3 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 98 | 211 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.11 |
| HSL | 307.44º | 0.7% | 0.64% | - |
| HSV(B) | 307.44º | 0.57% | 0.89% | - |
| XYZ | 47.8 | 29.77 | 64.85 | - |
| YUV | 149.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 98 | 211 | 0 | 0.57 | 0.07 | 0.11 | 307.44 | 0.7 | 0.64 |
| Hex | E3 | 62 | D3 | 0 | 39 | 7 | B | 133 | 46 | 40 |
| Octal | 343 | 142 | 323 | 0 | 71 | 7 | 13 | 463 | 106 | 100 |
| Binary | 11100011 | 1100010 | 11010011 | 0 | 111001 | 111 | 1011 | 100110011 | 1000110 | 1000000 |
Color Harmonies of #E362D3
Complementary color
Monochromatic Colors of #E362D3
Black with #E362D3
Text Example
Text Example
White with #E362D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E362D3; }
p { color: rgb(227,98,211); }
H1.HeaderClassName
{
color: #E362D3;
}
.AnyTagClassName
{
color: #E362D3;
}
</style>
background-color css
<style>
a { background-color: #E362D3; }
a { background-color: rgb(227,98,211); }
div.DivClassName
{
background-color: #E362D3;
}
.BgClassName
{
background-color: #E362D3;
}
</style>
border-color css
<style>
span { border-color: #E362D3; }
span { border-color: rgb(227,98,211); }
td.TdClassName
{
border-color: #E362D3;
}
.TagClassName
{
border-color: #E362D3;
}
</style>