Html Css Color HEX #E24BC0 Free Speech Magenta
📋 copy color: '#E24BC0'red 226 ◦ green 75 ◦ blue 192
Shades of Free Speech Magenta #E24BC0
Tints of Free Speech Magenta #E24BC0
RGB
CMYK
RGB Variations
Color information
#E24BC0 (or 0xE24BC0) is known color: Free Speech Magenta. HEX triplet: E2, 4B and C0. RGB value is (226,75,192). Sum of RGB (Red+Green+Blue) = 226+75+192=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E24BC0 is #1DB43F. Grayscale: #858585. Windows color (decimal): -1946688 or 12602338. OLE color: 12602338.
HSL color Cylindrical-coordinate representation of color #E24BC0: hue angle of 313.51º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24BC0 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 192 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.11 |
| HSL | 313.51º | 0.72% | 0.59% | - |
| HSV(B) | 313.51º | 0.67% | 0.89% | - |
| XYZ | 43.39 | 25.01 | 52.41 | - |
| YUV | 133.49 | 161.03 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 192 | 0 | 0.67 | 0.15 | 0.11 | 313.51 | 0.72 | 0.59 |
| Hex | E2 | 4B | C0 | 0 | 43 | F | B | 13A | 48 | 3B |
| Octal | 342 | 113 | 300 | 0 | 103 | 17 | 13 | 472 | 110 | 73 |
| Binary | 11100010 | 1001011 | 11000000 | 0 | 1000011 | 1111 | 1011 | 100111010 | 1001000 | 111011 |
Color Harmonies of #E24BC0
Complementary color
Monochromatic Colors of #E24BC0
Black with #E24BC0
Text Example
Text Example
White with #E24BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BC0; }
p { color: rgb(226,75,192); }
H1.HeaderClassName
{
color: #E24BC0;
}
.AnyTagClassName
{
color: #E24BC0;
}
</style>
background-color css
<style>
a { background-color: #E24BC0; }
a { background-color: rgb(226,75,192); }
div.DivClassName
{
background-color: #E24BC0;
}
.BgClassName
{
background-color: #E24BC0;
}
</style>
border-color css
<style>
span { border-color: #E24BC0; }
span { border-color: rgb(226,75,192); }
td.TdClassName
{
border-color: #E24BC0;
}
.TagClassName
{
border-color: #E24BC0;
}
</style>