#EF3399

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

Shades of Wild Strawberry #EF3399

Tints of Wild Strawberry #EF3399

Color information

#EF3399 (or 0xEF3399) is unknown color: approx Wild Strawberry. HEX triplet: EF, 33 and 99. RGB value is (239,51,153). Sum of RGB (Red+Green+Blue) = 239+51+153=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3399 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3399 is #10CC66. Grayscale: #767676. Windows color (decimal): -1100903 or 10040303. OLE color: 10040303.

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

Color convert

RGB23951153-
CMYK00.790.360.06
HSL327.45º85.45%56.86%-
HSV(B)327.45º78.66%93.73%-
XYZ42.5323.0232.34-
YUV118.84147.28213.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.95%
GREEN value IS 51 (20.31% from 255) = 11.51%
BLUE value IS 153 (60.16% from 255) = 34.54%
R=53.95%
G=11.51%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395115300.790.360.06327.4585.4556.86
HexEF339904F2461475539
Octal35763231011744650712571
Binary1110111111001110011001010011111001001101010001111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3399; }

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

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

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

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

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

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

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

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