Html Css Color HEX #8E5271 Cannon Pink

📋 copy color: '#8E5271'

red 142 ◦ green 82 ◦ blue 113

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

Shades of Cannon Pink #8E5271

Tints of Cannon Pink #8E5271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.33%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 42.14%
G = 24.33%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E5271 (or 0x8E5271) is known color: Cannon Pink. HEX triplet: 8E, 52 and 71. RGB value is (142,82,113). Sum of RGB (Red+Green+Blue) = 142+82+113=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5271 is #71AD8E. Grayscale: #676767. Windows color (decimal): -7449999 or 7426702. OLE color: 7426702.

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

Color convert

RGB 142 82 113 -
CMYK 0 0.42 0.20 0.44
HSL 329º 0.27% 0.44% -
HSV(B) 329º 0.42% 0.56% -
XYZ 17.15 12.98 17.22 -
YUV 103.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 142 82 113 0 0.42 0.20 0.44 329 0.27 0.44
Hex 8E 52 71 0 2A 14 2C 149 1B 2C
Octal 216 122 161 0 52 24 54 511 33 54
Binary 10001110 1010010 1110001 0 101010 10100 101100 101001001 11011 101100

Color Harmonies of #8E5271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5271

Black with #8E5271

Text Example


Text Example

White with #8E5271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,82,113); }

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

background-color css

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

 a { background-color: rgb(142,82,113); }

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

border-color css

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

 span { border-color: rgb(142,82,113); }

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