Html Css Color HEX #8E4D5A Cannon Pink

📋 copy color: '#8E4D5A'

red 142 ◦ green 77 ◦ blue 90

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

Shades of Cannon Pink #8E4D5A

Tints of Cannon Pink #8E4D5A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.92%

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 45.95%
G = 24.92%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E4D5A (or 0x8E4D5A) is known color: Cannon Pink. HEX triplet: 8E, 4D and 5A. RGB value is (142,77,90). Sum of RGB (Red+Green+Blue) = 142+77+90=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D5A is #71B2A5. Grayscale: #616161. Windows color (decimal): -7451302 or 5918094. OLE color: 5918094.

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

Color convert

RGB 142 77 90 -
CMYK 0 0.46 0.37 0.44
HSL 348º 0.3% 0.43% -
HSV(B) 348º 0.46% 0.56% -
XYZ 15.65 11.8 11.12 -
YUV 97.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 142 77 90 0 0.46 0.37 0.44 348 0.3 0.43
Hex 8E 4D 5A 0 2E 25 2C 15C 1E 2B
Octal 216 115 132 0 56 45 54 534 36 53
Binary 10001110 1001101 1011010 0 101110 100101 101100 101011100 11110 101011

Color Harmonies of #8E4D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4D5A

Black with #8E4D5A

Text Example


Text Example

White with #8E4D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,77,90); }

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

background-color css

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

 a { background-color: rgb(142,77,90); }

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

border-color css

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

 span { border-color: rgb(142,77,90); }

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