Html Css Color HEX #E752CB Free Speech Magenta
📋 copy color: '#E752CB'red 231 ◦ green 82 ◦ blue 203
Shades of Free Speech Magenta #E752CB
Tints of Free Speech Magenta #E752CB
RGB
CMYK
RGB Variations
Color information
#E752CB (or 0xE752CB) is known color: Free Speech Magenta. HEX triplet: E7, 52 and CB. RGB value is (231,82,203). Sum of RGB (Red+Green+Blue) = 231+82+203=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 82 (32.42% from 255 or 15.89% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E752CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E752CB is #18AD34. Grayscale: #8C8C8C. Windows color (decimal): -1617205 or 13325031. OLE color: 13325031.
HSL color Cylindrical-coordinate representation of color #E752CB: hue angle of 311.28º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E752CB is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 203 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.09 |
| HSL | 311.28º | 0.76% | 0.61% | - |
| HSV(B) | 311.28º | 0.65% | 0.91% | - |
| XYZ | 46.75 | 27.34 | 59.31 | - |
| YUV | 140.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 203 | 0 | 0.65 | 0.12 | 0.09 | 311.28 | 0.76 | 0.61 |
| Hex | E7 | 52 | CB | 0 | 41 | C | 9 | 137 | 4C | 3D |
| Octal | 347 | 122 | 313 | 0 | 101 | 14 | 11 | 467 | 114 | 75 |
| Binary | 11100111 | 1010010 | 11001011 | 0 | 1000001 | 1100 | 1001 | 100110111 | 1001100 | 111101 |
Color Harmonies of #E752CB
Complementary color
Monochromatic Colors of #E752CB
Black with #E752CB
Text Example
Text Example
White with #E752CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752CB; }
p { color: rgb(231,82,203); }
H1.HeaderClassName
{
color: #E752CB;
}
.AnyTagClassName
{
color: #E752CB;
}
</style>
background-color css
<style>
a { background-color: #E752CB; }
a { background-color: rgb(231,82,203); }
div.DivClassName
{
background-color: #E752CB;
}
.BgClassName
{
background-color: #E752CB;
}
</style>
border-color css
<style>
span { border-color: #E752CB; }
span { border-color: rgb(231,82,203); }
td.TdClassName
{
border-color: #E752CB;
}
.TagClassName
{
border-color: #E752CB;
}
</style>