Html Css Color HEX #8E4A65 Cannon Pink

📋 copy color: '#8E4A65'

red 142 ◦ green 74 ◦ blue 101

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

Shades of Cannon Pink #8E4A65

Tints of Cannon Pink #8E4A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 44.79%
G = 23.34%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8E4A65 (or 0x8E4A65) is known color: Cannon Pink. HEX triplet: 8E, 4A and 65. RGB value is (142,74,101). Sum of RGB (Red+Green+Blue) = 142+74+101=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A65 is #71B59A. Grayscale: #616161. Windows color (decimal): -7452059 or 6638222. OLE color: 6638222.

HSL color Cylindrical-coordinate representation of color #8E4A65: hue angle of 336.18º 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 #8E4A65 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 74 101 -
CMYK 0 0.48 0.29 0.44
HSL 336.18º 0.31% 0.42% -
HSV(B) 336.18º 0.48% 0.56% -
XYZ 15.95 11.59 13.71 -
YUV 97.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 142 74 101 0 0.48 0.29 0.44 336.18 0.31 0.42
Hex 8E 4A 65 0 30 1D 2C 150 1F 2A
Octal 216 112 145 0 60 35 54 520 37 52
Binary 10001110 1001010 1100101 0 110000 11101 101100 101010000 11111 101010

Color Harmonies of #8E4A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4A65

Black with #8E4A65

Text Example


Text Example

White with #8E4A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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