Html Css Color HEX #E63CE7 Free Speech Magenta
📋 copy color: '#E63CE7'red 230 ◦ green 60 ◦ blue 231
Shades of Free Speech Magenta #E63CE7
Tints of Free Speech Magenta #E63CE7
RGB
CMYK
RGB Variations
Color information
#E63CE7 (or 0xE63CE7) is known color: Free Speech Magenta. HEX triplet: E6, 3C and E7. RGB value is (230,60,231). Sum of RGB (Red+Green+Blue) = 230+60+231=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 231 (90.62% from 255 or 44.34% from 521); Max value from RGB is 231 - color contains mainly: blue. Hex color #E63CE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63CE7 is #19C318. Grayscale: #818181. Windows color (decimal): -1688345 or 15154406. OLE color: 15154406.
HSL color Cylindrical-coordinate representation of color #E63CE7: hue angle of 299.65º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63CE7 is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 60 | 231 | - |
| CMYK | 0.00 | 0.74 | 0 | 0.09 |
| HSL | 299.65º | 0.78% | 0.57% | - |
| HSV(B) | 299.65º | 0.74% | 0.91% | - |
| XYZ | 48.67 | 25.82 | 78.02 | - |
| YUV | 130.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 231 | 0.00 | 0.74 | 0 | 0.09 | 299.65 | 0.78 | 0.57 |
| Hex | E6 | 3C | E7 | 0 | 4A | 0 | 9 | 12C | 4E | 39 |
| Octal | 346 | 74 | 347 | 0 | 112 | 0 | 11 | 454 | 116 | 71 |
| Binary | 11100110 | 111100 | 11100111 | 0 | 1001010 | 0 | 1001 | 100101100 | 1001110 | 111001 |
Color Harmonies of #E63CE7
Complementary color
Monochromatic Colors of #E63CE7
Black with #E63CE7
Text Example
Text Example
White with #E63CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63CE7; }
p { color: rgb(230,60,231); }
H1.HeaderClassName
{
color: #E63CE7;
}
.AnyTagClassName
{
color: #E63CE7;
}
</style>
background-color css
<style>
a { background-color: #E63CE7; }
a { background-color: rgb(230,60,231); }
div.DivClassName
{
background-color: #E63CE7;
}
.BgClassName
{
background-color: #E63CE7;
}
</style>
border-color css
<style>
span { border-color: #E63CE7; }
span { border-color: rgb(230,60,231); }
td.TdClassName
{
border-color: #E63CE7;
}
.TagClassName
{
border-color: #E63CE7;
}
</style>