Html Css Color HEX #E255CD Free Speech Magenta
📋 copy color: '#E255CD'red 226 ◦ green 85 ◦ blue 205
Shades of Free Speech Magenta #E255CD
Tints of Free Speech Magenta #E255CD
RGB
CMYK
RGB Variations
Color information
#E255CD (or 0xE255CD) is known color: Free Speech Magenta. HEX triplet: E2, 55 and CD. RGB value is (226,85,205). Sum of RGB (Red+Green+Blue) = 226+85+205=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E255CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E255CD is #1DAA32. Grayscale: #8C8C8C. Windows color (decimal): -1944115 or 13456866. OLE color: 13456866.
HSL color Cylindrical-coordinate representation of color #E255CD: hue angle of 308.94º 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 #E255CD is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 205 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.11 |
| HSL | 308.94º | 0.71% | 0.61% | - |
| HSV(B) | 308.94º | 0.62% | 0.89% | - |
| XYZ | 45.63 | 27.07 | 60.58 | - |
| YUV | 140.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 205 | 0 | 0.62 | 0.09 | 0.11 | 308.94 | 0.71 | 0.61 |
| Hex | E2 | 55 | CD | 0 | 3E | 9 | B | 135 | 47 | 3D |
| Octal | 342 | 125 | 315 | 0 | 76 | 11 | 13 | 465 | 107 | 75 |
| Binary | 11100010 | 1010101 | 11001101 | 0 | 111110 | 1001 | 1011 | 100110101 | 1000111 | 111101 |
Color Harmonies of #E255CD
Complementary color
Monochromatic Colors of #E255CD
Black with #E255CD
Text Example
Text Example
White with #E255CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E255CD; }
p { color: rgb(226,85,205); }
H1.HeaderClassName
{
color: #E255CD;
}
.AnyTagClassName
{
color: #E255CD;
}
</style>
background-color css
<style>
a { background-color: #E255CD; }
a { background-color: rgb(226,85,205); }
div.DivClassName
{
background-color: #E255CD;
}
.BgClassName
{
background-color: #E255CD;
}
</style>
border-color css
<style>
span { border-color: #E255CD; }
span { border-color: rgb(226,85,205); }
td.TdClassName
{
border-color: #E255CD;
}
.TagClassName
{
border-color: #E255CD;
}
</style>