Html Css Color HEX #8E5868 Cannon Pink

📋 copy color: '#8E5868'

red 142 ◦ green 88 ◦ blue 104

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

Shades of Cannon Pink #8E5868

Tints of Cannon Pink #8E5868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.35%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 42.51%
G = 26.35%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E5868 (or 0x8E5868) is known color: Cannon Pink. HEX triplet: 8E, 58 and 68. RGB value is (142,88,104). Sum of RGB (Red+Green+Blue) = 142+88+104=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5868 is #71A797. Grayscale: #696969. Windows color (decimal): -7448472 or 6838414. OLE color: 6838414.

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

Color convert

RGB 142 88 104 -
CMYK 0 0.38 0.27 0.44
HSL 342.22º 0.23% 0.45% -
HSV(B) 342.22º 0.38% 0.56% -
XYZ 17.14 13.73 14.84 -
YUV 105.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 142 88 104 0 0.38 0.27 0.44 342.22 0.23 0.45
Hex 8E 58 68 0 26 1B 2C 156 17 2D
Octal 216 130 150 0 46 33 54 526 27 55
Binary 10001110 1011000 1101000 0 100110 11011 101100 101010110 10111 101101

Color Harmonies of #8E5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5868

Black with #8E5868

Text Example


Text Example

White with #8E5868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,88,104); }

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

background-color css

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

 a { background-color: rgb(142,88,104); }

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

border-color css

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

 span { border-color: rgb(142,88,104); }

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