Html Css Color HEX #8E4374 Cannon Pink

📋 copy color: '#8E4374'

red 142 ◦ green 67 ◦ blue 116

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

Shades of Cannon Pink #8E4374

Tints of Cannon Pink #8E4374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 43.69%
G = 20.62%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E4374 (or 0x8E4374) is known color: Cannon Pink. HEX triplet: 8E, 43 and 74. RGB value is (142,67,116). Sum of RGB (Red+Green+Blue) = 142+67+116=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4374 is #71BC8B. Grayscale: #5E5E5E. Windows color (decimal): -7453836 or 7619470. OLE color: 7619470.

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

Color convert

RGB 142 67 116 -
CMYK 0 0.53 0.18 0.44
HSL 320.8º 0.36% 0.41% -
HSV(B) 320.8º 0.53% 0.56% -
XYZ 16.31 11.03 17.79 -
YUV 95.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 142 67 116 0 0.53 0.18 0.44 320.8 0.36 0.41
Hex 8E 43 74 0 35 12 2C 141 24 29
Octal 216 103 164 0 65 22 54 501 44 51
Binary 10001110 1000011 1110100 0 110101 10010 101100 101000001 100100 101001

Color Harmonies of #8E4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4374

Black with #8E4374

Text Example


Text Example

White with #8E4374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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