Shades of Wild Strawberry #ED2F9B
Tints of Wild Strawberry #ED2F9B
RGB
CMYK
RGB Variations
Color information
#ED2F9B (or 0xED2F9B) is known color: Wild Strawberry. HEX triplet: ED, 2F and 9B. RGB value is (237,47,155). Sum of RGB (Red+Green+Blue) = 237+47+155=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2F9B is #12D064. Grayscale: #737373. Windows color (decimal): -1232997 or 10170349. OLE color: 10170349.
HSL color Cylindrical-coordinate representation of color #ED2F9B: hue angle of 325.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2F9B is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 47 | 155 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.07 |
| HSL | 325.89º | 0.84% | 0.56% | - |
| HSV(B) | 325.89º | 0.8% | 0.93% | - |
| XYZ | 41.86 | 22.4 | 33.13 | - |
| YUV | 116.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 47 | 155 | 0 | 0.80 | 0.35 | 0.07 | 325.89 | 0.84 | 0.56 |
| Hex | ED | 2F | 9B | 0 | 50 | 23 | 7 | 146 | 54 | 38 |
| Octal | 355 | 57 | 233 | 0 | 120 | 43 | 7 | 506 | 124 | 70 |
| Binary | 11101101 | 101111 | 10011011 | 0 | 1010000 | 100011 | 111 | 101000110 | 1010100 | 111000 |
Color Harmonies of #ED2F9B
Complementary color
Monochromatic Colors of #ED2F9B
Black with #ED2F9B
Text Example
Text Example
White with #ED2F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2F9B; }
p { color: rgb(237,47,155); }
H1.HeaderClassName
{
color: #ED2F9B;
}
.AnyTagClassName
{
color: #ED2F9B;
}
</style>
background-color css
<style>
a { background-color: #ED2F9B; }
a { background-color: rgb(237,47,155); }
div.DivClassName
{
background-color: #ED2F9B;
}
.BgClassName
{
background-color: #ED2F9B;
}
</style>
border-color css
<style>
span { border-color: #ED2F9B; }
span { border-color: rgb(237,47,155); }
td.TdClassName
{
border-color: #ED2F9B;
}
.TagClassName
{
border-color: #ED2F9B;
}
</style>