Html Css Color HEX #E667DB Free Speech Magenta
📋 copy color: '#E667DB'red 230 ◦ green 103 ◦ blue 219
Shades of Free Speech Magenta #E667DB
Tints of Free Speech Magenta #E667DB
RGB
CMYK
RGB Variations
Color information
#E667DB (or 0xE667DB) is known color: Free Speech Magenta. HEX triplet: E6, 67 and DB. RGB value is (230,103,219). Sum of RGB (Red+Green+Blue) = 230+103+219=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E667DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E667DB is #199824. Grayscale: #999999. Windows color (decimal): -1677349 or 14378982. OLE color: 14378982.
HSL color Cylindrical-coordinate representation of color #E667DB: hue angle of 305.2º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E667DB is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 219 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.10 |
| HSL | 305.2º | 0.72% | 0.65% | - |
| HSV(B) | 305.2º | 0.55% | 0.9% | - |
| XYZ | 50.27 | 31.64 | 70.48 | - |
| YUV | 154.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 219 | 0 | 0.55 | 0.05 | 0.10 | 305.2 | 0.72 | 0.65 |
| Hex | E6 | 67 | DB | 0 | 37 | 5 | A | 131 | 48 | 41 |
| Octal | 346 | 147 | 333 | 0 | 67 | 5 | 12 | 461 | 110 | 101 |
| Binary | 11100110 | 1100111 | 11011011 | 0 | 110111 | 101 | 1010 | 100110001 | 1001000 | 1000001 |
Color Harmonies of #E667DB
Complementary color
Monochromatic Colors of #E667DB
Black with #E667DB
Text Example
Text Example
White with #E667DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E667DB; }
p { color: rgb(230,103,219); }
H1.HeaderClassName
{
color: #E667DB;
}
.AnyTagClassName
{
color: #E667DB;
}
</style>
background-color css
<style>
a { background-color: #E667DB; }
a { background-color: rgb(230,103,219); }
div.DivClassName
{
background-color: #E667DB;
}
.BgClassName
{
background-color: #E667DB;
}
</style>
border-color css
<style>
span { border-color: #E667DB; }
span { border-color: rgb(230,103,219); }
td.TdClassName
{
border-color: #E667DB;
}
.TagClassName
{
border-color: #E667DB;
}
</style>