Html Css Color HEX #E63EEA Free Speech Magenta
📋 copy color: '#E63EEA'red 230 ◦ green 62 ◦ blue 234
Shades of Free Speech Magenta #E63EEA
Tints of Free Speech Magenta #E63EEA
RGB
CMYK
RGB Variations
Color information
#E63EEA (or 0xE63EEA) is known color: Free Speech Magenta. HEX triplet: E6, 3E and EA. RGB value is (230,62,234). Sum of RGB (Red+Green+Blue) = 230+62+234=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 62 (24.61% from 255 or 11.79% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #E63EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63EEA is #19C115. Grayscale: #838383. Windows color (decimal): -1687830 or 15351526. OLE color: 15351526.
HSL color Cylindrical-coordinate representation of color #E63EEA: hue angle of 298.6º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63EEA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 62 | 234 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.08 |
| HSL | 298.6º | 0.8% | 0.58% | - |
| HSV(B) | 298.6º | 0.74% | 0.92% | - |
| XYZ | 49.21 | 26.21 | 80.31 | - |
| YUV | 131.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 62 | 234 | 0.02 | 0.74 | 0 | 0.08 | 298.6 | 0.8 | 0.58 |
| Hex | E6 | 3E | EA | 2 | 4A | 0 | 8 | 12B | 50 | 3A |
| Octal | 346 | 76 | 352 | 2 | 112 | 0 | 10 | 453 | 120 | 72 |
| Binary | 11100110 | 111110 | 11101010 | 10 | 1001010 | 0 | 1000 | 100101011 | 1010000 | 111010 |
Color Harmonies of #E63EEA
Complementary color
Monochromatic Colors of #E63EEA
Black with #E63EEA
Text Example
Text Example
White with #E63EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63EEA; }
p { color: rgb(230,62,234); }
H1.HeaderClassName
{
color: #E63EEA;
}
.AnyTagClassName
{
color: #E63EEA;
}
</style>
background-color css
<style>
a { background-color: #E63EEA; }
a { background-color: rgb(230,62,234); }
div.DivClassName
{
background-color: #E63EEA;
}
.BgClassName
{
background-color: #E63EEA;
}
</style>
border-color css
<style>
span { border-color: #E63EEA; }
span { border-color: rgb(230,62,234); }
td.TdClassName
{
border-color: #E63EEA;
}
.TagClassName
{
border-color: #E63EEA;
}
</style>