Html Css Color HEX #E153CC Free Speech Magenta
📋 copy color: '#E153CC'red 225 ◦ green 83 ◦ blue 204
Shades of Free Speech Magenta #E153CC
Tints of Free Speech Magenta #E153CC
RGB
CMYK
RGB Variations
Color information
#E153CC (or 0xE153CC) is known color: Free Speech Magenta. HEX triplet: E1, 53 and CC. RGB value is (225,83,204). Sum of RGB (Red+Green+Blue) = 225+83+204=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E153CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E153CC is #1EAC33. Grayscale: #8A8A8A. Windows color (decimal): -2010164 or 13390817. OLE color: 13390817.
HSL color Cylindrical-coordinate representation of color #E153CC: hue angle of 308.87º 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 #E153CC is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 204 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.12 |
| HSL | 308.87º | 0.7% | 0.6% | - |
| HSV(B) | 308.87º | 0.63% | 0.88% | - |
| XYZ | 45.04 | 26.55 | 59.88 | - |
| YUV | 139.25 | 164.54 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 204 | 0 | 0.63 | 0.09 | 0.12 | 308.87 | 0.7 | 0.6 |
| Hex | E1 | 53 | CC | 0 | 3F | 9 | C | 135 | 46 | 3C |
| Octal | 341 | 123 | 314 | 0 | 77 | 11 | 14 | 465 | 106 | 74 |
| Binary | 11100001 | 1010011 | 11001100 | 0 | 111111 | 1001 | 1100 | 100110101 | 1000110 | 111100 |
Color Harmonies of #E153CC
Complementary color
Monochromatic Colors of #E153CC
Black with #E153CC
Text Example
Text Example
White with #E153CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E153CC; }
p { color: rgb(225,83,204); }
H1.HeaderClassName
{
color: #E153CC;
}
.AnyTagClassName
{
color: #E153CC;
}
</style>
background-color css
<style>
a { background-color: #E153CC; }
a { background-color: rgb(225,83,204); }
div.DivClassName
{
background-color: #E153CC;
}
.BgClassName
{
background-color: #E153CC;
}
</style>
border-color css
<style>
span { border-color: #E153CC; }
span { border-color: rgb(225,83,204); }
td.TdClassName
{
border-color: #E153CC;
}
.TagClassName
{
border-color: #E153CC;
}
</style>