Html Css Color HEX #E348CA Free Speech Magenta
📋 copy color: '#E348CA'red 227 ◦ green 72 ◦ blue 202
Shades of Free Speech Magenta #E348CA
Tints of Free Speech Magenta #E348CA
RGB
CMYK
RGB Variations
Color information
#E348CA (or 0xE348CA) is known color: Free Speech Magenta. HEX triplet: E3, 48 and CA. RGB value is (227,72,202). Sum of RGB (Red+Green+Blue) = 227+72+202=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E348CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348CA is #1CB735. Grayscale: #848484. Windows color (decimal): -1881910 or 13256931. OLE color: 13256931.
HSL color Cylindrical-coordinate representation of color #E348CA: hue angle of 309.68º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E348CA is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 202 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.11 |
| HSL | 309.68º | 0.73% | 0.59% | - |
| HSV(B) | 309.68º | 0.68% | 0.89% | - |
| XYZ | 44.66 | 25.23 | 58.39 | - |
| YUV | 133.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 202 | 0 | 0.68 | 0.11 | 0.11 | 309.68 | 0.73 | 0.59 |
| Hex | E3 | 48 | CA | 0 | 44 | B | B | 136 | 49 | 3B |
| Octal | 343 | 110 | 312 | 0 | 104 | 13 | 13 | 466 | 111 | 73 |
| Binary | 11100011 | 1001000 | 11001010 | 0 | 1000100 | 1011 | 1011 | 100110110 | 1001001 | 111011 |
Color Harmonies of #E348CA
Complementary color
Monochromatic Colors of #E348CA
Black with #E348CA
Text Example
Text Example
White with #E348CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348CA; }
p { color: rgb(227,72,202); }
H1.HeaderClassName
{
color: #E348CA;
}
.AnyTagClassName
{
color: #E348CA;
}
</style>
background-color css
<style>
a { background-color: #E348CA; }
a { background-color: rgb(227,72,202); }
div.DivClassName
{
background-color: #E348CA;
}
.BgClassName
{
background-color: #E348CA;
}
</style>
border-color css
<style>
span { border-color: #E348CA; }
span { border-color: rgb(227,72,202); }
td.TdClassName
{
border-color: #E348CA;
}
.TagClassName
{
border-color: #E348CA;
}
</style>