Html Css Color HEX #E348C4 Free Speech Magenta
📋 copy color: '#E348C4'red 227 ◦ green 72 ◦ blue 196
Shades of Free Speech Magenta #E348C4
Tints of Free Speech Magenta #E348C4
RGB
CMYK
RGB Variations
Color information
#E348C4 (or 0xE348C4) is known color: Free Speech Magenta. HEX triplet: E3, 48 and C4. RGB value is (227,72,196). Sum of RGB (Red+Green+Blue) = 227+72+196=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 72 (28.52% from 255 or 14.55% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E348C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348C4 is #1CB73B. Grayscale: #848484. Windows color (decimal): -1881916 or 12863715. OLE color: 12863715.
HSL color Cylindrical-coordinate representation of color #E348C4: hue angle of 312º 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 #E348C4 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 196 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.11 |
| HSL | 312º | 0.73% | 0.59% | - |
| HSV(B) | 312º | 0.68% | 0.89% | - |
| XYZ | 43.96 | 24.95 | 54.72 | - |
| YUV | 132.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 196 | 0 | 0.68 | 0.14 | 0.11 | 312 | 0.73 | 0.59 |
| Hex | E3 | 48 | C4 | 0 | 44 | E | B | 138 | 49 | 3B |
| Octal | 343 | 110 | 304 | 0 | 104 | 16 | 13 | 470 | 111 | 73 |
| Binary | 11100011 | 1001000 | 11000100 | 0 | 1000100 | 1110 | 1011 | 100111000 | 1001001 | 111011 |
Color Harmonies of #E348C4
Complementary color
Monochromatic Colors of #E348C4
Black with #E348C4
Text Example
Text Example
White with #E348C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348C4; }
p { color: rgb(227,72,196); }
H1.HeaderClassName
{
color: #E348C4;
}
.AnyTagClassName
{
color: #E348C4;
}
</style>
background-color css
<style>
a { background-color: #E348C4; }
a { background-color: rgb(227,72,196); }
div.DivClassName
{
background-color: #E348C4;
}
.BgClassName
{
background-color: #E348C4;
}
</style>
border-color css
<style>
span { border-color: #E348C4; }
span { border-color: rgb(227,72,196); }
td.TdClassName
{
border-color: #E348C4;
}
.TagClassName
{
border-color: #E348C4;
}
</style>