#ef3b99

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

Shades of Wild Strawberry #EF3B99

Tints of Wild Strawberry #EF3B99

Color information

#EF3B99 (or 0xEF3B99) is unknown color: approx Wild Strawberry. HEX triplet: EF, 3B and 99. RGB value is (239,59,153). Sum of RGB (Red+Green+Blue) = 239+59+153=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3B99 is #10C466. Grayscale: #7B7B7B. Windows color (decimal): -1098855 or 10042351. OLE color: 10042351.

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

Color convert

RGB23959153-
CMYK00.750.360.06
HSL328.67º84.91%58.43%-
HSV(B)328.67º75.31%93.73%-
XYZ42.9123.7832.47-
YUV123.54144.63210.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.99%
GREEN value IS 59 (23.44% from 255) = 13.08%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=52.99%
G=13.08%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395915300.750.360.06328.6784.9158.43
HexEF3B9904B246149553a
Octal35773231011344651112572
Binary1110111111101110011001010010111001001101010010011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef3b99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef3b99; }

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

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

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

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

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

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

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

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