Shades of Wild Strawberry #E7409B
Tints of Wild Strawberry #E7409B
RGB
CMYK
RGB Variations
Color information
#E7409B (or 0xE7409B) is known color: Wild Strawberry. HEX triplet: E7, 40 and 9B. RGB value is (231,64,155). Sum of RGB (Red+Green+Blue) = 231+64+155=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E7409B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7409B is #18BF64. Grayscale: #7C7C7C. Windows color (decimal): -1621861 or 10174695. OLE color: 10174695.
HSL color Cylindrical-coordinate representation of color #E7409B: hue angle of 327.31º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7409B is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 155 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.09 |
| HSL | 327.31º | 0.78% | 0.58% | - |
| HSV(B) | 327.31º | 0.72% | 0.91% | - |
| XYZ | 40.7 | 23.02 | 33.31 | - |
| YUV | 124.31 | 145.33 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 155 | 0 | 0.72 | 0.33 | 0.09 | 327.31 | 0.78 | 0.58 |
| Hex | E7 | 40 | 9B | 0 | 48 | 21 | 9 | 147 | 4E | 3A |
| Octal | 347 | 100 | 233 | 0 | 110 | 41 | 11 | 507 | 116 | 72 |
| Binary | 11100111 | 1000000 | 10011011 | 0 | 1001000 | 100001 | 1001 | 101000111 | 1001110 | 111010 |
Color Harmonies of #E7409B
Complementary color
Monochromatic Colors of #E7409B
Black with #E7409B
Text Example
Text Example
White with #E7409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7409B; }
p { color: rgb(231,64,155); }
H1.HeaderClassName
{
color: #E7409B;
}
.AnyTagClassName
{
color: #E7409B;
}
</style>
background-color css
<style>
a { background-color: #E7409B; }
a { background-color: rgb(231,64,155); }
div.DivClassName
{
background-color: #E7409B;
}
.BgClassName
{
background-color: #E7409B;
}
</style>
border-color css
<style>
span { border-color: #E7409B; }
span { border-color: rgb(231,64,155); }
td.TdClassName
{
border-color: #E7409B;
}
.TagClassName
{
border-color: #E7409B;
}
</style>