Html Css Color HEX #E153CB Free Speech Magenta
📋 copy color: '#E153CB'red 225 ◦ green 83 ◦ blue 203
Shades of Free Speech Magenta #E153CB
Tints of Free Speech Magenta #E153CB
RGB
CMYK
RGB Variations
Color information
#E153CB (or 0xE153CB) is known color: Free Speech Magenta. HEX triplet: E1, 53 and CB. RGB value is (225,83,203). Sum of RGB (Red+Green+Blue) = 225+83+203=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E153CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153CB is #1EAC34. Grayscale: #8A8A8A. Windows color (decimal): -2010165 or 13325281. OLE color: 13325281.
HSL color Cylindrical-coordinate representation of color #E153CB: hue angle of 309.3º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E153CB is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 203 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.12 |
| HSL | 309.3º | 0.7% | 0.6% | - |
| HSV(B) | 309.3º | 0.63% | 0.88% | - |
| XYZ | 44.92 | 26.51 | 59.25 | - |
| YUV | 139.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 203 | 0 | 0.63 | 0.10 | 0.12 | 309.3 | 0.7 | 0.6 |
| Hex | E1 | 53 | CB | 0 | 3F | A | C | 135 | 46 | 3C |
| Octal | 341 | 123 | 313 | 0 | 77 | 12 | 14 | 465 | 106 | 74 |
| Binary | 11100001 | 1010011 | 11001011 | 0 | 111111 | 1010 | 1100 | 100110101 | 1000110 | 111100 |
Color Harmonies of #E153CB
Complementary color
Monochromatic Colors of #E153CB
Black with #E153CB
Text Example
Text Example
White with #E153CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153CB; }
p { color: rgb(225,83,203); }
H1.HeaderClassName
{
color: #E153CB;
}
.AnyTagClassName
{
color: #E153CB;
}
</style>
background-color css
<style>
a { background-color: #E153CB; }
a { background-color: rgb(225,83,203); }
div.DivClassName
{
background-color: #E153CB;
}
.BgClassName
{
background-color: #E153CB;
}
</style>
border-color css
<style>
span { border-color: #E153CB; }
span { border-color: rgb(225,83,203); }
td.TdClassName
{
border-color: #E153CB;
}
.TagClassName
{
border-color: #E153CB;
}
</style>