Html Css Color HEX #8E5073 Cannon Pink

📋 copy color: '#8E5073'

red 142 ◦ green 80 ◦ blue 115

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

Shades of Cannon Pink #8E5073

Tints of Cannon Pink #8E5073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 42.14%
G = 23.74%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E5073 (or 0x8E5073) is known color: Cannon Pink. HEX triplet: 8E, 50 and 73. RGB value is (142,80,115). Sum of RGB (Red+Green+Blue) = 142+80+115=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5073 is #71AF8C. Grayscale: #666666. Windows color (decimal): -7450509 or 7557262. OLE color: 7557262.

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

Color convert

RGB 142 80 115 -
CMYK 0 0.44 0.19 0.44
HSL 326.13º 0.28% 0.44% -
HSV(B) 326.13º 0.44% 0.56% -
XYZ 17.12 12.73 17.77 -
YUV 102.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 142 80 115 0 0.44 0.19 0.44 326.13 0.28 0.44
Hex 8E 50 73 0 2C 13 2C 146 1C 2C
Octal 216 120 163 0 54 23 54 506 34 54
Binary 10001110 1010000 1110011 0 101100 10011 101100 101000110 11100 101100

Color Harmonies of #8E5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5073

Black with #8E5073

Text Example


Text Example

White with #8E5073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,115); }

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

background-color css

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

 a { background-color: rgb(142,80,115); }

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

border-color css

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

 span { border-color: rgb(142,80,115); }

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