Html Css Color HEX #E252BF Free Speech Magenta
📋 copy color: '#E252BF'red 226 ◦ green 82 ◦ blue 191
Shades of Free Speech Magenta #E252BF
Tints of Free Speech Magenta #E252BF
RGB
CMYK
RGB Variations
Color information
#E252BF (or 0xE252BF) is known color: Free Speech Magenta. HEX triplet: E2, 52 and BF. RGB value is (226,82,191). Sum of RGB (Red+Green+Blue) = 226+82+191=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E252BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E252BF is #1DAD40. Grayscale: #898989. Windows color (decimal): -1944897 or 12538594. OLE color: 12538594.
HSL color Cylindrical-coordinate representation of color #E252BF: hue angle of 314.58º 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 #E252BF is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 191 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.11 |
| HSL | 314.58º | 0.71% | 0.6% | - |
| HSV(B) | 314.58º | 0.64% | 0.89% | - |
| XYZ | 43.79 | 25.96 | 51.99 | - |
| YUV | 137.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 191 | 0 | 0.64 | 0.15 | 0.11 | 314.58 | 0.71 | 0.6 |
| Hex | E2 | 52 | BF | 0 | 40 | F | B | 13B | 47 | 3C |
| Octal | 342 | 122 | 277 | 0 | 100 | 17 | 13 | 473 | 107 | 74 |
| Binary | 11100010 | 1010010 | 10111111 | 0 | 1000000 | 1111 | 1011 | 100111011 | 1000111 | 111100 |
Color Harmonies of #E252BF
Complementary color
Monochromatic Colors of #E252BF
Black with #E252BF
Text Example
Text Example
White with #E252BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E252BF; }
p { color: rgb(226,82,191); }
H1.HeaderClassName
{
color: #E252BF;
}
.AnyTagClassName
{
color: #E252BF;
}
</style>
background-color css
<style>
a { background-color: #E252BF; }
a { background-color: rgb(226,82,191); }
div.DivClassName
{
background-color: #E252BF;
}
.BgClassName
{
background-color: #E252BF;
}
</style>
border-color css
<style>
span { border-color: #E252BF; }
span { border-color: rgb(226,82,191); }
td.TdClassName
{
border-color: #E252BF;
}
.TagClassName
{
border-color: #E252BF;
}
</style>