#E7349C

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

Shades of Wild Strawberry #E7349C

Tints of Wild Strawberry #E7349C

Color information

#E7349C (or 0xE7349C) is unknown color: approx Wild Strawberry. HEX triplet: E7, 34 and 9C. RGB value is (231,52,156). Sum of RGB (Red+Green+Blue) = 231+52+156=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7349C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7349C is #18CB63. Grayscale: #757575. Windows color (decimal): -1624932 or 10237159. OLE color: 10237159.

HSL color Cylindrical-coordinate representation of color #E7349C: hue angle of 325.14º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7349C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB23152156-
CMYK00.770.320.09
HSL325.14º78.85%55.49%-
HSV(B)325.14º77.49%90.59%-
XYZ40.1821.8533.55-
YUV117.38149.8209.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.62%
GREEN value IS 52 (20.70% from 255) = 11.85%
BLUE value IS 156 (61.33% from 255) = 35.54%
R=52.62%
G=11.85%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2315215600.770.320.09325.1478.8555.49
HexE7349C04D2091454f37
Octal347642340115401150511767
Binary11100111110100100111000100110110000010011010001011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7349C; }

 p { color: rgb(231,52,156); }

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

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

 a { background-color: rgb(231,52,156); }

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

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

 span { border-color: rgb(231,52,156); }

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