Shades of Wild Strawberry #EA3DA1
Tints of Wild Strawberry #EA3DA1
RGB
CMYK
RGB Variations
Color information
#EA3DA1 (or 0xEA3DA1) is known color: Wild Strawberry. HEX triplet: EA, 3D and A1. RGB value is (234,61,161). Sum of RGB (Red+Green+Blue) = 234+61+161=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3DA1 is #15C25E. Grayscale: #7B7B7B. Windows color (decimal): -1426015 or 10567146. OLE color: 10567146.
HSL color Cylindrical-coordinate representation of color #EA3DA1: hue angle of 325.32º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3DA1 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 61 | 161 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.08 |
| HSL | 325.32º | 0.8% | 0.58% | - |
| HSV(B) | 325.32º | 0.74% | 0.92% | - |
| XYZ | 42.03 | 23.4 | 36.02 | - |
| YUV | 124.13 | 148.81 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 61 | 161 | 0 | 0.74 | 0.31 | 0.08 | 325.32 | 0.8 | 0.58 |
| Hex | EA | 3D | A1 | 0 | 4A | 1F | 8 | 145 | 50 | 3A |
| Octal | 352 | 75 | 241 | 0 | 112 | 37 | 10 | 505 | 120 | 72 |
| Binary | 11101010 | 111101 | 10100001 | 0 | 1001010 | 11111 | 1000 | 101000101 | 1010000 | 111010 |
Color Harmonies of #EA3DA1
Complementary color
Monochromatic Colors of #EA3DA1
Black with #EA3DA1
Text Example
Text Example
White with #EA3DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3DA1; }
p { color: rgb(234,61,161); }
H1.HeaderClassName
{
color: #EA3DA1;
}
.AnyTagClassName
{
color: #EA3DA1;
}
</style>
background-color css
<style>
a { background-color: #EA3DA1; }
a { background-color: rgb(234,61,161); }
div.DivClassName
{
background-color: #EA3DA1;
}
.BgClassName
{
background-color: #EA3DA1;
}
</style>
border-color css
<style>
span { border-color: #EA3DA1; }
span { border-color: rgb(234,61,161); }
td.TdClassName
{
border-color: #EA3DA1;
}
.TagClassName
{
border-color: #EA3DA1;
}
</style>