Shades of Wild Strawberry #E93DA2
Tints of Wild Strawberry #E93DA2
RGB
CMYK
RGB Variations
Color information
#E93DA2 (or 0xE93DA2) is known color: Wild Strawberry. HEX triplet: E9, 3D and A2. RGB value is (233,61,162). Sum of RGB (Red+Green+Blue) = 233+61+162=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93DA2 is #16C25D. Grayscale: #7B7B7B. Windows color (decimal): -1491550 or 10632681. OLE color: 10632681.
HSL color Cylindrical-coordinate representation of color #E93DA2: hue angle of 324.77º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E93DA2 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 162 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.09 |
| HSL | 324.77º | 0.8% | 0.58% | - |
| HSV(B) | 324.77º | 0.74% | 0.91% | - |
| XYZ | 41.79 | 23.27 | 36.47 | - |
| YUV | 123.94 | 149.48 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 162 | 0 | 0.74 | 0.30 | 0.09 | 324.77 | 0.8 | 0.58 |
| Hex | E9 | 3D | A2 | 0 | 4A | 1E | 9 | 145 | 50 | 3A |
| Octal | 351 | 75 | 242 | 0 | 112 | 36 | 11 | 505 | 120 | 72 |
| Binary | 11101001 | 111101 | 10100010 | 0 | 1001010 | 11110 | 1001 | 101000101 | 1010000 | 111010 |
Color Harmonies of #E93DA2
Complementary color
Monochromatic Colors of #E93DA2
Black with #E93DA2
Text Example
Text Example
White with #E93DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93DA2; }
p { color: rgb(233,61,162); }
H1.HeaderClassName
{
color: #E93DA2;
}
.AnyTagClassName
{
color: #E93DA2;
}
</style>
background-color css
<style>
a { background-color: #E93DA2; }
a { background-color: rgb(233,61,162); }
div.DivClassName
{
background-color: #E93DA2;
}
.BgClassName
{
background-color: #E93DA2;
}
</style>
border-color css
<style>
span { border-color: #E93DA2; }
span { border-color: rgb(233,61,162); }
td.TdClassName
{
border-color: #E93DA2;
}
.TagClassName
{
border-color: #E93DA2;
}
</style>