Html Css Color HEX #E74EDE Free Speech Magenta
📋 copy color: '#E74EDE'red 231 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #E74EDE
Tints of Free Speech Magenta #E74EDE
RGB
CMYK
RGB Variations
Color information
#E74EDE (or 0xE74EDE) is known color: Free Speech Magenta. HEX triplet: E7, 4E and DE. RGB value is (231,78,222). Sum of RGB (Red+Green+Blue) = 231+78+222=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E74EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74EDE is #18B121. Grayscale: #8B8B8B. Windows color (decimal): -1618210 or 14569191. OLE color: 14569191.
HSL color Cylindrical-coordinate representation of color #E74EDE: hue angle of 303.53º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74EDE is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 222 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.09 |
| HSL | 303.53º | 0.76% | 0.61% | - |
| HSV(B) | 303.53º | 0.66% | 0.91% | - |
| XYZ | 48.86 | 27.71 | 71.88 | - |
| YUV | 140.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 222 | 0 | 0.66 | 0.04 | 0.09 | 303.53 | 0.76 | 0.61 |
| Hex | E7 | 4E | DE | 0 | 42 | 4 | 9 | 130 | 4C | 3D |
| Octal | 347 | 116 | 336 | 0 | 102 | 4 | 11 | 460 | 114 | 75 |
| Binary | 11100111 | 1001110 | 11011110 | 0 | 1000010 | 100 | 1001 | 100110000 | 1001100 | 111101 |
Color Harmonies of #E74EDE
Complementary color
Monochromatic Colors of #E74EDE
Black with #E74EDE
Text Example
Text Example
White with #E74EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74EDE; }
p { color: rgb(231,78,222); }
H1.HeaderClassName
{
color: #E74EDE;
}
.AnyTagClassName
{
color: #E74EDE;
}
</style>
background-color css
<style>
a { background-color: #E74EDE; }
a { background-color: rgb(231,78,222); }
div.DivClassName
{
background-color: #E74EDE;
}
.BgClassName
{
background-color: #E74EDE;
}
</style>
border-color css
<style>
span { border-color: #E74EDE; }
span { border-color: rgb(231,78,222); }
td.TdClassName
{
border-color: #E74EDE;
}
.TagClassName
{
border-color: #E74EDE;
}
</style>