Html Css Color HEX #8E4762 Cannon Pink

📋 copy color: '#8E4762'

red 142 ◦ green 71 ◦ blue 98

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

Shades of Cannon Pink #8E4762

Tints of Cannon Pink #8E4762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 45.66%
G = 22.83%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E4762 (or 0x8E4762) is known color: Cannon Pink. HEX triplet: 8E, 47 and 62. RGB value is (142,71,98). Sum of RGB (Red+Green+Blue) = 142+71+98=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4762 is #71B89D. Grayscale: #5F5F5F. Windows color (decimal): -7452830 or 6440846. OLE color: 6440846.

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

Color convert

RGB 142 71 98 -
CMYK 0 0.5 0.31 0.44
HSL 337.18º 0.33% 0.42% -
HSV(B) 337.18º 0.5% 0.56% -
XYZ 15.61 11.14 12.88 -
YUV 95.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 142 71 98 0 0.5 0.31 0.44 337.18 0.33 0.42
Hex 8E 47 62 0 32 1F 2C 151 21 2A
Octal 216 107 142 0 62 37 54 521 41 52
Binary 10001110 1000111 1100010 0 110010 11111 101100 101010001 100001 101010

Color Harmonies of #8E4762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4762

Black with #8E4762

Text Example


Text Example

White with #8E4762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,71,98); }

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

background-color css

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

 a { background-color: rgb(142,71,98); }

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

border-color css

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

 span { border-color: rgb(142,71,98); }

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