#8E285D

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

Shades of Rose Bud Cherry #8E285D

Tints of Rose Bud Cherry #8E285D

Color information

#8E285D (or 0x8E285D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 28 and 5D. RGB value is (142,40,93). Sum of RGB (Red+Green+Blue) = 142+40+93=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E285D is #71D7A2. Grayscale: #4C4C4C. Windows color (decimal): -7460771 or 6105230. OLE color: 6105230.

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

Color convert

RGB1424093-
CMYK00.720.350.44
HSL328.82º56.04%35.69%-
HSV(B)328.82º71.83%55.69%-
XYZ13.898.0611.18-
YUV76.54137.29174.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=51.64%
G=14.55%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142409300.720.350.44328.8256.0435.69
Hex8E285D048232C1493824
Octal21650135011043545117044
Binary10001110101000101110101001000100011101100101001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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