Html Css Color HEX #8E4E75 Cannon Pink

📋 copy color: '#8E4E75'

red 142 ◦ green 78 ◦ blue 117

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

Shades of Cannon Pink #8E4E75

Tints of Cannon Pink #8E4E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 42.14%
G = 23.15%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E4E75 (or 0x8E4E75) is known color: Cannon Pink. HEX triplet: 8E, 4E and 75. RGB value is (142,78,117). Sum of RGB (Red+Green+Blue) = 142+78+117=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4E75 is #71B18A. Grayscale: #656565. Windows color (decimal): -7451019 or 7687822. OLE color: 7687822.

HSL color Cylindrical-coordinate representation of color #8E4E75: hue angle of 323.44º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E4E75 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 78 117 -
CMYK 0 0.45 0.18 0.44
HSL 323.44º 0.29% 0.43% -
HSV(B) 323.44º 0.45% 0.56% -
XYZ 17.09 12.48 18.34 -
YUV 101.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 142 78 117 0 0.45 0.18 0.44 323.44 0.29 0.43
Hex 8E 4E 75 0 2D 12 2C 143 1D 2B
Octal 216 116 165 0 55 22 54 503 35 53
Binary 10001110 1001110 1110101 0 101101 10010 101100 101000011 11101 101011

Color Harmonies of #8E4E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4E75

Black with #8E4E75

Text Example


Text Example

White with #8E4E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,78,117); }

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

background-color css

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

 a { background-color: rgb(142,78,117); }

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

border-color css

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

 span { border-color: rgb(142,78,117); }

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