#EF3BA5

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

Shades of Wild Strawberry #EF3BA5

Tints of Wild Strawberry #EF3BA5

Color information

#EF3BA5 (or 0xEF3BA5) is unknown color: approx Wild Strawberry. HEX triplet: EF, 3B and A5. RGB value is (239,59,165). Sum of RGB (Red+Green+Blue) = 239+59+165=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3BA5 is #10C45A. Grayscale: #7C7C7C. Windows color (decimal): -1098843 or 10828783. OLE color: 10828783.

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

Color convert

RGB23959165-
CMYK00.750.310.06
HSL324.67º84.91%58.43%-
HSV(B)324.67º75.31%93.73%-
XYZ43.9524.237.95-
YUV124.9150.63209.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.62%
GREEN value IS 59 (23.44% from 255) = 12.74%
BLUE value IS 165 (64.84% from 255) = 35.64%
R=51.62%
G=12.74%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395916500.750.310.06324.6784.9158.43
HexEF3BA504B1F6145553a
Octal35773245011337650512572
Binary111011111110111010010101001011111111101010001011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3BA5; }

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

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

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

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

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

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

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

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