Html Css Color HEX #E965D2 Free Speech Magenta
📋 copy color: '#E965D2'red 233 ◦ green 101 ◦ blue 210
Shades of Free Speech Magenta #E965D2
Tints of Free Speech Magenta #E965D2
RGB
CMYK
RGB Variations
Color information
#E965D2 (or 0xE965D2) is known color: Free Speech Magenta. HEX triplet: E9, 65 and D2. RGB value is (233,101,210). Sum of RGB (Red+Green+Blue) = 233+101+210=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E965D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965D2 is #169A2D. Grayscale: #989898. Windows color (decimal): -1481262 or 13788649. OLE color: 13788649.
HSL color Cylindrical-coordinate representation of color #E965D2: hue angle of 310.45º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E965D2 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 210 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.09 |
| HSL | 310.45º | 0.75% | 0.65% | - |
| HSV(B) | 310.45º | 0.57% | 0.91% | - |
| XYZ | 49.89 | 31.28 | 64.38 | - |
| YUV | 152.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 210 | 0 | 0.57 | 0.10 | 0.09 | 310.45 | 0.75 | 0.65 |
| Hex | E9 | 65 | D2 | 0 | 39 | A | 9 | 136 | 4B | 41 |
| Octal | 351 | 145 | 322 | 0 | 71 | 12 | 11 | 466 | 113 | 101 |
| Binary | 11101001 | 1100101 | 11010010 | 0 | 111001 | 1010 | 1001 | 100110110 | 1001011 | 1000001 |
Color Harmonies of #E965D2
Complementary color
Monochromatic Colors of #E965D2
Black with #E965D2
Text Example
Text Example
White with #E965D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965D2; }
p { color: rgb(233,101,210); }
H1.HeaderClassName
{
color: #E965D2;
}
.AnyTagClassName
{
color: #E965D2;
}
</style>
background-color css
<style>
a { background-color: #E965D2; }
a { background-color: rgb(233,101,210); }
div.DivClassName
{
background-color: #E965D2;
}
.BgClassName
{
background-color: #E965D2;
}
</style>
border-color css
<style>
span { border-color: #E965D2; }
span { border-color: rgb(233,101,210); }
td.TdClassName
{
border-color: #E965D2;
}
.TagClassName
{
border-color: #E965D2;
}
</style>