#EB3B99

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

Shades of Wild Strawberry #EB3B99

Tints of Wild Strawberry #EB3B99

Color information

#EB3B99 (or 0xEB3B99) is unknown color: approx Wild Strawberry. HEX triplet: EB, 3B and 99. RGB value is (235,59,153). Sum of RGB (Red+Green+Blue) = 235+59+153=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3B99 is #14C466. Grayscale: #7A7A7A. Windows color (decimal): -1360999 or 10042347. OLE color: 10042347.

HSL color Cylindrical-coordinate representation of color #EB3B99: hue angle of 327.95º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB3B99 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB23559153-
CMYK00.750.350.08
HSL327.95º81.48%57.65%-
HSV(B)327.95º74.89%92.16%-
XYZ41.5723.0932.4-
YUV122.34145.31208.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 59 (23.44% from 255) = 13.20%
BLUE value IS 153 (60.16% from 255) = 34.23%
R=52.57%
G=13.20%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355915300.750.350.08327.9581.4857.65
HexEB3B9904B238148513a
Octal353732310113431051012172
Binary11101011111011100110010100101110001110001010010001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3B99; }

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

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

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

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

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

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

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

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