Html Css Color HEX #E764DB Free Speech Magenta
📋 copy color: '#E764DB'red 231 ◦ green 100 ◦ blue 219
Shades of Free Speech Magenta #E764DB
Tints of Free Speech Magenta #E764DB
RGB
CMYK
RGB Variations
Color information
#E764DB (or 0xE764DB) is known color: Free Speech Magenta. HEX triplet: E7, 64 and DB. RGB value is (231,100,219). Sum of RGB (Red+Green+Blue) = 231+100+219=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 100 (39.45% from 255 or 18.18% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E764DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764DB is #189B24. Grayscale: #989898. Windows color (decimal): -1612581 or 14378215. OLE color: 14378215.
HSL color Cylindrical-coordinate representation of color #E764DB: hue angle of 305.5º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764DB is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 100 | 219 | - |
CMYK | 0 | 0.57 | 0.05 | 0.09 |
HSL | 305.5º | 0.73% | 0.65% | - |
HSV(B) | 305.5º | 0.57% | 0.91% | - |
XYZ | 50.3 | 31.22 | 70.39 | - |
YUV | 152.74 | 165.4 | 183.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 100 | 219 | 0 | 0.57 | 0.05 | 0.09 | 305.5 | 0.73 | 0.65 |
Hex | E7 | 64 | DB | 0 | 39 | 5 | 9 | 131 | 49 | 41 |
Octal | 347 | 144 | 333 | 0 | 71 | 5 | 11 | 461 | 111 | 101 |
Binary | 11100111 | 1100100 | 11011011 | 0 | 111001 | 101 | 1001 | 100110001 | 1001001 | 1000001 |
Color Harmonies of #E764DB
Complementary color
Monochromatic Colors of #E764DB
Black with #E764DB
Text Example
Text Example
White with #E764DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764DB; }
p { color: rgb(231,100,219); }
H1.HeaderClassName
{
color: #E764DB;
}
.AnyTagClassName
{
color: #E764DB;
}
</style>
background-color css
<style>
a { background-color: #E764DB; }
a { background-color: rgb(231,100,219); }
div.DivClassName
{
background-color: #E764DB;
}
.BgClassName
{
background-color: #E764DB;
}
</style>
border-color css
<style>
span { border-color: #E764DB; }
span { border-color: rgb(231,100,219); }
td.TdClassName
{
border-color: #E764DB;
}
.TagClassName
{
border-color: #E764DB;
}
</style>