Shades of Wild Strawberry #E93DA4
Tints of Wild Strawberry #E93DA4
RGB
CMYK
RGB Variations
Color information
#E93DA4 (or 0xE93DA4) is known color: Wild Strawberry. HEX triplet: E9, 3D and A4. RGB value is (233,61,164). Sum of RGB (Red+Green+Blue) = 233+61+164=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93DA4 is #16C25B. Grayscale: #7B7B7B. Windows color (decimal): -1491548 or 10763753. OLE color: 10763753.
HSL color Cylindrical-coordinate representation of color #E93DA4: hue angle of 324.07º 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 #E93DA4 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 61 | 164 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.09 |
| HSL | 324.07º | 0.8% | 0.58% | - |
| HSV(B) | 324.07º | 0.74% | 0.91% | - |
| XYZ | 41.97 | 23.34 | 37.42 | - |
| YUV | 124.17 | 150.48 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 61 | 164 | 0 | 0.74 | 0.30 | 0.09 | 324.07 | 0.8 | 0.58 |
| Hex | E9 | 3D | A4 | 0 | 4A | 1E | 9 | 144 | 50 | 3A |
| Octal | 351 | 75 | 244 | 0 | 112 | 36 | 11 | 504 | 120 | 72 |
| Binary | 11101001 | 111101 | 10100100 | 0 | 1001010 | 11110 | 1001 | 101000100 | 1010000 | 111010 |
Color Harmonies of #E93DA4
Complementary color
Monochromatic Colors of #E93DA4
Black with #E93DA4
Text Example
Text Example
White with #E93DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E93DA4; }
p { color: rgb(233,61,164); }
H1.HeaderClassName
{
color: #E93DA4;
}
.AnyTagClassName
{
color: #E93DA4;
}
</style>
background-color css
<style>
a { background-color: #E93DA4; }
a { background-color: rgb(233,61,164); }
div.DivClassName
{
background-color: #E93DA4;
}
.BgClassName
{
background-color: #E93DA4;
}
</style>
border-color css
<style>
span { border-color: #E93DA4; }
span { border-color: rgb(233,61,164); }
td.TdClassName
{
border-color: #E93DA4;
}
.TagClassName
{
border-color: #E93DA4;
}
</style>