Html Css Color HEX #E35CDD Free Speech Magenta
📋 copy color: '#E35CDD'red 227 ◦ green 92 ◦ blue 221
Shades of Free Speech Magenta #E35CDD
Tints of Free Speech Magenta #E35CDD
RGB
CMYK
RGB Variations
Color information
#E35CDD (or 0xE35CDD) is known color: Free Speech Magenta. HEX triplet: E3, 5C and DD. RGB value is (227,92,221). Sum of RGB (Red+Green+Blue) = 227+92+221=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E35CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35CDD is #1CA322. Grayscale: #929292. Windows color (decimal): -1876771 or 14507235. OLE color: 14507235.
HSL color Cylindrical-coordinate representation of color #E35CDD: hue angle of 302.67º 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 #E35CDD is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 221 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.11 |
| HSL | 302.67º | 0.71% | 0.63% | - |
| HSV(B) | 302.67º | 0.59% | 0.89% | - |
| XYZ | 48.56 | 29.21 | 71.48 | - |
| YUV | 147.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 221 | 0 | 0.59 | 0.03 | 0.11 | 302.67 | 0.71 | 0.63 |
| Hex | E3 | 5C | DD | 0 | 3B | 3 | B | 12F | 47 | 3F |
| Octal | 343 | 134 | 335 | 0 | 73 | 3 | 13 | 457 | 107 | 77 |
| Binary | 11100011 | 1011100 | 11011101 | 0 | 111011 | 11 | 1011 | 100101111 | 1000111 | 111111 |
Color Harmonies of #E35CDD
Complementary color
Monochromatic Colors of #E35CDD
Black with #E35CDD
Text Example
Text Example
White with #E35CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35CDD; }
p { color: rgb(227,92,221); }
H1.HeaderClassName
{
color: #E35CDD;
}
.AnyTagClassName
{
color: #E35CDD;
}
</style>
background-color css
<style>
a { background-color: #E35CDD; }
a { background-color: rgb(227,92,221); }
div.DivClassName
{
background-color: #E35CDD;
}
.BgClassName
{
background-color: #E35CDD;
}
</style>
border-color css
<style>
span { border-color: #E35CDD; }
span { border-color: rgb(227,92,221); }
td.TdClassName
{
border-color: #E35CDD;
}
.TagClassName
{
border-color: #E35CDD;
}
</style>