Html Css Color HEX #8E5366 Cannon Pink

📋 copy color: '#8E5366'

red 142 ◦ green 83 ◦ blue 102

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

Shades of Cannon Pink #8E5366

Tints of Cannon Pink #8E5366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 43.43%
G = 25.38%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E5366 (or 0x8E5366) is known color: Cannon Pink. HEX triplet: 8E, 53 and 66. RGB value is (142,83,102). Sum of RGB (Red+Green+Blue) = 142+83+102=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5366 is #71AC99. Grayscale: #666666. Windows color (decimal): -7449754 or 6706062. OLE color: 6706062.

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

Color convert

RGB 142 83 102 -
CMYK 0 0.42 0.28 0.44
HSL 340.68º 0.26% 0.44% -
HSV(B) 340.68º 0.42% 0.56% -
XYZ 16.65 12.9 14.18 -
YUV 102.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 142 83 102 0 0.42 0.28 0.44 340.68 0.26 0.44
Hex 8E 53 66 0 2A 1C 2C 155 1A 2C
Octal 216 123 146 0 52 34 54 525 32 54
Binary 10001110 1010011 1100110 0 101010 11100 101100 101010101 11010 101100

Color Harmonies of #8E5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5366

Black with #8E5366

Text Example


Text Example

White with #8E5366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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