Html Css Color HEX #8E476D Cannon Pink

📋 copy color: '#8E476D'

red 142 ◦ green 71 ◦ blue 109

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

Shades of Cannon Pink #8E476D

Tints of Cannon Pink #8E476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.05%

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

R = 44.1%
G = 22.05%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E476D (or 0x8E476D) is known color: Cannon Pink. HEX triplet: 8E, 47 and 6D. RGB value is (142,71,109). Sum of RGB (Red+Green+Blue) = 142+71+109=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E476D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E476D is #71B892. Grayscale: #606060. Windows color (decimal): -7452819 or 7161742. OLE color: 7161742.

HSL color Cylindrical-coordinate representation of color #8E476D: hue angle of 327.89º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E476D is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 71 109 -
CMYK 0 0.5 0.23 0.44
HSL 327.89º 0.33% 0.42% -
HSV(B) 327.89º 0.5% 0.56% -
XYZ 16.17 11.36 15.81 -
YUV 96.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 142 71 109 0 0.5 0.23 0.44 327.89 0.33 0.42
Hex 8E 47 6D 0 32 17 2C 148 21 2A
Octal 216 107 155 0 62 27 54 510 41 52
Binary 10001110 1000111 1101101 0 110010 10111 101100 101001000 100001 101010

Color Harmonies of #8E476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E476D

Black with #8E476D

Text Example


Text Example

White with #8E476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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