#8E305B

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

Shades of Rose Bud Cherry #8E305B

Tints of Rose Bud Cherry #8E305B

Color information

#8E305B (or 0x8E305B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 30 and 5B. RGB value is (142,48,91). Sum of RGB (Red+Green+Blue) = 142+48+91=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E305B is #71CFA4. Grayscale: #505050. Windows color (decimal): -7458725 or 5976206. OLE color: 5976206.

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

Color convert

RGB1424891-
CMYK00.660.360.44
HSL332.55º49.47%37.25%-
HSV(B)332.55º66.2%55.69%-
XYZ14.18.6210.82-
YUV81.01133.64171.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 48 (19.14% from 255) = 17.08%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=50.53%
G=17.08%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142489100.660.360.44332.5549.4737.25
Hex8E305B042242C14d3125
Octal21660133010244545156145
Binary10001110110000101101101000010100100101100101001101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,48,91); }

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

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

 a { background-color: rgb(142,48,91); }

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

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

 span { border-color: rgb(142,48,91); }

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