#EF3BA3

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

Shades of Wild Strawberry #EF3BA3

Tints of Wild Strawberry #EF3BA3

Color information

#EF3BA3 (or 0xEF3BA3) is unknown color: approx Wild Strawberry. HEX triplet: EF, 3B and A3. RGB value is (239,59,163). Sum of RGB (Red+Green+Blue) = 239+59+163=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3BA3 is #10C45C. Grayscale: #7C7C7C. Windows color (decimal): -1098845 or 10697711. OLE color: 10697711.

HSL color Cylindrical-coordinate representation of color #EF3BA3: hue angle of 325.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3BA3 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB23959163-
CMYK00.750.320.06
HSL325.33º84.91%58.43%-
HSV(B)325.33º75.31%93.73%-
XYZ43.7724.1237-
YUV124.68149.63209.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.84%
GREEN value IS 59 (23.44% from 255) = 12.80%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=51.84%
G=12.80%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395916300.750.320.06325.3384.9158.43
HexEF3BA304B206145553a
Octal35773243011340650512572
Binary1110111111101110100011010010111000001101010001011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3BA3; }

 p { color: rgb(239,59,163); }

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

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

 a { background-color: rgb(239,59,163); }

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

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

 span { border-color: rgb(239,59,163); }

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