Html Css Color HEX #E65ABC Free Speech Magenta
📋 copy color: '#E65ABC'red 230 ◦ green 90 ◦ blue 188
Shades of Free Speech Magenta #E65ABC
Tints of Free Speech Magenta #E65ABC
RGB
CMYK
RGB Variations
Color information
#E65ABC (or 0xE65ABC) is known color: Free Speech Magenta. HEX triplet: E6, 5A and BC. RGB value is (230,90,188). Sum of RGB (Red+Green+Blue) = 230+90+188=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ABC is #19A543. Grayscale: #8E8E8E. Windows color (decimal): -1680708 or 12344038. OLE color: 12344038.
HSL color Cylindrical-coordinate representation of color #E65ABC: hue angle of 318º 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 #E65ABC is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 188 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.10 |
| HSL | 318º | 0.74% | 0.63% | - |
| HSV(B) | 318º | 0.61% | 0.9% | - |
| XYZ | 45.37 | 27.77 | 50.55 | - |
| YUV | 143.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 188 | 0 | 0.61 | 0.18 | 0.10 | 318 | 0.74 | 0.63 |
| Hex | E6 | 5A | BC | 0 | 3D | 12 | A | 13E | 4A | 3F |
| Octal | 346 | 132 | 274 | 0 | 75 | 22 | 12 | 476 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10111100 | 0 | 111101 | 10010 | 1010 | 100111110 | 1001010 | 111111 |
Color Harmonies of #E65ABC
Complementary color
Monochromatic Colors of #E65ABC
Black with #E65ABC
Text Example
Text Example
White with #E65ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65ABC; }
p { color: rgb(230,90,188); }
H1.HeaderClassName
{
color: #E65ABC;
}
.AnyTagClassName
{
color: #E65ABC;
}
</style>
background-color css
<style>
a { background-color: #E65ABC; }
a { background-color: rgb(230,90,188); }
div.DivClassName
{
background-color: #E65ABC;
}
.BgClassName
{
background-color: #E65ABC;
}
</style>
border-color css
<style>
span { border-color: #E65ABC; }
span { border-color: rgb(230,90,188); }
td.TdClassName
{
border-color: #E65ABC;
}
.TagClassName
{
border-color: #E65ABC;
}
</style>