Html Css Color HEX #E65ECB Free Speech Magenta
📋 copy color: '#E65ECB'red 230 ◦ green 94 ◦ blue 203
Shades of Free Speech Magenta #E65ECB
Tints of Free Speech Magenta #E65ECB
RGB
CMYK
RGB Variations
Color information
#E65ECB (or 0xE65ECB) is known color: Free Speech Magenta. HEX triplet: E6, 5E and CB. RGB value is (230,94,203). Sum of RGB (Red+Green+Blue) = 230+94+203=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E65ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65ECB is #19A134. Grayscale: #929292. Windows color (decimal): -1679669 or 13328102. OLE color: 13328102.
HSL color Cylindrical-coordinate representation of color #E65ECB: hue angle of 311.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65ECB is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 203 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.10 |
| HSL | 311.91º | 0.73% | 0.64% | - |
| HSV(B) | 311.91º | 0.59% | 0.9% | - |
| XYZ | 47.42 | 29.14 | 59.63 | - |
| YUV | 147.09 | 159.56 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 203 | 0 | 0.59 | 0.12 | 0.10 | 311.91 | 0.73 | 0.64 |
| Hex | E6 | 5E | CB | 0 | 3B | C | A | 138 | 49 | 40 |
| Octal | 346 | 136 | 313 | 0 | 73 | 14 | 12 | 470 | 111 | 100 |
| Binary | 11100110 | 1011110 | 11001011 | 0 | 111011 | 1100 | 1010 | 100111000 | 1001001 | 1000000 |
Color Harmonies of #E65ECB
Complementary color
Monochromatic Colors of #E65ECB
Black with #E65ECB
Text Example
Text Example
White with #E65ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65ECB; }
p { color: rgb(230,94,203); }
H1.HeaderClassName
{
color: #E65ECB;
}
.AnyTagClassName
{
color: #E65ECB;
}
</style>
background-color css
<style>
a { background-color: #E65ECB; }
a { background-color: rgb(230,94,203); }
div.DivClassName
{
background-color: #E65ECB;
}
.BgClassName
{
background-color: #E65ECB;
}
</style>
border-color css
<style>
span { border-color: #E65ECB; }
span { border-color: rgb(230,94,203); }
td.TdClassName
{
border-color: #E65ECB;
}
.TagClassName
{
border-color: #E65ECB;
}
</style>