Html Css Color HEX #E465CD Free Speech Magenta
📋 copy color: '#E465CD'red 228 ◦ green 101 ◦ blue 205
Shades of Free Speech Magenta #E465CD
Tints of Free Speech Magenta #E465CD
RGB
CMYK
RGB Variations
Color information
#E465CD (or 0xE465CD) is known color: Free Speech Magenta. HEX triplet: E4, 65 and CD. RGB value is (228,101,205). Sum of RGB (Red+Green+Blue) = 228+101+205=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E465CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E465CD is #1B9A32. Grayscale: #969696. Windows color (decimal): -1808947 or 13460964. OLE color: 13460964.
HSL color Cylindrical-coordinate representation of color #E465CD: hue angle of 310.87º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E465CD is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 205 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.11 |
| HSL | 310.87º | 0.7% | 0.65% | - |
| HSV(B) | 310.87º | 0.56% | 0.89% | - |
| XYZ | 47.67 | 30.21 | 61.08 | - |
| YUV | 150.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 205 | 0 | 0.56 | 0.10 | 0.11 | 310.87 | 0.7 | 0.65 |
| Hex | E4 | 65 | CD | 0 | 38 | A | B | 137 | 46 | 41 |
| Octal | 344 | 145 | 315 | 0 | 70 | 12 | 13 | 467 | 106 | 101 |
| Binary | 11100100 | 1100101 | 11001101 | 0 | 111000 | 1010 | 1011 | 100110111 | 1000110 | 1000001 |
Color Harmonies of #E465CD
Complementary color
Monochromatic Colors of #E465CD
Black with #E465CD
Text Example
Text Example
White with #E465CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E465CD; }
p { color: rgb(228,101,205); }
H1.HeaderClassName
{
color: #E465CD;
}
.AnyTagClassName
{
color: #E465CD;
}
</style>
background-color css
<style>
a { background-color: #E465CD; }
a { background-color: rgb(228,101,205); }
div.DivClassName
{
background-color: #E465CD;
}
.BgClassName
{
background-color: #E465CD;
}
</style>
border-color css
<style>
span { border-color: #E465CD; }
span { border-color: rgb(228,101,205); }
td.TdClassName
{
border-color: #E465CD;
}
.TagClassName
{
border-color: #E465CD;
}
</style>