Shades of Wild Strawberry #E82F9A
Tints of Wild Strawberry #E82F9A
RGB
CMYK
RGB Variations
Color information
#E82F9A (or 0xE82F9A) is known color: Wild Strawberry. HEX triplet: E8, 2F and 9A. RGB value is (232,47,154). Sum of RGB (Red+Green+Blue) = 232+47+154=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E82F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82F9A is #17D065. Grayscale: #727272. Windows color (decimal): -1560678 or 10104808. OLE color: 10104808.
HSL color Cylindrical-coordinate representation of color #E82F9A: hue angle of 325.3º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82F9A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 154 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.09 |
| HSL | 325.3º | 0.8% | 0.55% | - |
| HSV(B) | 325.3º | 0.8% | 0.91% | - |
| XYZ | 40.13 | 21.52 | 32.61 | - |
| YUV | 114.51 | 150.29 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 154 | 0 | 0.80 | 0.34 | 0.09 | 325.3 | 0.8 | 0.55 |
| Hex | E8 | 2F | 9A | 0 | 50 | 22 | 9 | 145 | 50 | 37 |
| Octal | 350 | 57 | 232 | 0 | 120 | 42 | 11 | 505 | 120 | 67 |
| Binary | 11101000 | 101111 | 10011010 | 0 | 1010000 | 100010 | 1001 | 101000101 | 1010000 | 110111 |
Color Harmonies of #E82F9A
Complementary color
Monochromatic Colors of #E82F9A
Black with #E82F9A
Text Example
Text Example
White with #E82F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82F9A; }
p { color: rgb(232,47,154); }
H1.HeaderClassName
{
color: #E82F9A;
}
.AnyTagClassName
{
color: #E82F9A;
}
</style>
background-color css
<style>
a { background-color: #E82F9A; }
a { background-color: rgb(232,47,154); }
div.DivClassName
{
background-color: #E82F9A;
}
.BgClassName
{
background-color: #E82F9A;
}
</style>
border-color css
<style>
span { border-color: #E82F9A; }
span { border-color: rgb(232,47,154); }
td.TdClassName
{
border-color: #E82F9A;
}
.TagClassName
{
border-color: #E82F9A;
}
</style>