Html Css Color HEX #8E4372 Cannon Pink

📋 copy color: '#8E4372'

red 142 ◦ green 67 ◦ blue 114

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

Shades of Cannon Pink #8E4372

Tints of Cannon Pink #8E4372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 43.96%
G = 20.74%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E4372 (or 0x8E4372) is known color: Cannon Pink. HEX triplet: 8E, 43 and 72. RGB value is (142,67,114). Sum of RGB (Red+Green+Blue) = 142+67+114=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4372 is #71BC8D. Grayscale: #5E5E5E. Windows color (decimal): -7453838 or 7488398. OLE color: 7488398.

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

Color convert

RGB 142 67 114 -
CMYK 0 0.53 0.20 0.44
HSL 322.4º 0.36% 0.41% -
HSV(B) 322.4º 0.53% 0.56% -
XYZ 16.2 10.98 17.19 -
YUV 94.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 142 67 114 0 0.53 0.20 0.44 322.4 0.36 0.41
Hex 8E 43 72 0 35 14 2C 142 24 29
Octal 216 103 162 0 65 24 54 502 44 51
Binary 10001110 1000011 1110010 0 110101 10100 101100 101000010 100100 101001

Color Harmonies of #8E4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4372

Black with #8E4372

Text Example


Text Example

White with #8E4372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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