Html Css Color HEX #E653C1 Free Speech Magenta
📋 copy color: '#E653C1'red 230 ◦ green 83 ◦ blue 193
Shades of Free Speech Magenta #E653C1
Tints of Free Speech Magenta #E653C1
RGB
CMYK
RGB Variations
Color information
#E653C1 (or 0xE653C1) is known color: Free Speech Magenta. HEX triplet: E6, 53 and C1. RGB value is (230,83,193). Sum of RGB (Red+Green+Blue) = 230+83+193=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E653C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E653C1 is #19AC3E. Grayscale: #8B8B8B. Windows color (decimal): -1682495 or 12669926. OLE color: 12669926.
HSL color Cylindrical-coordinate representation of color #E653C1: hue angle of 315.1º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E653C1 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 193 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.10 |
| HSL | 315.1º | 0.75% | 0.61% | - |
| HSV(B) | 315.1º | 0.64% | 0.9% | - |
| XYZ | 45.35 | 26.86 | 53.25 | - |
| YUV | 139.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 193 | 0 | 0.64 | 0.16 | 0.10 | 315.1 | 0.75 | 0.61 |
| Hex | E6 | 53 | C1 | 0 | 40 | 10 | A | 13B | 4B | 3D |
| Octal | 346 | 123 | 301 | 0 | 100 | 20 | 12 | 473 | 113 | 75 |
| Binary | 11100110 | 1010011 | 11000001 | 0 | 1000000 | 10000 | 1010 | 100111011 | 1001011 | 111101 |
Color Harmonies of #E653C1
Complementary color
Monochromatic Colors of #E653C1
Black with #E653C1
Text Example
Text Example
White with #E653C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653C1; }
p { color: rgb(230,83,193); }
H1.HeaderClassName
{
color: #E653C1;
}
.AnyTagClassName
{
color: #E653C1;
}
</style>
background-color css
<style>
a { background-color: #E653C1; }
a { background-color: rgb(230,83,193); }
div.DivClassName
{
background-color: #E653C1;
}
.BgClassName
{
background-color: #E653C1;
}
</style>
border-color css
<style>
span { border-color: #E653C1; }
span { border-color: rgb(230,83,193); }
td.TdClassName
{
border-color: #E653C1;
}
.TagClassName
{
border-color: #E653C1;
}
</style>