Html Css Color HEX #8E556D Cannon Pink

📋 copy color: '#8E556D'

red 142 ◦ green 85 ◦ blue 109

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

Shades of Cannon Pink #8E556D

Tints of Cannon Pink #8E556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 42.26%
G = 25.3%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E556D (or 0x8E556D) is known color: Cannon Pink. HEX triplet: 8E, 55 and 6D. RGB value is (142,85,109). Sum of RGB (Red+Green+Blue) = 142+85+109=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E556D is #71AA92. Grayscale: #686868. Windows color (decimal): -7449235 or 7165326. OLE color: 7165326.

HSL color Cylindrical-coordinate representation of color #8E556D: hue angle of 334.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E556D is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 85 109 -
CMYK 0 0.40 0.23 0.44
HSL 334.74º 0.25% 0.45% -
HSV(B) 334.74º 0.4% 0.56% -
XYZ 17.16 13.35 16.14 -
YUV 104.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 142 85 109 0 0.40 0.23 0.44 334.74 0.25 0.45
Hex 8E 55 6D 0 28 17 2C 14F 19 2D
Octal 216 125 155 0 50 27 54 517 31 55
Binary 10001110 1010101 1101101 0 101000 10111 101100 101001111 11001 101101

Color Harmonies of #8E556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E556D

Black with #8E556D

Text Example


Text Example

White with #8E556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,85,109); }

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

background-color css

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

 a { background-color: rgb(142,85,109); }

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

border-color css

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

 span { border-color: rgb(142,85,109); }

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