#EF3F9D

Color #EF3F9D Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #EF3F9D

Tints of Wild Strawberry #EF3F9D

Color information

#EF3F9D (or 0xEF3F9D) is unknown color: approx Wild Strawberry. HEX triplet: EF, 3F and 9D. RGB value is (239,63,157). Sum of RGB (Red+Green+Blue) = 239+63+157=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3F9D is #10C062. Grayscale: #7E7E7E. Windows color (decimal): -1097827 or 10305519. OLE color: 10305519.

HSL color Cylindrical-coordinate representation of color #EF3F9D: hue angle of 327.95º 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 #EF3F9D is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB23963157-
CMYK00.740.340.06
HSL327.95º84.62%59.22%-
HSV(B)327.95º73.64%93.73%-
XYZ43.4624.3434.31-
YUV126.34145.31208.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 52.07%
GREEN value IS 63 (25% from 255) = 13.73%
BLUE value IS 157 (61.72% from 255) = 34.20%
R=52.07%
G=13.73%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396315700.740.340.06327.9584.6259.22
HexEF3F9D04A226148553b
Octal35777235011242651012573
Binary1110111111111110011101010010101000101101010010001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3F9D; }

 p { color: rgb(239,63,157); }

 H1.HeaderClassName
 {
   color: #EF3F9D;
 }
 .AnyTagClassName
 {
   color: #EF3F9D;
 }
</style>
background-color css

<style>
 a { background-color: #EF3F9D; }

 a { background-color: rgb(239,63,157); }

 div.DivClassName
 {
   background-color: #EF3F9D;
 }
 .BgClassName
 {
   background-color: #EF3F9D;
 }
</style>
border-color css

<style>
 span { border-color: #EF3F9D; }

 span { border-color: rgb(239,63,157); }

 td.TdClassName
 {
   border-color: #EF3F9D;
 }
 .TagClassName
 {
   border-color: #EF3F9D;
 }
</style>