Html Css Color HEX #E255CC Free Speech Magenta
📋 copy color: '#E255CC'red 226 ◦ green 85 ◦ blue 204
Shades of Free Speech Magenta #E255CC
Tints of Free Speech Magenta #E255CC
RGB
CMYK
RGB Variations
Color information
#E255CC (or 0xE255CC) is known color: Free Speech Magenta. HEX triplet: E2, 55 and CC. RGB value is (226,85,204). Sum of RGB (Red+Green+Blue) = 226+85+204=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E255CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255CC is #1DAA33. Grayscale: #8C8C8C. Windows color (decimal): -1944116 or 13391330. OLE color: 13391330.
HSL color Cylindrical-coordinate representation of color #E255CC: hue angle of 309.36º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E255CC is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 204 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.11 |
| HSL | 309.36º | 0.71% | 0.61% | - |
| HSV(B) | 309.36º | 0.62% | 0.89% | - |
| XYZ | 45.51 | 27.03 | 59.94 | - |
| YUV | 140.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 204 | 0 | 0.62 | 0.10 | 0.11 | 309.36 | 0.71 | 0.61 |
| Hex | E2 | 55 | CC | 0 | 3E | A | B | 135 | 47 | 3D |
| Octal | 342 | 125 | 314 | 0 | 76 | 12 | 13 | 465 | 107 | 75 |
| Binary | 11100010 | 1010101 | 11001100 | 0 | 111110 | 1010 | 1011 | 100110101 | 1000111 | 111101 |
Color Harmonies of #E255CC
Complementary color
Monochromatic Colors of #E255CC
Black with #E255CC
Text Example
Text Example
White with #E255CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255CC; }
p { color: rgb(226,85,204); }
H1.HeaderClassName
{
color: #E255CC;
}
.AnyTagClassName
{
color: #E255CC;
}
</style>
background-color css
<style>
a { background-color: #E255CC; }
a { background-color: rgb(226,85,204); }
div.DivClassName
{
background-color: #E255CC;
}
.BgClassName
{
background-color: #E255CC;
}
</style>
border-color css
<style>
span { border-color: #E255CC; }
span { border-color: rgb(226,85,204); }
td.TdClassName
{
border-color: #E255CC;
}
.TagClassName
{
border-color: #E255CC;
}
</style>