Html Css Color HEX #E35CCD Free Speech Magenta
📋 copy color: '#E35CCD'red 227 ◦ green 92 ◦ blue 205
Shades of Free Speech Magenta #E35CCD
Tints of Free Speech Magenta #E35CCD
RGB
CMYK
RGB Variations
Color information
#E35CCD (or 0xE35CCD) is known color: Free Speech Magenta. HEX triplet: E3, 5C and CD. RGB value is (227,92,205). Sum of RGB (Red+Green+Blue) = 227+92+205=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35CCD is #1CA332. Grayscale: #909090. Windows color (decimal): -1876787 or 13458659. OLE color: 13458659.
HSL color Cylindrical-coordinate representation of color #E35CCD: hue angle of 309.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35CCD is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 205 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.11 |
| HSL | 309.78º | 0.71% | 0.63% | - |
| HSV(B) | 309.78º | 0.59% | 0.89% | - |
| XYZ | 46.53 | 28.39 | 60.79 | - |
| YUV | 145.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 205 | 0 | 0.59 | 0.10 | 0.11 | 309.78 | 0.71 | 0.63 |
| Hex | E3 | 5C | CD | 0 | 3B | A | B | 136 | 47 | 3F |
| Octal | 343 | 134 | 315 | 0 | 73 | 12 | 13 | 466 | 107 | 77 |
| Binary | 11100011 | 1011100 | 11001101 | 0 | 111011 | 1010 | 1011 | 100110110 | 1000111 | 111111 |
Color Harmonies of #E35CCD
Complementary color
Monochromatic Colors of #E35CCD
Black with #E35CCD
Text Example
Text Example
White with #E35CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35CCD; }
p { color: rgb(227,92,205); }
H1.HeaderClassName
{
color: #E35CCD;
}
.AnyTagClassName
{
color: #E35CCD;
}
</style>
background-color css
<style>
a { background-color: #E35CCD; }
a { background-color: rgb(227,92,205); }
div.DivClassName
{
background-color: #E35CCD;
}
.BgClassName
{
background-color: #E35CCD;
}
</style>
border-color css
<style>
span { border-color: #E35CCD; }
span { border-color: rgb(227,92,205); }
td.TdClassName
{
border-color: #E35CCD;
}
.TagClassName
{
border-color: #E35CCD;
}
</style>