Shades of Wild Strawberry #EF3DAA
Tints of Wild Strawberry #EF3DAA
RGB
CMYK
RGB Variations
Color information
#EF3DAA (or 0xEF3DAA) is known color: Wild Strawberry. HEX triplet: EF, 3D and AA. RGB value is (239,61,170). Sum of RGB (Red+Green+Blue) = 239+61+170=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3DAA is #10C255. Grayscale: #7E7E7E. Windows color (decimal): -1098326 or 11156975. OLE color: 11156975.
HSL color Cylindrical-coordinate representation of color #EF3DAA: hue angle of 323.26º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3DAA is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 170 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.06 |
| HSL | 323.26º | 0.85% | 0.59% | - |
| HSV(B) | 323.26º | 0.74% | 0.94% | - |
| XYZ | 44.52 | 24.59 | 40.43 | - |
| YUV | 126.65 | 152.47 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 170 | 0 | 0.74 | 0.29 | 0.06 | 323.26 | 0.85 | 0.59 |
| Hex | EF | 3D | AA | 0 | 4A | 1D | 6 | 143 | 55 | 3B |
| Octal | 357 | 75 | 252 | 0 | 112 | 35 | 6 | 503 | 125 | 73 |
| Binary | 11101111 | 111101 | 10101010 | 0 | 1001010 | 11101 | 110 | 101000011 | 1010101 | 111011 |
Color Harmonies of #EF3DAA
Complementary color
Monochromatic Colors of #EF3DAA
Black with #EF3DAA
Text Example
Text Example
White with #EF3DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3DAA; }
p { color: rgb(239,61,170); }
H1.HeaderClassName
{
color: #EF3DAA;
}
.AnyTagClassName
{
color: #EF3DAA;
}
</style>
background-color css
<style>
a { background-color: #EF3DAA; }
a { background-color: rgb(239,61,170); }
div.DivClassName
{
background-color: #EF3DAA;
}
.BgClassName
{
background-color: #EF3DAA;
}
</style>
border-color css
<style>
span { border-color: #EF3DAA; }
span { border-color: rgb(239,61,170); }
td.TdClassName
{
border-color: #EF3DAA;
}
.TagClassName
{
border-color: #EF3DAA;
}
</style>