Html Css Color HEX #8E476E Cannon Pink

📋 copy color: '#8E476E'

red 142 ◦ green 71 ◦ blue 110

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

Shades of Cannon Pink #8E476E

Tints of Cannon Pink #8E476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 43.96%
G = 21.98%
B = 34.06%

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

#8E476E (or 0x8E476E) is known color: Cannon Pink. HEX triplet: 8E, 47 and 6E. RGB value is (142,71,110). Sum of RGB (Red+Green+Blue) = 142+71+110=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E476E is #71B891. Grayscale: #606060. Windows color (decimal): -7452818 or 7227278. OLE color: 7227278.

HSL color Cylindrical-coordinate representation of color #8E476E: hue angle of 327.04º 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 #8E476E is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 71 110 -
CMYK 0 0.5 0.23 0.44
HSL 327.04º 0.33% 0.42% -
HSV(B) 327.04º 0.5% 0.56% -
XYZ 16.22 11.38 16.09 -
YUV 96.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 142 71 110 0 0.5 0.23 0.44 327.04 0.33 0.42
Hex 8E 47 6E 0 32 17 2C 147 21 2A
Octal 216 107 156 0 62 27 54 507 41 52
Binary 10001110 1000111 1101110 0 110010 10111 101100 101000111 100001 101010

Color Harmonies of #8E476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E476E

Black with #8E476E

Text Example


Text Example

White with #8E476E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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