Html Css Color HEX #EB67DB Free Speech Magenta
📋 copy color: '#EB67DB'red 235 ◦ green 103 ◦ blue 219
Shades of Free Speech Magenta #EB67DB
Tints of Free Speech Magenta #EB67DB
RGB
CMYK
RGB Variations
Color information
#EB67DB (or 0xEB67DB) is known color: Free Speech Magenta. HEX triplet: EB, 67 and DB. RGB value is (235,103,219). Sum of RGB (Red+Green+Blue) = 235+103+219=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 103 (40.62% from 255 or 18.49% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB67DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB67DB is #149824. Grayscale: #9B9B9B. Windows color (decimal): -1349669 or 14378987. OLE color: 14378987.
HSL color Cylindrical-coordinate representation of color #EB67DB: hue angle of 307.27º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB67DB is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 103 | 219 | - |
CMYK | 0 | 0.56 | 0.07 | 0.08 |
HSL | 307.27º | 0.77% | 0.66% | - |
HSV(B) | 307.27º | 0.56% | 0.92% | - |
XYZ | 51.9 | 32.48 | 70.55 | - |
YUV | 155.69 | 163.73 | 184.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 103 | 219 | 0 | 0.56 | 0.07 | 0.08 | 307.27 | 0.77 | 0.66 |
Hex | EB | 67 | DB | 0 | 38 | 7 | 8 | 133 | 4D | 42 |
Octal | 353 | 147 | 333 | 0 | 70 | 7 | 10 | 463 | 115 | 102 |
Binary | 11101011 | 1100111 | 11011011 | 0 | 111000 | 111 | 1000 | 100110011 | 1001101 | 1000010 |
Color Harmonies of #EB67DB
Complementary color
Monochromatic Colors of #EB67DB
Black with #EB67DB
Text Example
Text Example
White with #EB67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB67DB; }
p { color: rgb(235,103,219); }
H1.HeaderClassName
{
color: #EB67DB;
}
.AnyTagClassName
{
color: #EB67DB;
}
</style>
background-color css
<style>
a { background-color: #EB67DB; }
a { background-color: rgb(235,103,219); }
div.DivClassName
{
background-color: #EB67DB;
}
.BgClassName
{
background-color: #EB67DB;
}
</style>
border-color css
<style>
span { border-color: #EB67DB; }
span { border-color: rgb(235,103,219); }
td.TdClassName
{
border-color: #EB67DB;
}
.TagClassName
{
border-color: #EB67DB;
}
</style>