#8E3558

Color #8E3558 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8E3558

Tints of Rose Bud Cherry #8E3558

Color information

#8E3558 (or 0x8E3558) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 35 and 58. RGB value is (142,53,88). Sum of RGB (Red+Green+Blue) = 142+53+88=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3558 is #71CAA7. Grayscale: #535353. Windows color (decimal): -7457448 or 5780878. OLE color: 5780878.

HSL color Cylindrical-coordinate representation of color #8E3558: hue angle of 336.4º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E3558 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1425388-
CMYK00.630.380.44
HSL336.4º45.64%38.24%-
HSV(B)336.4º62.68%55.69%-
XYZ14.19910.22-
YUV83.6130.49169.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.18%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=50.18%
G=18.73%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142538800.630.380.44336.445.6438.24
Hex8E355803F262C1502e26
Octal2166513007746545205646
Binary1000111011010110110000111111100110101100101010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E3558; }

 p { color: rgb(142,53,88); }

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

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

 a { background-color: rgb(142,53,88); }

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

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

 span { border-color: rgb(142,53,88); }

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