#EF3398

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

Shades of Wild Strawberry #EF3398

Tints of Wild Strawberry #EF3398

Color information

#EF3398 (or 0xEF3398) is unknown color: approx Wild Strawberry. HEX triplet: EF, 33 and 98. RGB value is (239,51,152). Sum of RGB (Red+Green+Blue) = 239+51+152=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3398 is #10CC67. Grayscale: #767676. Windows color (decimal): -1100904 or 9974767. OLE color: 9974767.

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

Color convert

RGB23951152-
CMYK00.790.360.06
HSL327.77º85.45%56.86%-
HSV(B)327.77º78.66%93.73%-
XYZ42.4522.9931.91-
YUV118.73146.78213.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.07%
GREEN value IS 51 (20.31% from 255) = 11.54%
BLUE value IS 152 (59.77% from 255) = 34.39%
R=54.07%
G=11.54%
B=34.39%

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
Decimal2395115200.790.360.06327.7785.4556.86
HexEF339804F2461485539
Octal35763230011744651012571
Binary1110111111001110011000010011111001001101010010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF3398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF3398; }

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

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

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

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

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

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

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

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