Html Css Color HEX #8E4A73 Cannon Pink

📋 copy color: '#8E4A73'

red 142 ◦ green 74 ◦ blue 115

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

Shades of Cannon Pink #8E4A73

Tints of Cannon Pink #8E4A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.36%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 42.9%
G = 22.36%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E4A73 (or 0x8E4A73) is known color: Cannon Pink. HEX triplet: 8E, 4A and 73. RGB value is (142,74,115). Sum of RGB (Red+Green+Blue) = 142+74+115=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A73 is #71B58C. Grayscale: #626262. Windows color (decimal): -7452045 or 7555726. OLE color: 7555726.

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

Color convert

RGB 142 74 115 -
CMYK 0 0.48 0.19 0.44
HSL 323.82º 0.31% 0.42% -
HSV(B) 323.82º 0.48% 0.56% -
XYZ 16.7 11.89 17.63 -
YUV 99.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 142 74 115 0 0.48 0.19 0.44 323.82 0.31 0.42
Hex 8E 4A 73 0 30 13 2C 144 1F 2A
Octal 216 112 163 0 60 23 54 504 37 52
Binary 10001110 1001010 1110011 0 110000 10011 101100 101000100 11111 101010

Color Harmonies of #8E4A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4A73

Black with #8E4A73

Text Example


Text Example

White with #8E4A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,74,115); }

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

background-color css

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

 a { background-color: rgb(142,74,115); }

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

border-color css

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

 span { border-color: rgb(142,74,115); }

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