Html Css Color HEX #8E5573 Cannon Pink

📋 copy color: '#8E5573'

red 142 ◦ green 85 ◦ blue 115

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

Shades of Cannon Pink #8E5573

Tints of Cannon Pink #8E5573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

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

R = 41.52%
G = 24.85%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E5573 (or 0x8E5573) is known color: Cannon Pink. HEX triplet: 8E, 55 and 73. RGB value is (142,85,115). Sum of RGB (Red+Green+Blue) = 142+85+115=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5573 is #71AA8C. Grayscale: #696969. Windows color (decimal): -7449229 or 7558542. OLE color: 7558542.

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

Color convert

RGB 142 85 115 -
CMYK 0 0.40 0.19 0.44
HSL 328.42º 0.25% 0.45% -
HSV(B) 328.42º 0.4% 0.56% -
XYZ 17.5 13.49 17.9 -
YUV 105.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 142 85 115 0 0.40 0.19 0.44 328.42 0.25 0.45
Hex 8E 55 73 0 28 13 2C 148 19 2D
Octal 216 125 163 0 50 23 54 510 31 55
Binary 10001110 1010101 1110011 0 101000 10011 101100 101001000 11001 101101

Color Harmonies of #8E5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5573

Black with #8E5573

Text Example


Text Example

White with #8E5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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