Html Css Color HEX #E243D4 Free Speech Magenta
📋 copy color: '#E243D4'red 226 ◦ green 67 ◦ blue 212
Shades of Free Speech Magenta #E243D4
Tints of Free Speech Magenta #E243D4
RGB
CMYK
RGB Variations
Color information
#E243D4 (or 0xE243D4) is known color: Free Speech Magenta. HEX triplet: E2, 43 and D4. RGB value is (226,67,212). Sum of RGB (Red+Green+Blue) = 226+67+212=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 67 (26.56% from 255 or 13.27% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E243D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E243D4 is #1DBC2B. Grayscale: #828282. Windows color (decimal): -1948716 or 13911010. OLE color: 13911010.
HSL color Cylindrical-coordinate representation of color #E243D4: hue angle of 305.28º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E243D4 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 67 | 212 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.11 |
| HSL | 305.28º | 0.73% | 0.57% | - |
| HSV(B) | 305.28º | 0.7% | 0.89% | - |
| XYZ | 45.25 | 24.94 | 64.72 | - |
| YUV | 131.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 67 | 212 | 0 | 0.70 | 0.06 | 0.11 | 305.28 | 0.73 | 0.57 |
| Hex | E2 | 43 | D4 | 0 | 46 | 6 | B | 131 | 49 | 39 |
| Octal | 342 | 103 | 324 | 0 | 106 | 6 | 13 | 461 | 111 | 71 |
| Binary | 11100010 | 1000011 | 11010100 | 0 | 1000110 | 110 | 1011 | 100110001 | 1001001 | 111001 |
Color Harmonies of #E243D4
Complementary color
Monochromatic Colors of #E243D4
Black with #E243D4
Text Example
Text Example
White with #E243D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E243D4; }
p { color: rgb(226,67,212); }
H1.HeaderClassName
{
color: #E243D4;
}
.AnyTagClassName
{
color: #E243D4;
}
</style>
background-color css
<style>
a { background-color: #E243D4; }
a { background-color: rgb(226,67,212); }
div.DivClassName
{
background-color: #E243D4;
}
.BgClassName
{
background-color: #E243D4;
}
</style>
border-color css
<style>
span { border-color: #E243D4; }
span { border-color: rgb(226,67,212); }
td.TdClassName
{
border-color: #E243D4;
}
.TagClassName
{
border-color: #E243D4;
}
</style>