#8E285F

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

Shades of Rose Bud Cherry #8E285F

Tints of Rose Bud Cherry #8E285F

Color information

#8E285F (or 0x8E285F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 28 and 5F. RGB value is (142,40,95). Sum of RGB (Red+Green+Blue) = 142+40+95=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E285F is #71D7A0. Grayscale: #4C4C4C. Windows color (decimal): -7460769 or 6236302. OLE color: 6236302.

HSL color Cylindrical-coordinate representation of color #8E285F: hue angle of 327.65º 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 #8E285F is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1424095-
CMYK00.720.330.44
HSL327.65º56.04%35.69%-
HSV(B)327.65º71.83%55.69%-
XYZ13.988.0911.65-
YUV76.77138.29174.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=51.26%
G=14.44%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142409500.720.330.44327.6556.0435.69
Hex8E285F048212C1483824
Octal21650137011041545107044
Binary10001110101000101111101001000100001101100101001000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E285F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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