Html Css Color HEX #E04CCB Free Speech Magenta
📋 copy color: '#E04CCB'red 224 ◦ green 76 ◦ blue 203
Shades of Free Speech Magenta #E04CCB
Tints of Free Speech Magenta #E04CCB
RGB
CMYK
RGB Variations
Color information
#E04CCB (or 0xE04CCB) is known color: Free Speech Magenta. HEX triplet: E0, 4C and CB. RGB value is (224,76,203). Sum of RGB (Red+Green+Blue) = 224+76+203=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04CCB is #1FB334. Grayscale: #868686. Windows color (decimal): -2077493 or 13323488. OLE color: 13323488.
HSL color Cylindrical-coordinate representation of color #E04CCB: hue angle of 308.51º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04CCB is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 203 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.12 |
| HSL | 308.51º | 0.7% | 0.59% | - |
| HSV(B) | 308.51º | 0.66% | 0.88% | - |
| XYZ | 44.1 | 25.33 | 59.06 | - |
| YUV | 134.73 | 166.53 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 203 | 0 | 0.66 | 0.09 | 0.12 | 308.51 | 0.7 | 0.59 |
| Hex | E0 | 4C | CB | 0 | 42 | 9 | C | 135 | 46 | 3B |
| Octal | 340 | 114 | 313 | 0 | 102 | 11 | 14 | 465 | 106 | 73 |
| Binary | 11100000 | 1001100 | 11001011 | 0 | 1000010 | 1001 | 1100 | 100110101 | 1000110 | 111011 |
Color Harmonies of #E04CCB
Complementary color
Monochromatic Colors of #E04CCB
Black with #E04CCB
Text Example
Text Example
White with #E04CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CCB; }
p { color: rgb(224,76,203); }
H1.HeaderClassName
{
color: #E04CCB;
}
.AnyTagClassName
{
color: #E04CCB;
}
</style>
background-color css
<style>
a { background-color: #E04CCB; }
a { background-color: rgb(224,76,203); }
div.DivClassName
{
background-color: #E04CCB;
}
.BgClassName
{
background-color: #E04CCB;
}
</style>
border-color css
<style>
span { border-color: #E04CCB; }
span { border-color: rgb(224,76,203); }
td.TdClassName
{
border-color: #E04CCB;
}
.TagClassName
{
border-color: #E04CCB;
}
</style>