Html Css Color HEX #8E4772 Cannon Pink

📋 copy color: '#8E4772'

red 142 ◦ green 71 ◦ blue 114

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

Shades of Cannon Pink #8E4772

Tints of Cannon Pink #8E4772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 43.43%
G = 21.71%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E4772 (or 0x8E4772) is known color: Cannon Pink. HEX triplet: 8E, 47 and 72. RGB value is (142,71,114). Sum of RGB (Red+Green+Blue) = 142+71+114=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4772 is #71B88D. Grayscale: #616161. Windows color (decimal): -7452814 or 7489422. OLE color: 7489422.

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

Color convert

RGB 142 71 114 -
CMYK 0 0.5 0.20 0.44
HSL 323.66º 0.33% 0.42% -
HSV(B) 323.66º 0.5% 0.56% -
XYZ 16.45 11.47 17.27 -
YUV 97.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 142 71 114 0 0.5 0.20 0.44 323.66 0.33 0.42
Hex 8E 47 72 0 32 14 2C 144 21 2A
Octal 216 107 162 0 62 24 54 504 41 52
Binary 10001110 1000111 1110010 0 110010 10100 101100 101000100 100001 101010

Color Harmonies of #8E4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4772

Black with #8E4772

Text Example


Text Example

White with #8E4772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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