Html Css Color HEX #E345D2 Free Speech Magenta
📋 copy color: '#E345D2'red 227 ◦ green 69 ◦ blue 210
Shades of Free Speech Magenta #E345D2
Tints of Free Speech Magenta #E345D2
RGB
CMYK
RGB Variations
Color information
#E345D2 (or 0xE345D2) is known color: Free Speech Magenta. HEX triplet: E3, 45 and D2. RGB value is (227,69,210). Sum of RGB (Red+Green+Blue) = 227+69+210=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E345D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E345D2 is #1CBA2D. Grayscale: #838383. Windows color (decimal): -1882670 or 13780451. OLE color: 13780451.
HSL color Cylindrical-coordinate representation of color #E345D2: hue angle of 306.46º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E345D2 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 210 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.11 |
| HSL | 306.46º | 0.74% | 0.58% | - |
| HSV(B) | 306.46º | 0.7% | 0.89% | - |
| XYZ | 45.44 | 25.24 | 63.45 | - |
| YUV | 132.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 210 | 0 | 0.70 | 0.07 | 0.11 | 306.46 | 0.74 | 0.58 |
| Hex | E3 | 45 | D2 | 0 | 46 | 7 | B | 132 | 4A | 3A |
| Octal | 343 | 105 | 322 | 0 | 106 | 7 | 13 | 462 | 112 | 72 |
| Binary | 11100011 | 1000101 | 11010010 | 0 | 1000110 | 111 | 1011 | 100110010 | 1001010 | 111010 |
Color Harmonies of #E345D2
Complementary color
Monochromatic Colors of #E345D2
Black with #E345D2
Text Example
Text Example
White with #E345D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E345D2; }
p { color: rgb(227,69,210); }
H1.HeaderClassName
{
color: #E345D2;
}
.AnyTagClassName
{
color: #E345D2;
}
</style>
background-color css
<style>
a { background-color: #E345D2; }
a { background-color: rgb(227,69,210); }
div.DivClassName
{
background-color: #E345D2;
}
.BgClassName
{
background-color: #E345D2;
}
</style>
border-color css
<style>
span { border-color: #E345D2; }
span { border-color: rgb(227,69,210); }
td.TdClassName
{
border-color: #E345D2;
}
.TagClassName
{
border-color: #E345D2;
}
</style>