Html Css Color HEX #E753CB Free Speech Magenta
📋 copy color: '#E753CB'red 231 ◦ green 83 ◦ blue 203
Shades of Free Speech Magenta #E753CB
Tints of Free Speech Magenta #E753CB
RGB
CMYK
RGB Variations
Color information
#E753CB (or 0xE753CB) is known color: Free Speech Magenta. HEX triplet: E7, 53 and CB. RGB value is (231,83,203). Sum of RGB (Red+Green+Blue) = 231+83+203=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E753CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E753CB is #18AC34. Grayscale: #8C8C8C. Windows color (decimal): -1616949 or 13325287. OLE color: 13325287.
HSL color Cylindrical-coordinate representation of color #E753CB: hue angle of 311.35º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E753CB is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 203 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.09 |
| HSL | 311.35º | 0.76% | 0.62% | - |
| HSV(B) | 311.35º | 0.64% | 0.91% | - |
| XYZ | 46.83 | 27.49 | 59.34 | - |
| YUV | 140.93 | 163.03 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 203 | 0 | 0.64 | 0.12 | 0.09 | 311.35 | 0.76 | 0.62 |
| Hex | E7 | 53 | CB | 0 | 40 | C | 9 | 137 | 4C | 3E |
| Octal | 347 | 123 | 313 | 0 | 100 | 14 | 11 | 467 | 114 | 76 |
| Binary | 11100111 | 1010011 | 11001011 | 0 | 1000000 | 1100 | 1001 | 100110111 | 1001100 | 111110 |
Color Harmonies of #E753CB
Complementary color
Monochromatic Colors of #E753CB
Black with #E753CB
Text Example
Text Example
White with #E753CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E753CB; }
p { color: rgb(231,83,203); }
H1.HeaderClassName
{
color: #E753CB;
}
.AnyTagClassName
{
color: #E753CB;
}
</style>
background-color css
<style>
a { background-color: #E753CB; }
a { background-color: rgb(231,83,203); }
div.DivClassName
{
background-color: #E753CB;
}
.BgClassName
{
background-color: #E753CB;
}
</style>
border-color css
<style>
span { border-color: #E753CB; }
span { border-color: rgb(231,83,203); }
td.TdClassName
{
border-color: #E753CB;
}
.TagClassName
{
border-color: #E753CB;
}
</style>