Html Css Color HEX #8E024A Jazzberry Jam

📋 copy color: '#8E024A'

red 142 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #8E024A

Tints of Jazzberry Jam #8E024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 65.14%
G = 0.92%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8E024A (or 0x8E024A) is known color: Jazzberry Jam. HEX triplet: 8E, 02 and 4A. RGB value is (142,2,74). Sum of RGB (Red+Green+Blue) = 142+2+74=218 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.14% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 142 - color contains mainly: red. Hex color #8E024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E024A is #71FDB5. Grayscale: #333333. Windows color (decimal): -7470518 or 4850318. OLE color: 4850318.

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

Color convert

RGB 142 2 74 -
CMYK 0 0.99 0.48 0.44
HSL 329.14º 0.97% 0.28% -
HSV(B) 329.14º 0.99% 0.56% -
XYZ 12.41 6.29 7.04 -
YUV 52.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 142 2 74 0 0.99 0.48 0.44 329.14 0.97 0.28
Hex 8E 2 4A 0 63 30 2C 149 61 1C
Octal 216 2 112 0 143 60 54 511 141 34
Binary 10001110 10 1001010 0 1100011 110000 101100 101001001 1100001 11100

Color Harmonies of #8E024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E024A

Black with #8E024A

Text Example


Text Example

White with #8E024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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