Html Css Color HEX #8E5468 Cannon Pink

📋 copy color: '#8E5468'

red 142 ◦ green 84 ◦ blue 104

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

Shades of Cannon Pink #8E5468

Tints of Cannon Pink #8E5468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.45%

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

R = 43.03%
G = 25.45%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E5468 (or 0x8E5468) is known color: Cannon Pink. HEX triplet: 8E, 54 and 68. RGB value is (142,84,104). Sum of RGB (Red+Green+Blue) = 142+84+104=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5468 is #71AB97. Grayscale: #676767. Windows color (decimal): -7449496 or 6837390. OLE color: 6837390.

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

Color convert

RGB 142 84 104 -
CMYK 0 0.41 0.27 0.44
HSL 339.31º 0.26% 0.44% -
HSV(B) 339.31º 0.41% 0.56% -
XYZ 16.82 13.09 14.74 -
YUV 103.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 142 84 104 0 0.41 0.27 0.44 339.31 0.26 0.44
Hex 8E 54 68 0 29 1B 2C 153 1A 2C
Octal 216 124 150 0 51 33 54 523 32 54
Binary 10001110 1010100 1101000 0 101001 11011 101100 101010011 11010 101100

Color Harmonies of #8E5468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5468

Black with #8E5468

Text Example


Text Example

White with #8E5468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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