Html Css Color HEX #E23EDA Free Speech Magenta
📋 copy color: '#E23EDA'red 226 ◦ green 62 ◦ blue 218
Shades of Free Speech Magenta #E23EDA
Tints of Free Speech Magenta #E23EDA
RGB
CMYK
RGB Variations
Color information
#E23EDA (or 0xE23EDA) is known color: Free Speech Magenta. HEX triplet: E2, 3E and DA. RGB value is (226,62,218). Sum of RGB (Red+Green+Blue) = 226+62+218=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 62 (24.61% from 255 or 12.25% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E23EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23EDA is #1DC125. Grayscale: #808080. Windows color (decimal): -1949990 or 14302946. OLE color: 14302946.
HSL color Cylindrical-coordinate representation of color #E23EDA: hue angle of 302.93º 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 #E23EDA is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 62 | 218 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.11 |
| HSL | 302.93º | 0.74% | 0.56% | - |
| HSV(B) | 302.93º | 0.73% | 0.89% | - |
| XYZ | 45.74 | 24.68 | 68.68 | - |
| YUV | 128.82 | 178.33 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 62 | 218 | 0 | 0.73 | 0.04 | 0.11 | 302.93 | 0.74 | 0.56 |
| Hex | E2 | 3E | DA | 0 | 49 | 4 | B | 12F | 4A | 38 |
| Octal | 342 | 76 | 332 | 0 | 111 | 4 | 13 | 457 | 112 | 70 |
| Binary | 11100010 | 111110 | 11011010 | 0 | 1001001 | 100 | 1011 | 100101111 | 1001010 | 111000 |
Color Harmonies of #E23EDA
Complementary color
Monochromatic Colors of #E23EDA
Black with #E23EDA
Text Example
Text Example
White with #E23EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23EDA; }
p { color: rgb(226,62,218); }
H1.HeaderClassName
{
color: #E23EDA;
}
.AnyTagClassName
{
color: #E23EDA;
}
</style>
background-color css
<style>
a { background-color: #E23EDA; }
a { background-color: rgb(226,62,218); }
div.DivClassName
{
background-color: #E23EDA;
}
.BgClassName
{
background-color: #E23EDA;
}
</style>
border-color css
<style>
span { border-color: #E23EDA; }
span { border-color: rgb(226,62,218); }
td.TdClassName
{
border-color: #E23EDA;
}
.TagClassName
{
border-color: #E23EDA;
}
</style>