#E8349F

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

Shades of Wild Strawberry #E8349F

Tints of Wild Strawberry #E8349F

Color information

#E8349F (or 0xE8349F) is unknown color: approx Wild Strawberry. HEX triplet: E8, 34 and 9F. RGB value is (232,52,159). Sum of RGB (Red+Green+Blue) = 232+52+159=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8349F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8349F is #17CB60. Grayscale: #757575. Windows color (decimal): -1559393 or 10433768. OLE color: 10433768.

HSL color Cylindrical-coordinate representation of color #E8349F: hue angle of 324.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8349F is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB23252159-
CMYK00.780.310.09
HSL324.33º79.65%55.69%-
HSV(B)324.33º77.59%90.98%-
XYZ40.7622.1134.92-
YUV118.02151.13209.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.37%
GREEN value IS 52 (20.70% from 255) = 11.74%
BLUE value IS 159 (62.5% from 255) = 35.89%
R=52.37%
G=11.74%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325215900.780.310.09324.3379.6555.69
HexE8349F04E1F91445038
Octal350642370116371150412070
Binary1110100011010010011111010011101111110011010001001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8349F; }

 p { color: rgb(232,52,159); }

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

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

 a { background-color: rgb(232,52,159); }

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

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

 span { border-color: rgb(232,52,159); }

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