Html Css Color HEX #E265CB Free Speech Magenta
📋 copy color: '#E265CB'red 226 ◦ green 101 ◦ blue 203
Shades of Free Speech Magenta #E265CB
Tints of Free Speech Magenta #E265CB
RGB
CMYK
RGB Variations
Color information
#E265CB (or 0xE265CB) is known color: Free Speech Magenta. HEX triplet: E2, 65 and CB. RGB value is (226,101,203). Sum of RGB (Red+Green+Blue) = 226+101+203=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E265CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265CB is #1D9A34. Grayscale: #959595. Windows color (decimal): -1940021 or 13329890. OLE color: 13329890.
HSL color Cylindrical-coordinate representation of color #E265CB: hue angle of 311.04º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E265CB is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 203 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.11 |
| HSL | 311.04º | 0.68% | 0.64% | - |
| HSV(B) | 311.04º | 0.55% | 0.89% | - |
| XYZ | 46.8 | 29.79 | 59.78 | - |
| YUV | 150 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 203 | 0 | 0.55 | 0.10 | 0.11 | 311.04 | 0.68 | 0.64 |
| Hex | E2 | 65 | CB | 0 | 37 | A | B | 137 | 44 | 40 |
| Octal | 342 | 145 | 313 | 0 | 67 | 12 | 13 | 467 | 104 | 100 |
| Binary | 11100010 | 1100101 | 11001011 | 0 | 110111 | 1010 | 1011 | 100110111 | 1000100 | 1000000 |
Color Harmonies of #E265CB
Complementary color
Monochromatic Colors of #E265CB
Black with #E265CB
Text Example
Text Example
White with #E265CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265CB; }
p { color: rgb(226,101,203); }
H1.HeaderClassName
{
color: #E265CB;
}
.AnyTagClassName
{
color: #E265CB;
}
</style>
background-color css
<style>
a { background-color: #E265CB; }
a { background-color: rgb(226,101,203); }
div.DivClassName
{
background-color: #E265CB;
}
.BgClassName
{
background-color: #E265CB;
}
</style>
border-color css
<style>
span { border-color: #E265CB; }
span { border-color: rgb(226,101,203); }
td.TdClassName
{
border-color: #E265CB;
}
.TagClassName
{
border-color: #E265CB;
}
</style>