Html Css Color HEX #E465C3 Free Speech Magenta
📋 copy color: '#E465C3'red 228 ◦ green 101 ◦ blue 195
Shades of Free Speech Magenta #E465C3
Tints of Free Speech Magenta #E465C3
RGB
CMYK
RGB Variations
Color information
#E465C3 (or 0xE465C3) is known color: Free Speech Magenta. HEX triplet: E4, 65 and C3. RGB value is (228,101,195). Sum of RGB (Red+Green+Blue) = 228+101+195=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E465C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E465C3 is #1B9A3C. Grayscale: #959595. Windows color (decimal): -1808957 or 12805604. OLE color: 12805604.
HSL color Cylindrical-coordinate representation of color #E465C3: hue angle of 315.59º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E465C3 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 195 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.11 |
| HSL | 315.59º | 0.7% | 0.65% | - |
| HSV(B) | 315.59º | 0.56% | 0.89% | - |
| XYZ | 46.5 | 29.74 | 54.92 | - |
| YUV | 149.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 195 | 0 | 0.56 | 0.14 | 0.11 | 315.59 | 0.7 | 0.65 |
| Hex | E4 | 65 | C3 | 0 | 38 | E | B | 13C | 46 | 41 |
| Octal | 344 | 145 | 303 | 0 | 70 | 16 | 13 | 474 | 106 | 101 |
| Binary | 11100100 | 1100101 | 11000011 | 0 | 111000 | 1110 | 1011 | 100111100 | 1000110 | 1000001 |
Color Harmonies of #E465C3
Complementary color
Monochromatic Colors of #E465C3
Black with #E465C3
Text Example
Text Example
White with #E465C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E465C3; }
p { color: rgb(228,101,195); }
H1.HeaderClassName
{
color: #E465C3;
}
.AnyTagClassName
{
color: #E465C3;
}
</style>
background-color css
<style>
a { background-color: #E465C3; }
a { background-color: rgb(228,101,195); }
div.DivClassName
{
background-color: #E465C3;
}
.BgClassName
{
background-color: #E465C3;
}
</style>
border-color css
<style>
span { border-color: #E465C3; }
span { border-color: rgb(228,101,195); }
td.TdClassName
{
border-color: #E465C3;
}
.TagClassName
{
border-color: #E465C3;
}
</style>