#8E074E

Color #8E074E Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #8E074E

Tints of Jazzberry Jam #8E074E

Color information

#8E074E (or 0x8E074E) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 07 and 4E. RGB value is (142,7,78). Sum of RGB (Red+Green+Blue) = 142+7+78=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E074E is #71F8B1. Grayscale: #373737. Windows color (decimal): -7469234 or 5113742. OLE color: 5113742.

HSL color Cylindrical-coordinate representation of color #8E074E: hue angle of 328.44º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E074E is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB142778-
CMYK00.950.450.44
HSL328.44º90.6%29.22%-
HSV(B)328.44º95.07%55.69%-
XYZ12.616.457.79-
YUV55.46140.73189.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.56%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=62.56%
G=3.08%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14277800.950.450.44328.4490.629.22
Hex8E74E05F2D2C1485b1d
Octal21671160137555451013335
Binary10001110111100111001011111101101101100101001000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,7,78); }

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

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

 a { background-color: rgb(142,7,78); }

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

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

 span { border-color: rgb(142,7,78); }

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