Html Css Color HEX #8E5164 Cannon Pink

📋 copy color: '#8E5164'

red 142 ◦ green 81 ◦ blue 100

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

Shades of Cannon Pink #8E5164

Tints of Cannon Pink #8E5164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

 BLUE value IS 100 (39.45% from 255) = 30.96%

R = 43.96%
G = 25.08%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E5164 (or 0x8E5164) is known color: Cannon Pink. HEX triplet: 8E, 51 and 64. RGB value is (142,81,100). Sum of RGB (Red+Green+Blue) = 142+81+100=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5164 is #71AE9B. Grayscale: #656565. Windows color (decimal): -7450268 or 6574478. OLE color: 6574478.

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

Color convert

RGB 142 81 100 -
CMYK 0 0.43 0.30 0.44
HSL 341.31º 0.27% 0.44% -
HSV(B) 341.31º 0.43% 0.56% -
XYZ 16.4 12.56 13.62 -
YUV 101.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 142 81 100 0 0.43 0.30 0.44 341.31 0.27 0.44
Hex 8E 51 64 0 2B 1E 2C 155 1B 2C
Octal 216 121 144 0 53 36 54 525 33 54
Binary 10001110 1010001 1100100 0 101011 11110 101100 101010101 11011 101100

Color Harmonies of #8E5164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5164

Black with #8E5164

Text Example


Text Example

White with #8E5164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,81,100); }

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

background-color css

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

 a { background-color: rgb(142,81,100); }

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

border-color css

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

 span { border-color: rgb(142,81,100); }

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