Html Css Color HEX #8E5070 Cannon Pink

📋 copy color: '#8E5070'

red 142 ◦ green 80 ◦ blue 112

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

Shades of Cannon Pink #8E5070

Tints of Cannon Pink #8E5070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 42.51%
G = 23.95%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8E5070 (or 0x8E5070) is known color: Cannon Pink. HEX triplet: 8E, 50 and 70. RGB value is (142,80,112). Sum of RGB (Red+Green+Blue) = 142+80+112=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5070 is #71AF8F. Grayscale: #666666. Windows color (decimal): -7450512 or 7360654. OLE color: 7360654.

HSL color Cylindrical-coordinate representation of color #8E5070: hue angle of 329.03º 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 #8E5070 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 80 112 -
CMYK 0 0.44 0.21 0.44
HSL 329.03º 0.28% 0.44% -
HSV(B) 329.03º 0.44% 0.56% -
XYZ 16.95 12.66 16.88 -
YUV 102.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 142 80 112 0 0.44 0.21 0.44 329.03 0.28 0.44
Hex 8E 50 70 0 2C 15 2C 149 1C 2C
Octal 216 120 160 0 54 25 54 511 34 54
Binary 10001110 1010000 1110000 0 101100 10101 101100 101001001 11100 101100

Color Harmonies of #8E5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5070

Black with #8E5070

Text Example


Text Example

White with #8E5070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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