Html Css Color HEX #E262DA Free Speech Magenta
📋 copy color: '#E262DA'red 226 ◦ green 98 ◦ blue 218
Shades of Free Speech Magenta #E262DA
Tints of Free Speech Magenta #E262DA
RGB
CMYK
RGB Variations
Color information
#E262DA (or 0xE262DA) is known color: Free Speech Magenta. HEX triplet: E2, 62 and DA. RGB value is (226,98,218). Sum of RGB (Red+Green+Blue) = 226+98+218=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E262DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E262DA is #1D9D25. Grayscale: #959595. Windows color (decimal): -1940774 or 14312162. OLE color: 14312162.
HSL color Cylindrical-coordinate representation of color #E262DA: hue angle of 303.75º 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 #E262DA is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 218 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.11 |
| HSL | 303.75º | 0.69% | 0.64% | - |
| HSV(B) | 303.75º | 0.57% | 0.89% | - |
| XYZ | 48.39 | 29.97 | 69.56 | - |
| YUV | 149.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 218 | 0 | 0.57 | 0.04 | 0.11 | 303.75 | 0.69 | 0.64 |
| Hex | E2 | 62 | DA | 0 | 39 | 4 | B | 130 | 45 | 40 |
| Octal | 342 | 142 | 332 | 0 | 71 | 4 | 13 | 460 | 105 | 100 |
| Binary | 11100010 | 1100010 | 11011010 | 0 | 111001 | 100 | 1011 | 100110000 | 1000101 | 1000000 |
Color Harmonies of #E262DA
Complementary color
Monochromatic Colors of #E262DA
Black with #E262DA
Text Example
Text Example
White with #E262DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E262DA; }
p { color: rgb(226,98,218); }
H1.HeaderClassName
{
color: #E262DA;
}
.AnyTagClassName
{
color: #E262DA;
}
</style>
background-color css
<style>
a { background-color: #E262DA; }
a { background-color: rgb(226,98,218); }
div.DivClassName
{
background-color: #E262DA;
}
.BgClassName
{
background-color: #E262DA;
}
</style>
border-color css
<style>
span { border-color: #E262DA; }
span { border-color: rgb(226,98,218); }
td.TdClassName
{
border-color: #E262DA;
}
.TagClassName
{
border-color: #E262DA;
}
</style>