#ef3da5

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

Shades of Wild Strawberry #EF3DA5

Tints of Wild Strawberry #EF3DA5

Color information

#EF3DA5 (or 0xEF3DA5) is unknown color: approx Wild Strawberry. HEX triplet: EF, 3D and A5. RGB value is (239,61,165). Sum of RGB (Red+Green+Blue) = 239+61+165=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3DA5 is #10C25A. Grayscale: #7D7D7D. Windows color (decimal): -1098331 or 10829295. OLE color: 10829295.

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

Color convert

RGB23961165-
CMYK00.740.310.06
HSL324.94º84.76%58.82%-
HSV(B)324.94º74.48%93.73%-
XYZ44.0624.437.99-
YUV126.08149.97208.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.40%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=51.40%
G=13.12%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2396116500.740.310.06324.9484.7658.82
HexEF3DA504A1F6145553b
Octal35775245011237650512573
Binary111011111111011010010101001010111111101010001011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3da5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3da5; }

 p { color: rgb(239,61,165); }

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

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

 a { background-color: rgb(239,61,165); }

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

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

 span { border-color: rgb(239,61,165); }

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