Html Css Color HEX #8E485F Cannon Pink

📋 copy color: '#8E485F'

red 142 ◦ green 72 ◦ blue 95

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

Shades of Cannon Pink #8E485F

Tints of Cannon Pink #8E485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.3%

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 45.95%
G = 23.3%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E485F (or 0x8E485F) is known color: Cannon Pink. HEX triplet: 8E, 48 and 5F. RGB value is (142,72,95). Sum of RGB (Red+Green+Blue) = 142+72+95=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E485F is #71B7A0. Grayscale: #5F5F5F. Windows color (decimal): -7452577 or 6244494. OLE color: 6244494.

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

Color convert

RGB 142 72 95 -
CMYK 0 0.49 0.33 0.44
HSL 340.29º 0.33% 0.42% -
HSV(B) 340.29º 0.49% 0.56% -
XYZ 15.54 11.21 12.17 -
YUV 95.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 142 72 95 0 0.49 0.33 0.44 340.29 0.33 0.42
Hex 8E 48 5F 0 31 21 2C 154 21 2A
Octal 216 110 137 0 61 41 54 524 41 52
Binary 10001110 1001000 1011111 0 110001 100001 101100 101010100 100001 101010

Color Harmonies of #8E485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E485F

Black with #8E485F

Text Example


Text Example

White with #8E485F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,72,95); }

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

background-color css

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

 a { background-color: rgb(142,72,95); }

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

border-color css

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

 span { border-color: rgb(142,72,95); }

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