Shades of Wild Strawberry #EA339D
Tints of Wild Strawberry #EA339D
RGB
CMYK
RGB Variations
Color information
#EA339D (or 0xEA339D) is known color: Wild Strawberry. HEX triplet: EA, 33 and 9D. RGB value is (234,51,157). Sum of RGB (Red+Green+Blue) = 234+51+157=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA339D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA339D is #15CC62. Grayscale: #757575. Windows color (decimal): -1428579 or 10302442. OLE color: 10302442.
HSL color Cylindrical-coordinate representation of color #EA339D: hue angle of 325.25º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA339D is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 51 | 157 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.08 |
| HSL | 325.25º | 0.81% | 0.56% | - |
| HSV(B) | 325.25º | 0.78% | 0.92% | - |
| XYZ | 41.2 | 22.29 | 34.03 | - |
| YUV | 117.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 51 | 157 | 0 | 0.78 | 0.33 | 0.08 | 325.25 | 0.81 | 0.56 |
| Hex | EA | 33 | 9D | 0 | 4E | 21 | 8 | 145 | 51 | 38 |
| Octal | 352 | 63 | 235 | 0 | 116 | 41 | 10 | 505 | 121 | 70 |
| Binary | 11101010 | 110011 | 10011101 | 0 | 1001110 | 100001 | 1000 | 101000101 | 1010001 | 111000 |
Color Harmonies of #EA339D
Complementary color
Monochromatic Colors of #EA339D
Black with #EA339D
Text Example
Text Example
White with #EA339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA339D; }
p { color: rgb(234,51,157); }
H1.HeaderClassName
{
color: #EA339D;
}
.AnyTagClassName
{
color: #EA339D;
}
</style>
background-color css
<style>
a { background-color: #EA339D; }
a { background-color: rgb(234,51,157); }
div.DivClassName
{
background-color: #EA339D;
}
.BgClassName
{
background-color: #EA339D;
}
</style>
border-color css
<style>
span { border-color: #EA339D; }
span { border-color: rgb(234,51,157); }
td.TdClassName
{
border-color: #EA339D;
}
.TagClassName
{
border-color: #EA339D;
}
</style>