Html Css Color HEX #E742EA Free Speech Magenta
📋 copy color: '#E742EA'red 231 ◦ green 66 ◦ blue 234
Shades of Free Speech Magenta #E742EA
Tints of Free Speech Magenta #E742EA
RGB
CMYK
RGB Variations
Color information
#E742EA (or 0xE742EA) is known color: Free Speech Magenta. HEX triplet: E7, 42 and EA. RGB value is (231,66,234). Sum of RGB (Red+Green+Blue) = 231+66+234=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 66 (26.17% from 255 or 12.43% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #E742EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E742EA is #18BD15. Grayscale: #858585. Windows color (decimal): -1621270 or 15352551. OLE color: 15352551.
HSL color Cylindrical-coordinate representation of color #E742EA: hue angle of 298.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E742EA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 66 | 234 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.08 |
| HSL | 298.93º | 0.8% | 0.59% | - |
| HSV(B) | 298.93º | 0.72% | 0.92% | - |
| XYZ | 49.75 | 26.83 | 80.4 | - |
| YUV | 134.49 | 184.16 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 234 | 0.01 | 0.72 | 0 | 0.08 | 298.93 | 0.8 | 0.59 |
| Hex | E7 | 42 | EA | 1 | 48 | 0 | 8 | 12B | 50 | 3B |
| Octal | 347 | 102 | 352 | 1 | 110 | 0 | 10 | 453 | 120 | 73 |
| Binary | 11100111 | 1000010 | 11101010 | 1 | 1001000 | 0 | 1000 | 100101011 | 1010000 | 111011 |
Color Harmonies of #E742EA
Complementary color
Monochromatic Colors of #E742EA
Black with #E742EA
Text Example
Text Example
White with #E742EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E742EA; }
p { color: rgb(231,66,234); }
H1.HeaderClassName
{
color: #E742EA;
}
.AnyTagClassName
{
color: #E742EA;
}
</style>
background-color css
<style>
a { background-color: #E742EA; }
a { background-color: rgb(231,66,234); }
div.DivClassName
{
background-color: #E742EA;
}
.BgClassName
{
background-color: #E742EA;
}
</style>
border-color css
<style>
span { border-color: #E742EA; }
span { border-color: rgb(231,66,234); }
td.TdClassName
{
border-color: #E742EA;
}
.TagClassName
{
border-color: #E742EA;
}
</style>