Shades of Wild Strawberry #EA3BA3
Tints of Wild Strawberry #EA3BA3
RGB
CMYK
RGB Variations
Color information
#EA3BA3 (or 0xEA3BA3) is known color: Wild Strawberry. HEX triplet: EA, 3B and A3. RGB value is (234,59,163). Sum of RGB (Red+Green+Blue) = 234+59+163=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3BA3 is #15C45C. Grayscale: #7A7A7A. Windows color (decimal): -1426525 or 10697706. OLE color: 10697706.
HSL color Cylindrical-coordinate representation of color #EA3BA3: hue angle of 324.34º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA3BA3 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 59 | 163 | - |
CMYK | 0 | 0.75 | 0.30 | 0.08 |
HSL | 324.34º | 0.81% | 0.57% | - |
HSV(B) | 324.34º | 0.75% | 0.92% | - |
XYZ | 42.11 | 23.26 | 36.92 | - |
YUV | 123.18 | 150.48 | 207.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 59 | 163 | 0 | 0.75 | 0.30 | 0.08 | 324.34 | 0.81 | 0.57 |
Hex | EA | 3B | A3 | 0 | 4B | 1E | 8 | 144 | 51 | 39 |
Octal | 352 | 73 | 243 | 0 | 113 | 36 | 10 | 504 | 121 | 71 |
Binary | 11101010 | 111011 | 10100011 | 0 | 1001011 | 11110 | 1000 | 101000100 | 1010001 | 111001 |
Color Harmonies of #EA3BA3
Complementary color
Monochromatic Colors of #EA3BA3
Black with #EA3BA3
Text Example
Text Example
White with #EA3BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3BA3; }
p { color: rgb(234,59,163); }
H1.HeaderClassName
{
color: #EA3BA3;
}
.AnyTagClassName
{
color: #EA3BA3;
}
</style>
background-color css
<style>
a { background-color: #EA3BA3; }
a { background-color: rgb(234,59,163); }
div.DivClassName
{
background-color: #EA3BA3;
}
.BgClassName
{
background-color: #EA3BA3;
}
</style>
border-color css
<style>
span { border-color: #EA3BA3; }
span { border-color: rgb(234,59,163); }
td.TdClassName
{
border-color: #EA3BA3;
}
.TagClassName
{
border-color: #EA3BA3;
}
</style>