#E8359E

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

Shades of Wild Strawberry #E8359E

Tints of Wild Strawberry #E8359E

Color information

#E8359E (or 0xE8359E) is unknown color: approx Wild Strawberry. HEX triplet: E8, 35 and 9E. RGB value is (232,53,158). Sum of RGB (Red+Green+Blue) = 232+53+158=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8359E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8359E is #17CA61. Grayscale: #767676. Windows color (decimal): -1559138 or 10368488. OLE color: 10368488.

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

Color convert

RGB23253158-
CMYK00.770.320.09
HSL324.8º79.56%55.88%-
HSV(B)324.8º77.16%90.98%-
XYZ40.7222.1734.48-
YUV118.49150.3208.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.37%
GREEN value IS 53 (21.09% from 255) = 11.96%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=52.37%
G=11.96%
B=35.67%

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
Decimal2325315800.770.320.09324.879.5655.88
HexE8359E04D2091455038
Octal350652360115401150512070
Binary11101000110101100111100100110110000010011010001011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8359E; }

 p { color: rgb(232,53,158); }

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

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

 a { background-color: rgb(232,53,158); }

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

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

 span { border-color: rgb(232,53,158); }

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