Html Css Color HEX #E63BED Free Speech Magenta
📋 copy color: '#E63BED'red 230 ◦ green 59 ◦ blue 237
Shades of Free Speech Magenta #E63BED
Tints of Free Speech Magenta #E63BED
RGB
CMYK
RGB Variations
Color information
#E63BED (or 0xE63BED) is known color: Free Speech Magenta. HEX triplet: E6, 3B and ED. RGB value is (230,59,237). Sum of RGB (Red+Green+Blue) = 230+59+237=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 59 (23.44% from 255 or 11.22% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #E63BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63BED is #19C412. Grayscale: #818181. Windows color (decimal): -1688595 or 15547366. OLE color: 15547366.
HSL color Cylindrical-coordinate representation of color #E63BED: hue angle of 297.64º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63BED is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 59 | 237 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.07 |
| HSL | 297.64º | 0.83% | 0.58% | - |
| HSV(B) | 297.64º | 0.75% | 0.93% | - |
| XYZ | 49.48 | 26.07 | 82.54 | - |
| YUV | 130.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 59 | 237 | 0.03 | 0.75 | 0 | 0.07 | 297.64 | 0.83 | 0.58 |
| Hex | E6 | 3B | ED | 3 | 4B | 0 | 7 | 12A | 53 | 3A |
| Octal | 346 | 73 | 355 | 3 | 113 | 0 | 7 | 452 | 123 | 72 |
| Binary | 11100110 | 111011 | 11101101 | 11 | 1001011 | 0 | 111 | 100101010 | 1010011 | 111010 |
Color Harmonies of #E63BED
Complementary color
Monochromatic Colors of #E63BED
Black with #E63BED
Text Example
Text Example
White with #E63BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63BED; }
p { color: rgb(230,59,237); }
H1.HeaderClassName
{
color: #E63BED;
}
.AnyTagClassName
{
color: #E63BED;
}
</style>
background-color css
<style>
a { background-color: #E63BED; }
a { background-color: rgb(230,59,237); }
div.DivClassName
{
background-color: #E63BED;
}
.BgClassName
{
background-color: #E63BED;
}
</style>
border-color css
<style>
span { border-color: #E63BED; }
span { border-color: rgb(230,59,237); }
td.TdClassName
{
border-color: #E63BED;
}
.TagClassName
{
border-color: #E63BED;
}
</style>