Html Css Color HEX #E653DB Free Speech Magenta
📋 copy color: '#E653DB'red 230 ◦ green 83 ◦ blue 219
Shades of Free Speech Magenta #E653DB
Tints of Free Speech Magenta #E653DB
RGB
CMYK
RGB Variations
Color information
#E653DB (or 0xE653DB) is known color: Free Speech Magenta. HEX triplet: E6, 53 and DB. RGB value is (230,83,219). Sum of RGB (Red+Green+Blue) = 230+83+219=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E653DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E653DB is #19AC24. Grayscale: #8E8E8E. Windows color (decimal): -1682469 or 14373862. OLE color: 14373862.
HSL color Cylindrical-coordinate representation of color #E653DB: hue angle of 304.49º 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 #E653DB is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 219 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.10 |
| HSL | 304.49º | 0.75% | 0.61% | - |
| HSV(B) | 304.49º | 0.64% | 0.9% | - |
| XYZ | 48.51 | 28.12 | 69.89 | - |
| YUV | 142.46 | 171.2 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 219 | 0 | 0.64 | 0.05 | 0.10 | 304.49 | 0.75 | 0.61 |
| Hex | E6 | 53 | DB | 0 | 40 | 5 | A | 130 | 4B | 3D |
| Octal | 346 | 123 | 333 | 0 | 100 | 5 | 12 | 460 | 113 | 75 |
| Binary | 11100110 | 1010011 | 11011011 | 0 | 1000000 | 101 | 1010 | 100110000 | 1001011 | 111101 |
Color Harmonies of #E653DB
Complementary color
Monochromatic Colors of #E653DB
Black with #E653DB
Text Example
Text Example
White with #E653DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653DB; }
p { color: rgb(230,83,219); }
H1.HeaderClassName
{
color: #E653DB;
}
.AnyTagClassName
{
color: #E653DB;
}
</style>
background-color css
<style>
a { background-color: #E653DB; }
a { background-color: rgb(230,83,219); }
div.DivClassName
{
background-color: #E653DB;
}
.BgClassName
{
background-color: #E653DB;
}
</style>
border-color css
<style>
span { border-color: #E653DB; }
span { border-color: rgb(230,83,219); }
td.TdClassName
{
border-color: #E653DB;
}
.TagClassName
{
border-color: #E653DB;
}
</style>