Html Css Color HEX #8E5368 Cannon Pink

📋 copy color: '#8E5368'

red 142 ◦ green 83 ◦ blue 104

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

Shades of Cannon Pink #8E5368

Tints of Cannon Pink #8E5368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 43.16%
G = 25.23%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E5368 (or 0x8E5368) is known color: Cannon Pink. HEX triplet: 8E, 53 and 68. RGB value is (142,83,104). Sum of RGB (Red+Green+Blue) = 142+83+104=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5368 is #71AC97. Grayscale: #676767. Windows color (decimal): -7449752 or 6837134. OLE color: 6837134.

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

Color convert

RGB 142 83 104 -
CMYK 0 0.42 0.27 0.44
HSL 338.64º 0.26% 0.44% -
HSV(B) 338.64º 0.42% 0.56% -
XYZ 16.75 12.94 14.71 -
YUV 103.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 142 83 104 0 0.42 0.27 0.44 338.64 0.26 0.44
Hex 8E 53 68 0 2A 1B 2C 153 1A 2C
Octal 216 123 150 0 52 33 54 523 32 54
Binary 10001110 1010011 1101000 0 101010 11011 101100 101010011 11010 101100

Color Harmonies of #8E5368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5368

Black with #8E5368

Text Example


Text Example

White with #8E5368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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