Html Css Color HEX #E94CE6 Free Speech Magenta
📋 copy color: '#E94CE6'red 233 ◦ green 76 ◦ blue 230
Shades of Free Speech Magenta #E94CE6
Tints of Free Speech Magenta #E94CE6
RGB
CMYK
RGB Variations
Color information
#E94CE6 (or 0xE94CE6) is known color: Free Speech Magenta. HEX triplet: E9, 4C and E6. RGB value is (233,76,230). Sum of RGB (Red+Green+Blue) = 233+76+230=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 76 (30.08% from 255 or 14.10% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E94CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94CE6 is #16B319. Grayscale: #8C8C8C. Windows color (decimal): -1487642 or 15092969. OLE color: 15092969.
HSL color Cylindrical-coordinate representation of color #E94CE6: hue angle of 301.15º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94CE6 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 230 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.09 |
| HSL | 301.15º | 0.78% | 0.61% | - |
| HSV(B) | 301.15º | 0.67% | 0.91% | - |
| XYZ | 50.47 | 28.21 | 77.65 | - |
| YUV | 140.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 230 | 0 | 0.67 | 0.01 | 0.09 | 301.15 | 0.78 | 0.61 |
| Hex | E9 | 4C | E6 | 0 | 43 | 1 | 9 | 12D | 4E | 3D |
| Octal | 351 | 114 | 346 | 0 | 103 | 1 | 11 | 455 | 116 | 75 |
| Binary | 11101001 | 1001100 | 11100110 | 0 | 1000011 | 1 | 1001 | 100101101 | 1001110 | 111101 |
Color Harmonies of #E94CE6
Complementary color
Monochromatic Colors of #E94CE6
Black with #E94CE6
Text Example
Text Example
White with #E94CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94CE6; }
p { color: rgb(233,76,230); }
H1.HeaderClassName
{
color: #E94CE6;
}
.AnyTagClassName
{
color: #E94CE6;
}
</style>
background-color css
<style>
a { background-color: #E94CE6; }
a { background-color: rgb(233,76,230); }
div.DivClassName
{
background-color: #E94CE6;
}
.BgClassName
{
background-color: #E94CE6;
}
</style>
border-color css
<style>
span { border-color: #E94CE6; }
span { border-color: rgb(233,76,230); }
td.TdClassName
{
border-color: #E94CE6;
}
.TagClassName
{
border-color: #E94CE6;
}
</style>