#8E3066

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

Shades of Rose Bud Cherry #8E3066

Tints of Rose Bud Cherry #8E3066

Color information

#8E3066 (or 0x8E3066) is unknown color: approx Rose Bud Cherry. HEX triplet: 8E, 30 and 66. RGB value is (142,48,102). Sum of RGB (Red+Green+Blue) = 142+48+102=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3066 is #71CF99. Grayscale: #525252. Windows color (decimal): -7458714 or 6697102. OLE color: 6697102.

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

Color convert

RGB14248102-
CMYK00.660.280.44
HSL325.53º49.47%37.25%-
HSV(B)325.53º66.2%55.69%-
XYZ14.618.8213.5-
YUV82.26139.14170.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 48 (19.14% from 255) = 16.44%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=48.63%
G=16.44%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424810200.660.280.44325.5349.4737.25
Hex8E30660421C2C1463125
Octal21660146010234545066145
Binary1000111011000011001100100001011100101100101000110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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