Html Css Color HEX #8E536F Cannon Pink

📋 copy color: '#8E536F'

red 142 ◦ green 83 ◦ blue 111

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

Shades of Cannon Pink #8E536F

Tints of Cannon Pink #8E536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.7%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 42.26%
G = 24.7%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E536F (or 0x8E536F) is known color: Cannon Pink. HEX triplet: 8E, 53 and 6F. RGB value is (142,83,111). Sum of RGB (Red+Green+Blue) = 142+83+111=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E536F is #71AC90. Grayscale: #676767. Windows color (decimal): -7449745 or 7295886. OLE color: 7295886.

HSL color Cylindrical-coordinate representation of color #8E536F: hue angle of 331.53º degrees, saturation: 0.26, 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 #8E536F is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 83 111 -
CMYK 0 0.42 0.22 0.44
HSL 331.53º 0.26% 0.44% -
HSV(B) 331.53º 0.42% 0.56% -
XYZ 17.12 13.08 16.66 -
YUV 103.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 142 83 111 0 0.42 0.22 0.44 331.53 0.26 0.44
Hex 8E 53 6F 0 2A 16 2C 14C 1A 2C
Octal 216 123 157 0 52 26 54 514 32 54
Binary 10001110 1010011 1101111 0 101010 10110 101100 101001100 11010 101100

Color Harmonies of #8E536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E536F

Black with #8E536F

Text Example


Text Example

White with #8E536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,83,111); }

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

background-color css

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

 a { background-color: rgb(142,83,111); }

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

border-color css

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

 span { border-color: rgb(142,83,111); }

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