Html Css Color HEX #8E4576 Cannon Pink

📋 copy color: '#8E4576'

red 142 ◦ green 69 ◦ blue 118

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

Shades of Cannon Pink #8E4576

Tints of Cannon Pink #8E4576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

 BLUE value IS 118 (46.48% from 255) = 35.87%

R = 43.16%
G = 20.97%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E4576 (or 0x8E4576) is known color: Cannon Pink. HEX triplet: 8E, 45 and 76. RGB value is (142,69,118). Sum of RGB (Red+Green+Blue) = 142+69+118=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4576 is #71BA89. Grayscale: #606060. Windows color (decimal): -7453322 or 7751054. OLE color: 7751054.

HSL color Cylindrical-coordinate representation of color #8E4576: hue angle of 319.73º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4576 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 69 118 -
CMYK 0 0.51 0.17 0.44
HSL 319.73º 0.35% 0.41% -
HSV(B) 319.73º 0.51% 0.56% -
XYZ 16.55 11.32 18.45 -
YUV 96.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 142 69 118 0 0.51 0.17 0.44 319.73 0.35 0.41
Hex 8E 45 76 0 33 11 2C 140 23 29
Octal 216 105 166 0 63 21 54 500 43 51
Binary 10001110 1000101 1110110 0 110011 10001 101100 101000000 100011 101001

Color Harmonies of #8E4576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4576

Black with #8E4576

Text Example


Text Example

White with #8E4576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,69,118); }

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

background-color css

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

 a { background-color: rgb(142,69,118); }

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

border-color css

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

 span { border-color: rgb(142,69,118); }

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