Html Css Color HEX #8E4A61 Cannon Pink

📋 copy color: '#8E4A61'

red 142 ◦ green 74 ◦ blue 97

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

Shades of Cannon Pink #8E4A61

Tints of Cannon Pink #8E4A61

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.64%

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 45.37%
G = 23.64%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E4A61 (or 0x8E4A61) is known color: Cannon Pink. HEX triplet: 8E, 4A and 61. RGB value is (142,74,97). Sum of RGB (Red+Green+Blue) = 142+74+97=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A61 is #71B59E. Grayscale: #606060. Windows color (decimal): -7452063 or 6376078. OLE color: 6376078.

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

Color convert

RGB 142 74 97 -
CMYK 0 0.48 0.32 0.44
HSL 339.71º 0.31% 0.42% -
HSV(B) 339.71º 0.48% 0.56% -
XYZ 15.76 11.51 12.7 -
YUV 96.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 142 74 97 0 0.48 0.32 0.44 339.71 0.31 0.42
Hex 8E 4A 61 0 30 20 2C 154 1F 2A
Octal 216 112 141 0 60 40 54 524 37 52
Binary 10001110 1001010 1100001 0 110000 100000 101100 101010100 11111 101010

Color Harmonies of #8E4A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4A61

Black with #8E4A61

Text Example


Text Example

White with #8E4A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,74,97); }

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

background-color css

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

 a { background-color: rgb(142,74,97); }

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

border-color css

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

 span { border-color: rgb(142,74,97); }

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