Html Css Color HEX #E065CE Free Speech Magenta
📋 copy color: '#E065CE'red 224 ◦ green 101 ◦ blue 206
Shades of Free Speech Magenta #E065CE
Tints of Free Speech Magenta #E065CE
RGB
CMYK
RGB Variations
Color information
#E065CE (or 0xE065CE) is known color: Free Speech Magenta. HEX triplet: E0, 65 and CE. RGB value is (224,101,206). Sum of RGB (Red+Green+Blue) = 224+101+206=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E065CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065CE is #1F9A31. Grayscale: #959595. Windows color (decimal): -2071090 or 13526496. OLE color: 13526496.
HSL color Cylindrical-coordinate representation of color #E065CE: hue angle of 308.78º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065CE is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 206 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.12 |
| HSL | 308.78º | 0.66% | 0.64% | - |
| HSV(B) | 308.78º | 0.55% | 0.88% | - |
| XYZ | 46.53 | 29.61 | 61.66 | - |
| YUV | 149.75 | 159.75 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 206 | 0 | 0.55 | 0.08 | 0.12 | 308.78 | 0.66 | 0.64 |
| Hex | E0 | 65 | CE | 0 | 37 | 8 | C | 135 | 42 | 40 |
| Octal | 340 | 145 | 316 | 0 | 67 | 10 | 14 | 465 | 102 | 100 |
| Binary | 11100000 | 1100101 | 11001110 | 0 | 110111 | 1000 | 1100 | 100110101 | 1000010 | 1000000 |
Color Harmonies of #E065CE
Complementary color
Monochromatic Colors of #E065CE
Black with #E065CE
Text Example
Text Example
White with #E065CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065CE; }
p { color: rgb(224,101,206); }
H1.HeaderClassName
{
color: #E065CE;
}
.AnyTagClassName
{
color: #E065CE;
}
</style>
background-color css
<style>
a { background-color: #E065CE; }
a { background-color: rgb(224,101,206); }
div.DivClassName
{
background-color: #E065CE;
}
.BgClassName
{
background-color: #E065CE;
}
</style>
border-color css
<style>
span { border-color: #E065CE; }
span { border-color: rgb(224,101,206); }
td.TdClassName
{
border-color: #E065CE;
}
.TagClassName
{
border-color: #E065CE;
}
</style>