Html Css Color HEX #E362D4 Free Speech Magenta
📋 copy color: '#E362D4'red 227 ◦ green 98 ◦ blue 212
Shades of Free Speech Magenta #E362D4
Tints of Free Speech Magenta #E362D4
RGB
CMYK
RGB Variations
Color information
#E362D4 (or 0xE362D4) is known color: Free Speech Magenta. HEX triplet: E3, 62 and D4. RGB value is (227,98,212). Sum of RGB (Red+Green+Blue) = 227+98+212=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E362D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E362D4 is #1C9D2B. Grayscale: #959595. Windows color (decimal): -1875244 or 13918947. OLE color: 13918947.
HSL color Cylindrical-coordinate representation of color #E362D4: hue angle of 306.98º 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 #E362D4 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 98 | 212 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.11 |
| HSL | 306.98º | 0.7% | 0.64% | - |
| HSV(B) | 306.98º | 0.57% | 0.89% | - |
| XYZ | 47.93 | 29.82 | 65.52 | - |
| YUV | 149.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 98 | 212 | 0 | 0.57 | 0.07 | 0.11 | 306.98 | 0.7 | 0.64 |
| Hex | E3 | 62 | D4 | 0 | 39 | 7 | B | 133 | 46 | 40 |
| Octal | 343 | 142 | 324 | 0 | 71 | 7 | 13 | 463 | 106 | 100 |
| Binary | 11100011 | 1100010 | 11010100 | 0 | 111001 | 111 | 1011 | 100110011 | 1000110 | 1000000 |
Color Harmonies of #E362D4
Complementary color
Monochromatic Colors of #E362D4
Black with #E362D4
Text Example
Text Example
White with #E362D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E362D4; }
p { color: rgb(227,98,212); }
H1.HeaderClassName
{
color: #E362D4;
}
.AnyTagClassName
{
color: #E362D4;
}
</style>
background-color css
<style>
a { background-color: #E362D4; }
a { background-color: rgb(227,98,212); }
div.DivClassName
{
background-color: #E362D4;
}
.BgClassName
{
background-color: #E362D4;
}
</style>
border-color css
<style>
span { border-color: #E362D4; }
span { border-color: rgb(227,98,212); }
td.TdClassName
{
border-color: #E362D4;
}
.TagClassName
{
border-color: #E362D4;
}
</style>