Html Css Color HEX #8E4766 Cannon Pink

📋 copy color: '#8E4766'

red 142 ◦ green 71 ◦ blue 102

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

Shades of Cannon Pink #8E4766

Tints of Cannon Pink #8E4766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 45.08%
G = 22.54%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E4766 (or 0x8E4766) is known color: Cannon Pink. HEX triplet: 8E, 47 and 66. RGB value is (142,71,102). Sum of RGB (Red+Green+Blue) = 142+71+102=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4766 is #71B899. Grayscale: #5F5F5F. Windows color (decimal): -7452826 or 6702990. OLE color: 6702990.

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

Color convert

RGB 142 71 102 -
CMYK 0 0.5 0.28 0.44
HSL 333.8º 0.33% 0.42% -
HSV(B) 333.8º 0.5% 0.56% -
XYZ 15.81 11.22 13.9 -
YUV 95.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 142 71 102 0 0.5 0.28 0.44 333.8 0.33 0.42
Hex 8E 47 66 0 32 1C 2C 14E 21 2A
Octal 216 107 146 0 62 34 54 516 41 52
Binary 10001110 1000111 1100110 0 110010 11100 101100 101001110 100001 101010

Color Harmonies of #8E4766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4766

Black with #8E4766

Text Example


Text Example

White with #8E4766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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