Html Css Color HEX #E665DB Free Speech Magenta
📋 copy color: '#E665DB'red 230 ◦ green 101 ◦ blue 219
Shades of Free Speech Magenta #E665DB
Tints of Free Speech Magenta #E665DB
RGB
CMYK
RGB Variations
Color information
#E665DB (or 0xE665DB) is known color: Free Speech Magenta. HEX triplet: E6, 65 and DB. RGB value is (230,101,219). Sum of RGB (Red+Green+Blue) = 230+101+219=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E665DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E665DB is #199A24. Grayscale: #989898. Windows color (decimal): -1677861 or 14378470. OLE color: 14378470.
HSL color Cylindrical-coordinate representation of color #E665DB: hue angle of 305.12º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E665DB is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 219 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.10 |
| HSL | 305.12º | 0.72% | 0.65% | - |
| HSV(B) | 305.12º | 0.56% | 0.9% | - |
| XYZ | 50.07 | 31.24 | 70.41 | - |
| YUV | 153.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 219 | 0 | 0.56 | 0.05 | 0.10 | 305.12 | 0.72 | 0.65 |
| Hex | E6 | 65 | DB | 0 | 38 | 5 | A | 131 | 48 | 41 |
| Octal | 346 | 145 | 333 | 0 | 70 | 5 | 12 | 461 | 110 | 101 |
| Binary | 11100110 | 1100101 | 11011011 | 0 | 111000 | 101 | 1010 | 100110001 | 1001000 | 1000001 |
Color Harmonies of #E665DB
Complementary color
Monochromatic Colors of #E665DB
Black with #E665DB
Text Example
Text Example
White with #E665DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E665DB; }
p { color: rgb(230,101,219); }
H1.HeaderClassName
{
color: #E665DB;
}
.AnyTagClassName
{
color: #E665DB;
}
</style>
background-color css
<style>
a { background-color: #E665DB; }
a { background-color: rgb(230,101,219); }
div.DivClassName
{
background-color: #E665DB;
}
.BgClassName
{
background-color: #E665DB;
}
</style>
border-color css
<style>
span { border-color: #E665DB; }
span { border-color: rgb(230,101,219); }
td.TdClassName
{
border-color: #E665DB;
}
.TagClassName
{
border-color: #E665DB;
}
</style>