Html Css Color HEX #8E0E4A Jazzberry Jam

📋 copy color: '#8E0E4A'

red 142 ◦ green 14 ◦ blue 74

#8E0E4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #8E0E4A

Tints of Jazzberry Jam #8E0E4A

RGB

 RED value IS 142 (55.86% from 255) = 61.74%

 GREEN value IS 14 (5.86% from 255) = 6.09%

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 61.74%
G = 6.09%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8E0E4A (or 0x8E0E4A) is known color: Jazzberry Jam. HEX triplet: 8E, 0E and 4A. RGB value is (142,14,74). Sum of RGB (Red+Green+Blue) = 142+14+74=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0E4A is #71F1B5. Grayscale: #3B3B3B. Windows color (decimal): -7467446 or 4853390. OLE color: 4853390.

HSL color Cylindrical-coordinate representation of color #8E0E4A: hue angle of 331.88º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E4A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 14 74 -
CMYK 0 0.90 0.48 0.44
HSL 331.88º 0.82% 0.31% -
HSV(B) 331.88º 0.9% 0.56% -
XYZ 12.55 6.56 7.08 -
YUV 59.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 142 14 74 0 0.90 0.48 0.44 331.88 0.82 0.31
Hex 8E E 4A 0 5A 30 2C 14C 52 1F
Octal 216 16 112 0 132 60 54 514 122 37
Binary 10001110 1110 1001010 0 1011010 110000 101100 101001100 1010010 11111

Color Harmonies of #8E0E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0E4A

Black with #8E0E4A

Text Example


Text Example

White with #8E0E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,14,74); }

 H1.HeaderClassName
 {
   color: #8E0E4A;
 }
 .AnyTagClassName
 {
   color: #8E0E4A;
 }
</style>

background-color css

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

 a { background-color: rgb(142,14,74); }

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

border-color css

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

 span { border-color: rgb(142,14,74); }

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