#8E2759

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

Shades of Rose Bud Cherry #8E2759

Tints of Rose Bud Cherry #8E2759

Color information

#8E2759 (or 0x8E2759) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 27 and 59. RGB value is (142,39,89). Sum of RGB (Red+Green+Blue) = 142+39+89=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2759 is #71D8A6. Grayscale: #4B4B4B. Windows color (decimal): -7461031 or 5842830. OLE color: 5842830.

HSL color Cylindrical-coordinate representation of color #8E2759: hue angle of 330.87º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2759 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1423989-
CMYK00.730.370.44
HSL330.87º56.91%35.49%-
HSV(B)330.87º72.54%55.69%-
XYZ13.687.9210.26-
YUV75.5135.62175.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 39 (15.62% from 255) = 14.44%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=52.59%
G=14.44%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142398900.730.370.44330.8756.9135.49
Hex8E2759049252C14b3923
Octal21647131011145545137143
Binary10001110100111101100101001001100101101100101001011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,39,89); }

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

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

 a { background-color: rgb(142,39,89); }

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

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

 span { border-color: rgb(142,39,89); }

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