Shades of Wild Strawberry #EA349B
Tints of Wild Strawberry #EA349B
RGB
CMYK
RGB Variations
Color information
#EA349B (or 0xEA349B) is known color: Wild Strawberry. HEX triplet: EA, 34 and 9B. RGB value is (234,52,155). Sum of RGB (Red+Green+Blue) = 234+52+155=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA349B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA349B is #15CB64. Grayscale: #757575. Windows color (decimal): -1428325 or 10171626. OLE color: 10171626.
HSL color Cylindrical-coordinate representation of color #EA349B: hue angle of 326.04º 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 #EA349B is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 155 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.08 |
| HSL | 326.04º | 0.81% | 0.56% | - |
| HSV(B) | 326.04º | 0.78% | 0.92% | - |
| XYZ | 41.08 | 22.31 | 33.15 | - |
| YUV | 118.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 155 | 0 | 0.78 | 0.34 | 0.08 | 326.04 | 0.81 | 0.56 |
| Hex | EA | 34 | 9B | 0 | 4E | 22 | 8 | 146 | 51 | 38 |
| Octal | 352 | 64 | 233 | 0 | 116 | 42 | 10 | 506 | 121 | 70 |
| Binary | 11101010 | 110100 | 10011011 | 0 | 1001110 | 100010 | 1000 | 101000110 | 1010001 | 111000 |
Color Harmonies of #EA349B
Complementary color
Monochromatic Colors of #EA349B
Black with #EA349B
Text Example
Text Example
White with #EA349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA349B; }
p { color: rgb(234,52,155); }
H1.HeaderClassName
{
color: #EA349B;
}
.AnyTagClassName
{
color: #EA349B;
}
</style>
background-color css
<style>
a { background-color: #EA349B; }
a { background-color: rgb(234,52,155); }
div.DivClassName
{
background-color: #EA349B;
}
.BgClassName
{
background-color: #EA349B;
}
</style>
border-color css
<style>
span { border-color: #EA349B; }
span { border-color: rgb(234,52,155); }
td.TdClassName
{
border-color: #EA349B;
}
.TagClassName
{
border-color: #EA349B;
}
</style>