Html Css Color HEX #8E154E Rose Bud Cherry

📋 copy color: '#8E154E'

red 142 ◦ green 21 ◦ blue 78

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

Shades of Rose Bud Cherry #8E154E

Tints of Rose Bud Cherry #8E154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 58.92%
G = 8.71%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8E154E (or 0x8E154E) is known color: Rose Bud Cherry. HEX triplet: 8E, 15 and 4E. RGB value is (142,21,78). Sum of RGB (Red+Green+Blue) = 142+21+78=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E154E is #71EAB1. Grayscale: #3F3F3F. Windows color (decimal): -7465650 or 5117326. OLE color: 5117326.

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

Color convert

RGB 142 21 78 -
CMYK 0 0.85 0.45 0.44
HSL 331.74º 0.74% 0.32% -
HSV(B) 331.74º 0.85% 0.56% -
XYZ 12.8 6.84 7.85 -
YUV 63.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 142 21 78 0 0.85 0.45 0.44 331.74 0.74 0.32
Hex 8E 15 4E 0 55 2D 2C 14C 4A 20
Octal 216 25 116 0 125 55 54 514 112 40
Binary 10001110 10101 1001110 0 1010101 101101 101100 101001100 1001010 100000

Color Harmonies of #8E154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E154E

Black with #8E154E

Text Example


Text Example

White with #8E154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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