#8e2660

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

Shades of Rose Bud Cherry #8E2660

Tints of Rose Bud Cherry #8E2660

Color information

#8E2660 (or 0x8E2660) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 26 and 60. RGB value is (142,38,96). Sum of RGB (Red+Green+Blue) = 142+38+96=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2660 is #71D99F. Grayscale: #4B4B4B. Windows color (decimal): -7461280 or 6301326. OLE color: 6301326.

HSL color Cylindrical-coordinate representation of color #8E2660: hue angle of 326.54º degrees, saturation: 0.58, 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 #8E2660 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB1423896-
CMYK00.730.320.44
HSL326.54º57.78%35.29%-
HSV(B)326.54º73.24%55.69%-
XYZ13.967.9811.87-
YUV75.71139.46175.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=51.45%
G=13.77%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142389600.730.320.44326.5457.7835.29
Hex8E2660049202C1473a23
Octal21646140011140545077243
Binary10001110100110110000001001001100000101100101000111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,38,96); }

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

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

 a { background-color: rgb(142,38,96); }

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

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

 span { border-color: rgb(142,38,96); }

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