Html Css Color HEX #E264C4 Free Speech Magenta
📋 copy color: '#E264C4'red 226 ◦ green 100 ◦ blue 196
Shades of Free Speech Magenta #E264C4
Tints of Free Speech Magenta #E264C4
RGB
CMYK
RGB Variations
Color information
#E264C4 (or 0xE264C4) is known color: Free Speech Magenta. HEX triplet: E2, 64 and C4. RGB value is (226,100,196). Sum of RGB (Red+Green+Blue) = 226+100+196=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E264C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E264C4 is #1D9B3B. Grayscale: #949494. Windows color (decimal): -1940284 or 12870882. OLE color: 12870882.
HSL color Cylindrical-coordinate representation of color #E264C4: hue angle of 314.29º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E264C4 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 196 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.11 |
| HSL | 314.29º | 0.68% | 0.64% | - |
| HSV(B) | 314.29º | 0.56% | 0.89% | - |
| XYZ | 45.89 | 29.27 | 55.46 | - |
| YUV | 148.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 196 | 0 | 0.56 | 0.13 | 0.11 | 314.29 | 0.68 | 0.64 |
| Hex | E2 | 64 | C4 | 0 | 38 | D | B | 13A | 44 | 40 |
| Octal | 342 | 144 | 304 | 0 | 70 | 15 | 13 | 472 | 104 | 100 |
| Binary | 11100010 | 1100100 | 11000100 | 0 | 111000 | 1101 | 1011 | 100111010 | 1000100 | 1000000 |
Color Harmonies of #E264C4
Complementary color
Monochromatic Colors of #E264C4
Black with #E264C4
Text Example
Text Example
White with #E264C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E264C4; }
p { color: rgb(226,100,196); }
H1.HeaderClassName
{
color: #E264C4;
}
.AnyTagClassName
{
color: #E264C4;
}
</style>
background-color css
<style>
a { background-color: #E264C4; }
a { background-color: rgb(226,100,196); }
div.DivClassName
{
background-color: #E264C4;
}
.BgClassName
{
background-color: #E264C4;
}
</style>
border-color css
<style>
span { border-color: #E264C4; }
span { border-color: rgb(226,100,196); }
td.TdClassName
{
border-color: #E264C4;
}
.TagClassName
{
border-color: #E264C4;
}
</style>