Html Css Color HEX #8E5074 Cannon Pink

📋 copy color: '#8E5074'

red 142 ◦ green 80 ◦ blue 116

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

Shades of Cannon Pink #8E5074

Tints of Cannon Pink #8E5074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 42.01%
G = 23.67%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E5074 (or 0x8E5074) is known color: Cannon Pink. HEX triplet: 8E, 50 and 74. RGB value is (142,80,116). Sum of RGB (Red+Green+Blue) = 142+80+116=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5074 is #71AF8B. Grayscale: #666666. Windows color (decimal): -7450508 or 7622798. OLE color: 7622798.

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

Color convert

RGB 142 80 116 -
CMYK 0 0.44 0.18 0.44
HSL 325.16º 0.28% 0.44% -
HSV(B) 325.16º 0.44% 0.56% -
XYZ 17.18 12.75 18.08 -
YUV 102.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 142 80 116 0 0.44 0.18 0.44 325.16 0.28 0.44
Hex 8E 50 74 0 2C 12 2C 145 1C 2C
Octal 216 120 164 0 54 22 54 505 34 54
Binary 10001110 1010000 1110100 0 101100 10010 101100 101000101 11100 101100

Color Harmonies of #8E5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5074

Black with #8E5074

Text Example


Text Example

White with #8E5074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,80,116); }

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

background-color css

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

 a { background-color: rgb(142,80,116); }

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

border-color css

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

 span { border-color: rgb(142,80,116); }

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