#8E305E

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

Shades of Rose Bud Cherry #8E305E

Tints of Rose Bud Cherry #8E305E

Color information

#8E305E (or 0x8E305E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 30 and 5E. RGB value is (142,48,94). Sum of RGB (Red+Green+Blue) = 142+48+94=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E305E is #71CFA1. Grayscale: #515151. Windows color (decimal): -7458722 or 6172814. OLE color: 6172814.

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

Color convert

RGB1424894-
CMYK00.660.340.44
HSL330.64º49.47%37.25%-
HSV(B)330.64º66.2%55.69%-
XYZ14.238.6711.51-
YUV81.35135.14171.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=50%
G=16.90%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142489400.660.340.44330.6449.4737.25
Hex8E305E042222C14b3125
Octal21660136010242545136145
Binary10001110110000101111001000010100010101100101001011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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