Html Css Color HEX #E367DA Free Speech Magenta
📋 copy color: '#E367DA'red 227 ◦ green 103 ◦ blue 218
Shades of Free Speech Magenta #E367DA
Tints of Free Speech Magenta #E367DA
RGB
CMYK
RGB Variations
Color information
#E367DA (or 0xE367DA) is known color: Free Speech Magenta. HEX triplet: E3, 67 and DA. RGB value is (227,103,218). Sum of RGB (Red+Green+Blue) = 227+103+218=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 103 (40.62% from 255 or 18.80% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E367DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E367DA is #1C9825. Grayscale: #989898. Windows color (decimal): -1873958 or 14313443. OLE color: 14313443.
HSL color Cylindrical-coordinate representation of color #E367DA: hue angle of 304.35º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E367DA is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 103 | 218 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.11 |
| HSL | 304.35º | 0.69% | 0.65% | - |
| HSV(B) | 304.35º | 0.55% | 0.89% | - |
| XYZ | 49.18 | 31.09 | 69.74 | - |
| YUV | 153.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 103 | 218 | 0 | 0.55 | 0.04 | 0.11 | 304.35 | 0.69 | 0.65 |
| Hex | E3 | 67 | DA | 0 | 37 | 4 | B | 130 | 45 | 41 |
| Octal | 343 | 147 | 332 | 0 | 67 | 4 | 13 | 460 | 105 | 101 |
| Binary | 11100011 | 1100111 | 11011010 | 0 | 110111 | 100 | 1011 | 100110000 | 1000101 | 1000001 |
Color Harmonies of #E367DA
Complementary color
Monochromatic Colors of #E367DA
Black with #E367DA
Text Example
Text Example
White with #E367DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E367DA; }
p { color: rgb(227,103,218); }
H1.HeaderClassName
{
color: #E367DA;
}
.AnyTagClassName
{
color: #E367DA;
}
</style>
background-color css
<style>
a { background-color: #E367DA; }
a { background-color: rgb(227,103,218); }
div.DivClassName
{
background-color: #E367DA;
}
.BgClassName
{
background-color: #E367DA;
}
</style>
border-color css
<style>
span { border-color: #E367DA; }
span { border-color: rgb(227,103,218); }
td.TdClassName
{
border-color: #E367DA;
}
.TagClassName
{
border-color: #E367DA;
}
</style>