Html Css Color HEX #E262D3 Free Speech Magenta
📋 copy color: '#E262D3'red 226 ◦ green 98 ◦ blue 211
Shades of Free Speech Magenta #E262D3
Tints of Free Speech Magenta #E262D3
RGB
CMYK
RGB Variations
Color information
#E262D3 (or 0xE262D3) is known color: Free Speech Magenta. HEX triplet: E2, 62 and D3. RGB value is (226,98,211). Sum of RGB (Red+Green+Blue) = 226+98+211=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E262D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E262D3 is #1D9D2C. Grayscale: #949494. Windows color (decimal): -1940781 or 13853410. OLE color: 13853410.
HSL color Cylindrical-coordinate representation of color #E262D3: hue angle of 307.03º degrees, saturation: 0.69, 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 #E262D3 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 211 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.11 |
| HSL | 307.03º | 0.69% | 0.64% | - |
| HSV(B) | 307.03º | 0.57% | 0.89% | - |
| XYZ | 47.49 | 29.61 | 64.84 | - |
| YUV | 149.15 | 162.91 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 211 | 0 | 0.57 | 0.07 | 0.11 | 307.03 | 0.69 | 0.64 |
| Hex | E2 | 62 | D3 | 0 | 39 | 7 | B | 133 | 45 | 40 |
| Octal | 342 | 142 | 323 | 0 | 71 | 7 | 13 | 463 | 105 | 100 |
| Binary | 11100010 | 1100010 | 11010011 | 0 | 111001 | 111 | 1011 | 100110011 | 1000101 | 1000000 |
Color Harmonies of #E262D3
Complementary color
Monochromatic Colors of #E262D3
Black with #E262D3
Text Example
Text Example
White with #E262D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E262D3; }
p { color: rgb(226,98,211); }
H1.HeaderClassName
{
color: #E262D3;
}
.AnyTagClassName
{
color: #E262D3;
}
</style>
background-color css
<style>
a { background-color: #E262D3; }
a { background-color: rgb(226,98,211); }
div.DivClassName
{
background-color: #E262D3;
}
.BgClassName
{
background-color: #E262D3;
}
</style>
border-color css
<style>
span { border-color: #E262D3; }
span { border-color: rgb(226,98,211); }
td.TdClassName
{
border-color: #E262D3;
}
.TagClassName
{
border-color: #E262D3;
}
</style>