Html Css Color HEX #E23DD2 Free Speech Magenta
📋 copy color: '#E23DD2'red 226 ◦ green 61 ◦ blue 210
Shades of Free Speech Magenta #E23DD2
Tints of Free Speech Magenta #E23DD2
RGB
CMYK
RGB Variations
Color information
#E23DD2 (or 0xE23DD2) is known color: Free Speech Magenta. HEX triplet: E2, 3D and D2. RGB value is (226,61,210). Sum of RGB (Red+Green+Blue) = 226+61+210=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E23DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23DD2 is #1DC22D. Grayscale: #7E7E7E. Windows color (decimal): -1950254 or 13778402. OLE color: 13778402.
HSL color Cylindrical-coordinate representation of color #E23DD2: hue angle of 305.82º 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 #E23DD2 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 61 | 210 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.11 |
| HSL | 305.82º | 0.74% | 0.56% | - |
| HSV(B) | 305.82º | 0.73% | 0.89% | - |
| XYZ | 44.67 | 24.16 | 63.28 | - |
| YUV | 127.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 61 | 210 | 0 | 0.73 | 0.07 | 0.11 | 305.82 | 0.74 | 0.56 |
| Hex | E2 | 3D | D2 | 0 | 49 | 7 | B | 132 | 4A | 38 |
| Octal | 342 | 75 | 322 | 0 | 111 | 7 | 13 | 462 | 112 | 70 |
| Binary | 11100010 | 111101 | 11010010 | 0 | 1001001 | 111 | 1011 | 100110010 | 1001010 | 111000 |
Color Harmonies of #E23DD2
Complementary color
Monochromatic Colors of #E23DD2
Black with #E23DD2
Text Example
Text Example
White with #E23DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23DD2; }
p { color: rgb(226,61,210); }
H1.HeaderClassName
{
color: #E23DD2;
}
.AnyTagClassName
{
color: #E23DD2;
}
</style>
background-color css
<style>
a { background-color: #E23DD2; }
a { background-color: rgb(226,61,210); }
div.DivClassName
{
background-color: #E23DD2;
}
.BgClassName
{
background-color: #E23DD2;
}
</style>
border-color css
<style>
span { border-color: #E23DD2; }
span { border-color: rgb(226,61,210); }
td.TdClassName
{
border-color: #E23DD2;
}
.TagClassName
{
border-color: #E23DD2;
}
</style>