#EB449F

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

Shades of Wild Strawberry #EB449F

Tints of Wild Strawberry #EB449F

Color information

#EB449F (or 0xEB449F) is unknown color: approx Wild Strawberry. HEX triplet: EB, 44 and 9F. RGB value is (235,68,159). Sum of RGB (Red+Green+Blue) = 235+68+159=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB449F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB449F is #14BB60. Grayscale: #808080. Windows color (decimal): -1358689 or 10437867. OLE color: 10437867.

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

Color convert

RGB23568159-
CMYK00.710.320.08
HSL327.31º80.68%59.41%-
HSV(B)327.31º71.06%92.16%-
XYZ42.5924.335.25-
YUV128.31145.33204.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 68 (26.95% from 255) = 14.72%
BLUE value IS 159 (62.5% from 255) = 34.42%
R=50.87%
G=14.72%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356815900.710.320.08327.3180.6859.41
HexEB449F047208147513b
Octal3531042370107401050712173
Binary111010111000100100111110100011110000010001010001111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB449F; }

 p { color: rgb(235,68,159); }

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

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

 a { background-color: rgb(235,68,159); }

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

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

 span { border-color: rgb(235,68,159); }

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