Html Css Color HEX #E94AD2 Free Speech Magenta
📋 copy color: '#E94AD2'red 233 ◦ green 74 ◦ blue 210
Shades of Free Speech Magenta #E94AD2
Tints of Free Speech Magenta #E94AD2
RGB
CMYK
RGB Variations
Color information
#E94AD2 (or 0xE94AD2) is known color: Free Speech Magenta. HEX triplet: E9, 4A and D2. RGB value is (233,74,210). Sum of RGB (Red+Green+Blue) = 233+74+210=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94AD2 is #16B52D. Grayscale: #888888. Windows color (decimal): -1488174 or 13781737. OLE color: 13781737.
HSL color Cylindrical-coordinate representation of color #E94AD2: hue angle of 308.68º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94AD2 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 74 | 210 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.09 |
| HSL | 308.68º | 0.78% | 0.6% | - |
| HSV(B) | 308.68º | 0.68% | 0.91% | - |
| XYZ | 47.69 | 26.87 | 63.65 | - |
| YUV | 137.05 | 169.18 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 74 | 210 | 0 | 0.68 | 0.10 | 0.09 | 308.68 | 0.78 | 0.6 |
| Hex | E9 | 4A | D2 | 0 | 44 | A | 9 | 135 | 4E | 3C |
| Octal | 351 | 112 | 322 | 0 | 104 | 12 | 11 | 465 | 116 | 74 |
| Binary | 11101001 | 1001010 | 11010010 | 0 | 1000100 | 1010 | 1001 | 100110101 | 1001110 | 111100 |
Color Harmonies of #E94AD2
Complementary color
Monochromatic Colors of #E94AD2
Black with #E94AD2
Text Example
Text Example
White with #E94AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94AD2; }
p { color: rgb(233,74,210); }
H1.HeaderClassName
{
color: #E94AD2;
}
.AnyTagClassName
{
color: #E94AD2;
}
</style>
background-color css
<style>
a { background-color: #E94AD2; }
a { background-color: rgb(233,74,210); }
div.DivClassName
{
background-color: #E94AD2;
}
.BgClassName
{
background-color: #E94AD2;
}
</style>
border-color css
<style>
span { border-color: #E94AD2; }
span { border-color: rgb(233,74,210); }
td.TdClassName
{
border-color: #E94AD2;
}
.TagClassName
{
border-color: #E94AD2;
}
</style>