Html Css Color HEX #E450CB Free Speech Magenta
📋 copy color: '#E450CB'red 228 ◦ green 80 ◦ blue 203
Shades of Free Speech Magenta #E450CB
Tints of Free Speech Magenta #E450CB
RGB
CMYK
RGB Variations
Color information
#E450CB (or 0xE450CB) is known color: Free Speech Magenta. HEX triplet: E4, 50 and CB. RGB value is (228,80,203). Sum of RGB (Red+Green+Blue) = 228+80+203=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 80 (31.64% from 255 or 15.66% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E450CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E450CB is #1BAF34. Grayscale: #898989. Windows color (decimal): -1814325 or 13324516. OLE color: 13324516.
HSL color Cylindrical-coordinate representation of color #E450CB: hue angle of 310.14º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E450CB is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 203 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.11 |
| HSL | 310.14º | 0.73% | 0.6% | - |
| HSV(B) | 310.14º | 0.65% | 0.89% | - |
| XYZ | 45.64 | 26.54 | 59.22 | - |
| YUV | 138.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 203 | 0 | 0.65 | 0.11 | 0.11 | 310.14 | 0.73 | 0.6 |
| Hex | E4 | 50 | CB | 0 | 41 | B | B | 136 | 49 | 3C |
| Octal | 344 | 120 | 313 | 0 | 101 | 13 | 13 | 466 | 111 | 74 |
| Binary | 11100100 | 1010000 | 11001011 | 0 | 1000001 | 1011 | 1011 | 100110110 | 1001001 | 111100 |
Color Harmonies of #E450CB
Complementary color
Monochromatic Colors of #E450CB
Black with #E450CB
Text Example
Text Example
White with #E450CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E450CB; }
p { color: rgb(228,80,203); }
H1.HeaderClassName
{
color: #E450CB;
}
.AnyTagClassName
{
color: #E450CB;
}
</style>
background-color css
<style>
a { background-color: #E450CB; }
a { background-color: rgb(228,80,203); }
div.DivClassName
{
background-color: #E450CB;
}
.BgClassName
{
background-color: #E450CB;
}
</style>
border-color css
<style>
span { border-color: #E450CB; }
span { border-color: rgb(228,80,203); }
td.TdClassName
{
border-color: #E450CB;
}
.TagClassName
{
border-color: #E450CB;
}
</style>