#8E134E

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

Shades of Rose Bud Cherry #8E134E

Tints of Rose Bud Cherry #8E134E

Color information

#8E134E (or 0x8E134E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 13 and 4E. RGB value is (142,19,78). Sum of RGB (Red+Green+Blue) = 142+19+78=239 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.41% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 142 - color contains mainly: red. Hex color #8E134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E134E is #71ECB1. Grayscale: #3E3E3E. Windows color (decimal): -7466162 or 5116814. OLE color: 5116814.

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

Color convert

RGB1421978-
CMYK00.870.450.44
HSL331.22º76.4%31.57%-
HSV(B)331.22º86.62%55.69%-
XYZ12.766.777.84-
YUV62.5136.75184.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.41%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=59.41%
G=7.95%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142197800.870.450.44331.2276.431.57
Hex8E134E0572D2C14b4c20
Octal216231160127555451311440
Binary10001110100111001110010101111011011011001010010111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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