Html Css Color HEX #E65ACB Free Speech Magenta
📋 copy color: '#E65ACB'red 230 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #E65ACB
Tints of Free Speech Magenta #E65ACB
RGB
CMYK
RGB Variations
Color information
#E65ACB (or 0xE65ACB) is known color: Free Speech Magenta. HEX triplet: E6, 5A and CB. RGB value is (230,90,203). Sum of RGB (Red+Green+Blue) = 230+90+203=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ACB is #19A534. Grayscale: #909090. Windows color (decimal): -1680693 or 13327078. OLE color: 13327078.
HSL color Cylindrical-coordinate representation of color #E65ACB: hue angle of 311.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65ACB is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 203 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.10 |
| HSL | 311.57º | 0.74% | 0.63% | - |
| HSV(B) | 311.57º | 0.61% | 0.9% | - |
| XYZ | 47.07 | 28.45 | 59.51 | - |
| YUV | 144.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 203 | 0 | 0.61 | 0.12 | 0.10 | 311.57 | 0.74 | 0.63 |
| Hex | E6 | 5A | CB | 0 | 3D | C | A | 138 | 4A | 3F |
| Octal | 346 | 132 | 313 | 0 | 75 | 14 | 12 | 470 | 112 | 77 |
| Binary | 11100110 | 1011010 | 11001011 | 0 | 111101 | 1100 | 1010 | 100111000 | 1001010 | 111111 |
Color Harmonies of #E65ACB
Complementary color
Monochromatic Colors of #E65ACB
Black with #E65ACB
Text Example
Text Example
White with #E65ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65ACB; }
p { color: rgb(230,90,203); }
H1.HeaderClassName
{
color: #E65ACB;
}
.AnyTagClassName
{
color: #E65ACB;
}
</style>
background-color css
<style>
a { background-color: #E65ACB; }
a { background-color: rgb(230,90,203); }
div.DivClassName
{
background-color: #E65ACB;
}
.BgClassName
{
background-color: #E65ACB;
}
</style>
border-color css
<style>
span { border-color: #E65ACB; }
span { border-color: rgb(230,90,203); }
td.TdClassName
{
border-color: #E65ACB;
}
.TagClassName
{
border-color: #E65ACB;
}
</style>