#8E154E

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

Shades of Rose Bud Cherry #8E154E

Tints of Rose Bud Cherry #8E154E

Color information

#8E154E (or 0x8E154E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 15 and 4E. RGB value is (142,21,78). Sum of RGB (Red+Green+Blue) = 142+21+78=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E154E is #71EAB1. Grayscale: #3F3F3F. Windows color (decimal): -7465650 or 5117326. OLE color: 5117326.

HSL color Cylindrical-coordinate representation of color #8E154E: hue angle of 331.74º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E154E is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1422178-
CMYK00.850.450.44
HSL331.74º74.23%31.96%-
HSV(B)331.74º85.21%55.69%-
XYZ12.86.847.85-
YUV63.68136.09183.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.92%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=58.92%
G=8.71%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142217800.850.450.44331.7474.2331.96
Hex8E154E0552D2C14c4a20
Octal216251160125555451411240
Binary10001110101011001110010101011011011011001010011001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,21,78); }

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

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

 a { background-color: rgb(142,21,78); }

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

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

 span { border-color: rgb(142,21,78); }

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