Html Css Color HEX #E23CDD Free Speech Magenta
📋 copy color: '#E23CDD'red 226 ◦ green 60 ◦ blue 221
Shades of Free Speech Magenta #E23CDD
Tints of Free Speech Magenta #E23CDD
RGB
CMYK
RGB Variations
Color information
#E23CDD (or 0xE23CDD) is known color: Free Speech Magenta. HEX triplet: E2, 3C and DD. RGB value is (226,60,221). Sum of RGB (Red+Green+Blue) = 226+60+221=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E23CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23CDD is #1DC322. Grayscale: #7F7F7F. Windows color (decimal): -1950499 or 14499042. OLE color: 14499042.
HSL color Cylindrical-coordinate representation of color #E23CDD: hue angle of 301.81º 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 #E23CDD is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 60 | 221 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.11 |
| HSL | 301.81º | 0.74% | 0.56% | - |
| HSV(B) | 301.81º | 0.73% | 0.89% | - |
| XYZ | 46.03 | 24.62 | 70.73 | - |
| YUV | 127.99 | 180.5 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 60 | 221 | 0 | 0.73 | 0.02 | 0.11 | 301.81 | 0.74 | 0.56 |
| Hex | E2 | 3C | DD | 0 | 49 | 2 | B | 12E | 4A | 38 |
| Octal | 342 | 74 | 335 | 0 | 111 | 2 | 13 | 456 | 112 | 70 |
| Binary | 11100010 | 111100 | 11011101 | 0 | 1001001 | 10 | 1011 | 100101110 | 1001010 | 111000 |
Color Harmonies of #E23CDD
Complementary color
Monochromatic Colors of #E23CDD
Black with #E23CDD
Text Example
Text Example
White with #E23CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23CDD; }
p { color: rgb(226,60,221); }
H1.HeaderClassName
{
color: #E23CDD;
}
.AnyTagClassName
{
color: #E23CDD;
}
</style>
background-color css
<style>
a { background-color: #E23CDD; }
a { background-color: rgb(226,60,221); }
div.DivClassName
{
background-color: #E23CDD;
}
.BgClassName
{
background-color: #E23CDD;
}
</style>
border-color css
<style>
span { border-color: #E23CDD; }
span { border-color: rgb(226,60,221); }
td.TdClassName
{
border-color: #E23CDD;
}
.TagClassName
{
border-color: #E23CDD;
}
</style>