Html Css Color HEX #E365CB Free Speech Magenta
📋 copy color: '#E365CB'red 227 ◦ green 101 ◦ blue 203
Shades of Free Speech Magenta #E365CB
Tints of Free Speech Magenta #E365CB
RGB
CMYK
RGB Variations
Color information
#E365CB (or 0xE365CB) is known color: Free Speech Magenta. HEX triplet: E3, 65 and CB. RGB value is (227,101,203). Sum of RGB (Red+Green+Blue) = 227+101+203=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E365CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E365CB is #1C9A34. Grayscale: #969696. Windows color (decimal): -1874485 or 13329891. OLE color: 13329891.
HSL color Cylindrical-coordinate representation of color #E365CB: hue angle of 311.43º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E365CB is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 203 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.11 |
| HSL | 311.43º | 0.69% | 0.64% | - |
| HSV(B) | 311.43º | 0.56% | 0.89% | - |
| XYZ | 47.11 | 29.95 | 59.8 | - |
| YUV | 150.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 203 | 0 | 0.56 | 0.11 | 0.11 | 311.43 | 0.69 | 0.64 |
| Hex | E3 | 65 | CB | 0 | 38 | B | B | 137 | 45 | 40 |
| Octal | 343 | 145 | 313 | 0 | 70 | 13 | 13 | 467 | 105 | 100 |
| Binary | 11100011 | 1100101 | 11001011 | 0 | 111000 | 1011 | 1011 | 100110111 | 1000101 | 1000000 |
Color Harmonies of #E365CB
Complementary color
Monochromatic Colors of #E365CB
Black with #E365CB
Text Example
Text Example
White with #E365CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E365CB; }
p { color: rgb(227,101,203); }
H1.HeaderClassName
{
color: #E365CB;
}
.AnyTagClassName
{
color: #E365CB;
}
</style>
background-color css
<style>
a { background-color: #E365CB; }
a { background-color: rgb(227,101,203); }
div.DivClassName
{
background-color: #E365CB;
}
.BgClassName
{
background-color: #E365CB;
}
</style>
border-color css
<style>
span { border-color: #E365CB; }
span { border-color: rgb(227,101,203); }
td.TdClassName
{
border-color: #E365CB;
}
.TagClassName
{
border-color: #E365CB;
}
</style>