Html Css Color HEX #E252BB Free Speech Magenta
📋 copy color: '#E252BB'red 226 ◦ green 82 ◦ blue 187
Shades of Free Speech Magenta #E252BB
Tints of Free Speech Magenta #E252BB
RGB
CMYK
RGB Variations
Color information
#E252BB (or 0xE252BB) is known color: Free Speech Magenta. HEX triplet: E2, 52 and BB. RGB value is (226,82,187). Sum of RGB (Red+Green+Blue) = 226+82+187=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E252BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252BB is #1DAD44. Grayscale: #888888. Windows color (decimal): -1944901 or 12276450. OLE color: 12276450.
HSL color Cylindrical-coordinate representation of color #E252BB: hue angle of 316.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E252BB is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 187 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.11 |
| HSL | 316.25º | 0.71% | 0.6% | - |
| HSV(B) | 316.25º | 0.64% | 0.89% | - |
| XYZ | 43.35 | 25.79 | 49.71 | - |
| YUV | 137.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 187 | 0 | 0.64 | 0.17 | 0.11 | 316.25 | 0.71 | 0.6 |
| Hex | E2 | 52 | BB | 0 | 40 | 11 | B | 13C | 47 | 3C |
| Octal | 342 | 122 | 273 | 0 | 100 | 21 | 13 | 474 | 107 | 74 |
| Binary | 11100010 | 1010010 | 10111011 | 0 | 1000000 | 10001 | 1011 | 100111100 | 1000111 | 111100 |
Color Harmonies of #E252BB
Complementary color
Monochromatic Colors of #E252BB
Black with #E252BB
Text Example
Text Example
White with #E252BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252BB; }
p { color: rgb(226,82,187); }
H1.HeaderClassName
{
color: #E252BB;
}
.AnyTagClassName
{
color: #E252BB;
}
</style>
background-color css
<style>
a { background-color: #E252BB; }
a { background-color: rgb(226,82,187); }
div.DivClassName
{
background-color: #E252BB;
}
.BgClassName
{
background-color: #E252BB;
}
</style>
border-color css
<style>
span { border-color: #E252BB; }
span { border-color: rgb(226,82,187); }
td.TdClassName
{
border-color: #E252BB;
}
.TagClassName
{
border-color: #E252BB;
}
</style>