Shades of Wild Strawberry #EA41A5
Tints of Wild Strawberry #EA41A5
RGB
CMYK
RGB Variations
Color information
#EA41A5 (or 0xEA41A5) is known color: Wild Strawberry. HEX triplet: EA, 41 and A5. RGB value is (234,65,165). Sum of RGB (Red+Green+Blue) = 234+65+165=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA41A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA41A5 is #15BE5A. Grayscale: #7E7E7E. Windows color (decimal): -1424987 or 10830314. OLE color: 10830314.
HSL color Cylindrical-coordinate representation of color #EA41A5: hue angle of 324.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA41A5 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 65 | 165 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.08 |
| HSL | 324.5º | 0.8% | 0.59% | - |
| HSV(B) | 324.5º | 0.72% | 0.92% | - |
| XYZ | 42.61 | 23.99 | 37.98 | - |
| YUV | 126.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 65 | 165 | 0 | 0.72 | 0.29 | 0.08 | 324.5 | 0.8 | 0.59 |
| Hex | EA | 41 | A5 | 0 | 48 | 1D | 8 | 144 | 50 | 3B |
| Octal | 352 | 101 | 245 | 0 | 110 | 35 | 10 | 504 | 120 | 73 |
| Binary | 11101010 | 1000001 | 10100101 | 0 | 1001000 | 11101 | 1000 | 101000100 | 1010000 | 111011 |
Color Harmonies of #EA41A5
Complementary color
Monochromatic Colors of #EA41A5
Black with #EA41A5
Text Example
Text Example
White with #EA41A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA41A5; }
p { color: rgb(234,65,165); }
H1.HeaderClassName
{
color: #EA41A5;
}
.AnyTagClassName
{
color: #EA41A5;
}
</style>
background-color css
<style>
a { background-color: #EA41A5; }
a { background-color: rgb(234,65,165); }
div.DivClassName
{
background-color: #EA41A5;
}
.BgClassName
{
background-color: #EA41A5;
}
</style>
border-color css
<style>
span { border-color: #EA41A5; }
span { border-color: rgb(234,65,165); }
td.TdClassName
{
border-color: #EA41A5;
}
.TagClassName
{
border-color: #EA41A5;
}
</style>