#8E2863

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

Shades of Rose Bud Cherry #8E2863

Tints of Rose Bud Cherry #8E2863

Color information

#8E2863 (or 0x8E2863) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 28 and 63. RGB value is (142,40,99). Sum of RGB (Red+Green+Blue) = 142+40+99=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2863 is #71D79C. Grayscale: #4D4D4D. Windows color (decimal): -7460765 or 6498446. OLE color: 6498446.

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

Color convert

RGB1424099-
CMYK00.720.300.44
HSL325.29º56.04%35.69%-
HSV(B)325.29º71.83%55.69%-
XYZ14.178.1712.63-
YUV77.22140.29174.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=50.53%
G=14.23%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142409900.720.300.44325.2956.0435.69
Hex8E28630481E2C1453824
Octal21650143011036545057044
Binary1000111010100011000110100100011110101100101000101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,40,99); }

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

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

 a { background-color: rgb(142,40,99); }

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

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

 span { border-color: rgb(142,40,99); }

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