Shades of Wild Strawberry #E343A3
Tints of Wild Strawberry #E343A3
RGB
CMYK
RGB Variations
Color information
#E343A3 (or 0xE343A3) is known color: Wild Strawberry. HEX triplet: E3, 43 and A3. RGB value is (227,67,163). Sum of RGB (Red+Green+Blue) = 227+67+163=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E343A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E343A3 is #1CBC5C. Grayscale: #7D7D7D. Windows color (decimal): -1883229 or 10699747. OLE color: 10699747.
HSL color Cylindrical-coordinate representation of color #E343A3: hue angle of 324º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E343A3 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 67 | 163 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.11 |
| HSL | 324º | 0.74% | 0.58% | - |
| HSV(B) | 324º | 0.7% | 0.89% | - |
| XYZ | 40.3 | 22.99 | 36.96 | - |
| YUV | 125.78 | 149.01 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 67 | 163 | 0 | 0.70 | 0.28 | 0.11 | 324 | 0.74 | 0.58 |
| Hex | E3 | 43 | A3 | 0 | 46 | 1C | B | 144 | 4A | 3A |
| Octal | 343 | 103 | 243 | 0 | 106 | 34 | 13 | 504 | 112 | 72 |
| Binary | 11100011 | 1000011 | 10100011 | 0 | 1000110 | 11100 | 1011 | 101000100 | 1001010 | 111010 |
Color Harmonies of #E343A3
Complementary color
Monochromatic Colors of #E343A3
Black with #E343A3
Text Example
Text Example
White with #E343A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E343A3; }
p { color: rgb(227,67,163); }
H1.HeaderClassName
{
color: #E343A3;
}
.AnyTagClassName
{
color: #E343A3;
}
</style>
background-color css
<style>
a { background-color: #E343A3; }
a { background-color: rgb(227,67,163); }
div.DivClassName
{
background-color: #E343A3;
}
.BgClassName
{
background-color: #E343A3;
}
</style>
border-color css
<style>
span { border-color: #E343A3; }
span { border-color: rgb(227,67,163); }
td.TdClassName
{
border-color: #E343A3;
}
.TagClassName
{
border-color: #E343A3;
}
</style>