Html Css Color HEX #8E4E4C Lotus

📋 copy color: '#8E4E4C'

red 142 ◦ green 78 ◦ blue 76

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

Shades of Lotus #8E4E4C

Tints of Lotus #8E4E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 47.97%
G = 26.35%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E4E4C (or 0x8E4E4C) is known color: Lotus. HEX triplet: 8E, 4E and 4C. RGB value is (142,78,76). Sum of RGB (Red+Green+Blue) = 142+78+76=296 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.97% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4E4C is #71B1B3. Grayscale: #606060. Windows color (decimal): -7451060 or 5000846. OLE color: 5000846.

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

Color convert

RGB 142 78 76 -
CMYK 0 0.45 0.46 0.44
HSL 1.82º 0.3% 0.43% -
HSV(B) 1.82º 0.46% 0.56% -
XYZ 15.18 11.72 8.3 -
YUV 96.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 142 78 76 0 0.45 0.46 0.44 1.82 0.3 0.43
Hex 8E 4E 4C 0 2D 2E 2C 2 1E 2B
Octal 216 116 114 0 55 56 54 2 36 53
Binary 10001110 1001110 1001100 0 101101 101110 101100 10 11110 101011

Color Harmonies of #8E4E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4E4C

Black with #8E4E4C

Text Example


Text Example

White with #8E4E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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