Html Css Color HEX #E74DC4 Free Speech Magenta
📋 copy color: '#E74DC4'red 231 ◦ green 77 ◦ blue 196
Shades of Free Speech Magenta #E74DC4
Tints of Free Speech Magenta #E74DC4
RGB
CMYK
RGB Variations
Color information
#E74DC4 (or 0xE74DC4) is known color: Free Speech Magenta. HEX triplet: E7, 4D and C4. RGB value is (231,77,196). Sum of RGB (Red+Green+Blue) = 231+77+196=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DC4 is #18B23B. Grayscale: #888888. Windows color (decimal): -1618492 or 12864999. OLE color: 12864999.
HSL color Cylindrical-coordinate representation of color #E74DC4: hue angle of 313.64º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74DC4 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 196 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.09 |
| HSL | 313.64º | 0.76% | 0.6% | - |
| HSV(B) | 313.64º | 0.67% | 0.91% | - |
| XYZ | 45.57 | 26.28 | 54.9 | - |
| YUV | 136.61 | 161.52 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 196 | 0 | 0.67 | 0.15 | 0.09 | 313.64 | 0.76 | 0.6 |
| Hex | E7 | 4D | C4 | 0 | 43 | F | 9 | 13A | 4C | 3C |
| Octal | 347 | 115 | 304 | 0 | 103 | 17 | 11 | 472 | 114 | 74 |
| Binary | 11100111 | 1001101 | 11000100 | 0 | 1000011 | 1111 | 1001 | 100111010 | 1001100 | 111100 |
Color Harmonies of #E74DC4
Complementary color
Monochromatic Colors of #E74DC4
Black with #E74DC4
Text Example
Text Example
White with #E74DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DC4; }
p { color: rgb(231,77,196); }
H1.HeaderClassName
{
color: #E74DC4;
}
.AnyTagClassName
{
color: #E74DC4;
}
</style>
background-color css
<style>
a { background-color: #E74DC4; }
a { background-color: rgb(231,77,196); }
div.DivClassName
{
background-color: #E74DC4;
}
.BgClassName
{
background-color: #E74DC4;
}
</style>
border-color css
<style>
span { border-color: #E74DC4; }
span { border-color: rgb(231,77,196); }
td.TdClassName
{
border-color: #E74DC4;
}
.TagClassName
{
border-color: #E74DC4;
}
</style>