Html Css Color HEX #E23DDB Free Speech Magenta
📋 copy color: '#E23DDB'red 226 ◦ green 61 ◦ blue 219
Shades of Free Speech Magenta #E23DDB
Tints of Free Speech Magenta #E23DDB
RGB
CMYK
RGB Variations
Color information
#E23DDB (or 0xE23DDB) is known color: Free Speech Magenta. HEX triplet: E2, 3D and DB. RGB value is (226,61,219). Sum of RGB (Red+Green+Blue) = 226+61+219=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 61 (24.22% from 255 or 12.06% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E23DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23DDB is #1DC224. Grayscale: #7F7F7F. Windows color (decimal): -1950245 or 14368226. OLE color: 14368226.
HSL color Cylindrical-coordinate representation of color #E23DDB: hue angle of 302.55º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E23DDB is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 61 | 219 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.11 |
| HSL | 302.55º | 0.74% | 0.56% | - |
| HSV(B) | 302.55º | 0.73% | 0.89% | - |
| XYZ | 45.82 | 24.62 | 69.36 | - |
| YUV | 128.35 | 179.16 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 219 | 0 | 0.73 | 0.03 | 0.11 | 302.55 | 0.74 | 0.56 |
| Hex | E2 | 3D | DB | 0 | 49 | 3 | B | 12F | 4A | 38 |
| Octal | 342 | 75 | 333 | 0 | 111 | 3 | 13 | 457 | 112 | 70 |
| Binary | 11100010 | 111101 | 11011011 | 0 | 1001001 | 11 | 1011 | 100101111 | 1001010 | 111000 |
Color Harmonies of #E23DDB
Complementary color
Monochromatic Colors of #E23DDB
Black with #E23DDB
Text Example
Text Example
White with #E23DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23DDB; }
p { color: rgb(226,61,219); }
H1.HeaderClassName
{
color: #E23DDB;
}
.AnyTagClassName
{
color: #E23DDB;
}
</style>
background-color css
<style>
a { background-color: #E23DDB; }
a { background-color: rgb(226,61,219); }
div.DivClassName
{
background-color: #E23DDB;
}
.BgClassName
{
background-color: #E23DDB;
}
</style>
border-color css
<style>
span { border-color: #E23DDB; }
span { border-color: rgb(226,61,219); }
td.TdClassName
{
border-color: #E23DDB;
}
.TagClassName
{
border-color: #E23DDB;
}
</style>