Shades of Wild Strawberry #EF429B
Tints of Wild Strawberry #EF429B
RGB
CMYK
RGB Variations
Color information
#EF429B (or 0xEF429B) is known color: Wild Strawberry. HEX triplet: EF, 42 and 9B. RGB value is (239,66,155). Sum of RGB (Red+Green+Blue) = 239+66+155=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF429B is #10BD64. Grayscale: #7F7F7F. Windows color (decimal): -1097061 or 10175215. OLE color: 10175215.
HSL color Cylindrical-coordinate representation of color #EF429B: hue angle of 329.13º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF429B is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 155 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.06 |
| HSL | 329.13º | 0.84% | 0.6% | - |
| HSV(B) | 329.13º | 0.72% | 0.94% | - |
| XYZ | 43.46 | 24.61 | 33.47 | - |
| YUV | 127.87 | 143.31 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 155 | 0 | 0.72 | 0.35 | 0.06 | 329.13 | 0.84 | 0.6 |
| Hex | EF | 42 | 9B | 0 | 48 | 23 | 6 | 149 | 54 | 3C |
| Octal | 357 | 102 | 233 | 0 | 110 | 43 | 6 | 511 | 124 | 74 |
| Binary | 11101111 | 1000010 | 10011011 | 0 | 1001000 | 100011 | 110 | 101001001 | 1010100 | 111100 |
Color Harmonies of #EF429B
Complementary color
Monochromatic Colors of #EF429B
Black with #EF429B
Text Example
Text Example
White with #EF429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF429B; }
p { color: rgb(239,66,155); }
H1.HeaderClassName
{
color: #EF429B;
}
.AnyTagClassName
{
color: #EF429B;
}
</style>
background-color css
<style>
a { background-color: #EF429B; }
a { background-color: rgb(239,66,155); }
div.DivClassName
{
background-color: #EF429B;
}
.BgClassName
{
background-color: #EF429B;
}
</style>
border-color css
<style>
span { border-color: #EF429B; }
span { border-color: rgb(239,66,155); }
td.TdClassName
{
border-color: #EF429B;
}
.TagClassName
{
border-color: #EF429B;
}
</style>