Html Css Color HEX #E062BE Free Speech Magenta
📋 copy color: '#E062BE'red 224 ◦ green 98 ◦ blue 190
Shades of Free Speech Magenta #E062BE
Tints of Free Speech Magenta #E062BE
RGB
CMYK
RGB Variations
Color information
#E062BE (or 0xE062BE) is known color: Free Speech Magenta. HEX triplet: E0, 62 and BE. RGB value is (224,98,190). Sum of RGB (Red+Green+Blue) = 224+98+190=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E062BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062BE is #1F9D41. Grayscale: #919191. Windows color (decimal): -2071874 or 12477152. OLE color: 12477152.
HSL color Cylindrical-coordinate representation of color #E062BE: hue angle of 316.19º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E062BE is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 190 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.12 |
| HSL | 316.19º | 0.67% | 0.63% | - |
| HSV(B) | 316.19º | 0.56% | 0.88% | - |
| XYZ | 44.4 | 28.3 | 51.84 | - |
| YUV | 146.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 190 | 0 | 0.56 | 0.15 | 0.12 | 316.19 | 0.67 | 0.63 |
| Hex | E0 | 62 | BE | 0 | 38 | F | C | 13C | 43 | 3F |
| Octal | 340 | 142 | 276 | 0 | 70 | 17 | 14 | 474 | 103 | 77 |
| Binary | 11100000 | 1100010 | 10111110 | 0 | 111000 | 1111 | 1100 | 100111100 | 1000011 | 111111 |
Color Harmonies of #E062BE
Complementary color
Monochromatic Colors of #E062BE
Black with #E062BE
Text Example
Text Example
White with #E062BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E062BE; }
p { color: rgb(224,98,190); }
H1.HeaderClassName
{
color: #E062BE;
}
.AnyTagClassName
{
color: #E062BE;
}
</style>
background-color css
<style>
a { background-color: #E062BE; }
a { background-color: rgb(224,98,190); }
div.DivClassName
{
background-color: #E062BE;
}
.BgClassName
{
background-color: #E062BE;
}
</style>
border-color css
<style>
span { border-color: #E062BE; }
span { border-color: rgb(224,98,190); }
td.TdClassName
{
border-color: #E062BE;
}
.TagClassName
{
border-color: #E062BE;
}
</style>