#EB44A0

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

Shades of Wild Strawberry #EB44A0

Tints of Wild Strawberry #EB44A0

Color information

#EB44A0 (or 0xEB44A0) is unknown color: approx Wild Strawberry. HEX triplet: EB, 44 and A0. RGB value is (235,68,160). Sum of RGB (Red+Green+Blue) = 235+68+160=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB44A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB44A0 is #14BB5F. Grayscale: #808080. Windows color (decimal): -1358688 or 10503403. OLE color: 10503403.

HSL color Cylindrical-coordinate representation of color #EB44A0: hue angle of 326.95º 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 #EB44A0 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB23568160-
CMYK00.710.320.08
HSL326.95º80.68%59.41%-
HSV(B)326.95º71.06%92.16%-
XYZ42.6724.3335.71-
YUV128.42145.83204.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.76%
GREEN value IS 68 (26.95% from 255) = 14.69%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=50.76%
G=14.69%
B=34.56%

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
Decimal2356816000.710.320.08326.9580.6859.41
HexEB44A0047208147513b
Octal3531042400107401050712173
Binary111010111000100101000000100011110000010001010001111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB44A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB44A0; }

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

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

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

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

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

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

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

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