Shades of Wild Strawberry #FF3EA5
Tints of Wild Strawberry #FF3EA5
RGB
CMYK
RGB Variations
Color information
#FF3EA5 (or 0xFF3EA5) is known color: Wild Strawberry. HEX triplet: FF, 3E and A5. RGB value is (255,62,165). Sum of RGB (Red+Green+Blue) = 255+62+165=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3EA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3EA5 is #00C15A. Grayscale: #838383. Windows color (decimal): -49499 or 10829567. OLE color: 10829567.
HSL color Cylindrical-coordinate representation of color #FF3EA5: hue angle of 327.98º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3EA5 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 165 | - |
| CMYK | 0 | 0.76 | 0.35 | 0 |
| HSL | 327.98º | 1% | 0.62% | - |
| HSV(B) | 327.98º | 0.76% | 1% | - |
| XYZ | 49.75 | 27.42 | 38.27 | - |
| YUV | 131.45 | 146.94 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 165 | 0 | 0.76 | 0.35 | 0 | 327.98 | 1 | 0.62 |
| Hex | FF | 3E | A5 | 0 | 4C | 23 | 0 | 148 | 64 | 3E |
| Octal | 377 | 76 | 245 | 0 | 114 | 43 | 0 | 510 | 144 | 76 |
| Binary | 11111111 | 111110 | 10100101 | 0 | 1001100 | 100011 | 0 | 101001000 | 1100100 | 111110 |
Color Harmonies of #FF3EA5
Complementary color
Monochromatic Colors of #FF3EA5
Black with #FF3EA5
Text Example
Text Example
White with #FF3EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3EA5; }
p { color: rgb(255,62,165); }
H1.HeaderClassName
{
color: #FF3EA5;
}
.AnyTagClassName
{
color: #FF3EA5;
}
</style>
background-color css
<style>
a { background-color: #FF3EA5; }
a { background-color: rgb(255,62,165); }
div.DivClassName
{
background-color: #FF3EA5;
}
.BgClassName
{
background-color: #FF3EA5;
}
</style>
border-color css
<style>
span { border-color: #FF3EA5; }
span { border-color: rgb(255,62,165); }
td.TdClassName
{
border-color: #FF3EA5;
}
.TagClassName
{
border-color: #FF3EA5;
}
</style>