Html Css Color HEX #8E4860 Cannon Pink

📋 copy color: '#8E4860'

red 142 ◦ green 72 ◦ blue 96

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

Shades of Cannon Pink #8E4860

Tints of Cannon Pink #8E4860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

 BLUE value IS 96 (37.89% from 255) = 30.97%

R = 45.81%
G = 23.23%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E4860 (or 0x8E4860) is known color: Cannon Pink. HEX triplet: 8E, 48 and 60. RGB value is (142,72,96). Sum of RGB (Red+Green+Blue) = 142+72+96=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4860 is #71B79F. Grayscale: #5F5F5F. Windows color (decimal): -7452576 or 6310030. OLE color: 6310030.

HSL color Cylindrical-coordinate representation of color #8E4860: hue angle of 339.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E4860 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 72 96 -
CMYK 0 0.49 0.32 0.44
HSL 339.43º 0.33% 0.42% -
HSV(B) 339.43º 0.49% 0.56% -
XYZ 15.58 11.23 12.41 -
YUV 95.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 142 72 96 0 0.49 0.32 0.44 339.43 0.33 0.42
Hex 8E 48 60 0 31 20 2C 153 21 2A
Octal 216 110 140 0 61 40 54 523 41 52
Binary 10001110 1001000 1100000 0 110001 100000 101100 101010011 100001 101010

Color Harmonies of #8E4860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4860

Black with #8E4860

Text Example


Text Example

White with #8E4860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,72,96); }

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

background-color css

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

 a { background-color: rgb(142,72,96); }

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

border-color css

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

 span { border-color: rgb(142,72,96); }

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