Html Css Color HEX #E35ACB Free Speech Magenta
📋 copy color: '#E35ACB'red 227 ◦ green 90 ◦ blue 203
Shades of Free Speech Magenta #E35ACB
Tints of Free Speech Magenta #E35ACB
RGB
CMYK
RGB Variations
Color information
#E35ACB (or 0xE35ACB) is known color: Free Speech Magenta. HEX triplet: E3, 5A and CB. RGB value is (227,90,203). Sum of RGB (Red+Green+Blue) = 227+90+203=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 227 - color contains mainly: red. Hex color #E35ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E35ACB is #1CA534. Grayscale: #8F8F8F. Windows color (decimal): -1877301 or 13327075. OLE color: 13327075.
HSL color Cylindrical-coordinate representation of color #E35ACB: hue angle of 310.51º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35ACB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 203 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.11 |
| HSL | 310.51º | 0.71% | 0.62% | - |
| HSV(B) | 310.51º | 0.6% | 0.89% | - |
| XYZ | 46.11 | 27.96 | 59.47 | - |
| YUV | 143.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 203 | 0 | 0.60 | 0.11 | 0.11 | 310.51 | 0.71 | 0.62 |
| Hex | E3 | 5A | CB | 0 | 3C | B | B | 137 | 47 | 3E |
| Octal | 343 | 132 | 313 | 0 | 74 | 13 | 13 | 467 | 107 | 76 |
| Binary | 11100011 | 1011010 | 11001011 | 0 | 111100 | 1011 | 1011 | 100110111 | 1000111 | 111110 |
Color Harmonies of #E35ACB
Complementary color
Monochromatic Colors of #E35ACB
Black with #E35ACB
Text Example
Text Example
White with #E35ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35ACB; }
p { color: rgb(227,90,203); }
H1.HeaderClassName
{
color: #E35ACB;
}
.AnyTagClassName
{
color: #E35ACB;
}
</style>
background-color css
<style>
a { background-color: #E35ACB; }
a { background-color: rgb(227,90,203); }
div.DivClassName
{
background-color: #E35ACB;
}
.BgClassName
{
background-color: #E35ACB;
}
</style>
border-color css
<style>
span { border-color: #E35ACB; }
span { border-color: rgb(227,90,203); }
td.TdClassName
{
border-color: #E35ACB;
}
.TagClassName
{
border-color: #E35ACB;
}
</style>