#8E044B

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

Shades of Jazzberry Jam #8E044B

Tints of Jazzberry Jam #8E044B

Color information

#8E044B (or 0x8E044B) is unknown color: approx Jazzberry Jam. HEX triplet: 8E, 04 and 4B. RGB value is (142,4,75). Sum of RGB (Red+Green+Blue) = 142+4+75=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E044B is #71FBB4. Grayscale: #353535. Windows color (decimal): -7470005 or 4916366. OLE color: 4916366.

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

Color convert

RGB142475-
CMYK00.970.470.44
HSL329.13º94.52%28.63%-
HSV(B)329.13º97.18%55.69%-
XYZ12.476.357.22-
YUV53.36140.22191.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 64.25%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=64.25%
G=1.81%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14247500.970.470.44329.1394.5228.63
Hex8E44B0612F2C1495f1d
Octal21641130141575451113735
Binary10001110100100101101100001101111101100101001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,4,75); }

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

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

 a { background-color: rgb(142,4,75); }

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

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

 span { border-color: rgb(142,4,75); }

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