Html Css Color HEX #E552C4 Free Speech Magenta
📋 copy color: '#E552C4'red 229 ◦ green 82 ◦ blue 196
Shades of Free Speech Magenta #E552C4
Tints of Free Speech Magenta #E552C4
RGB
CMYK
RGB Variations
Color information
#E552C4 (or 0xE552C4) is known color: Free Speech Magenta. HEX triplet: E5, 52 and C4. RGB value is (229,82,196). Sum of RGB (Red+Green+Blue) = 229+82+196=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E552C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E552C4 is #1AAD3B. Grayscale: #8A8A8A. Windows color (decimal): -1748284 or 12866277. OLE color: 12866277.
HSL color Cylindrical-coordinate representation of color #E552C4: hue angle of 313.47º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E552C4 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 196 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.10 |
| HSL | 313.47º | 0.74% | 0.61% | - |
| HSV(B) | 313.47º | 0.64% | 0.9% | - |
| XYZ | 45.29 | 26.68 | 54.99 | - |
| YUV | 138.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 196 | 0 | 0.64 | 0.14 | 0.10 | 313.47 | 0.74 | 0.61 |
| Hex | E5 | 52 | C4 | 0 | 40 | E | A | 139 | 4A | 3D |
| Octal | 345 | 122 | 304 | 0 | 100 | 16 | 12 | 471 | 112 | 75 |
| Binary | 11100101 | 1010010 | 11000100 | 0 | 1000000 | 1110 | 1010 | 100111001 | 1001010 | 111101 |
Color Harmonies of #E552C4
Complementary color
Monochromatic Colors of #E552C4
Black with #E552C4
Text Example
Text Example
White with #E552C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552C4; }
p { color: rgb(229,82,196); }
H1.HeaderClassName
{
color: #E552C4;
}
.AnyTagClassName
{
color: #E552C4;
}
</style>
background-color css
<style>
a { background-color: #E552C4; }
a { background-color: rgb(229,82,196); }
div.DivClassName
{
background-color: #E552C4;
}
.BgClassName
{
background-color: #E552C4;
}
</style>
border-color css
<style>
span { border-color: #E552C4; }
span { border-color: rgb(229,82,196); }
td.TdClassName
{
border-color: #E552C4;
}
.TagClassName
{
border-color: #E552C4;
}
</style>