Html Css Color HEX #8E436C Cannon Pink

📋 copy color: '#8E436C'

red 142 ◦ green 67 ◦ blue 108

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

Shades of Cannon Pink #8E436C

Tints of Cannon Pink #8E436C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 44.79%
G = 21.14%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E436C (or 0x8E436C) is known color: Cannon Pink. HEX triplet: 8E, 43 and 6C. RGB value is (142,67,108). Sum of RGB (Red+Green+Blue) = 142+67+108=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E436C is #71BC93. Grayscale: #5E5E5E. Windows color (decimal): -7453844 or 7095182. OLE color: 7095182.

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

Color convert

RGB 142 67 108 -
CMYK 0 0.53 0.24 0.44
HSL 327.2º 0.36% 0.41% -
HSV(B) 327.2º 0.53% 0.56% -
XYZ 15.87 10.85 15.44 -
YUV 94.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 142 67 108 0 0.53 0.24 0.44 327.2 0.36 0.41
Hex 8E 43 6C 0 35 18 2C 147 24 29
Octal 216 103 154 0 65 30 54 507 44 51
Binary 10001110 1000011 1101100 0 110101 11000 101100 101000111 100100 101001

Color Harmonies of #8E436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E436C

Black with #8E436C

Text Example


Text Example

White with #8E436C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,67,108); }

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

background-color css

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

 a { background-color: rgb(142,67,108); }

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

border-color css

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

 span { border-color: rgb(142,67,108); }

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