Html Css Color HEX #8E4C70 Cannon Pink

📋 copy color: '#8E4C70'

red 142 ◦ green 76 ◦ blue 112

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

Shades of Cannon Pink #8E4C70

Tints of Cannon Pink #8E4C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

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

R = 43.03%
G = 23.03%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8E4C70 (or 0x8E4C70) is known color: Cannon Pink. HEX triplet: 8E, 4C and 70. RGB value is (142,76,112). Sum of RGB (Red+Green+Blue) = 142+76+112=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4C70 is #71B38F. Grayscale: #636363. Windows color (decimal): -7451536 or 7359630. OLE color: 7359630.

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

Color convert

RGB 142 76 112 -
CMYK 0 0.46 0.21 0.44
HSL 327.27º 0.3% 0.43% -
HSV(B) 327.27º 0.46% 0.56% -
XYZ 16.66 12.09 16.78 -
YUV 99.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 142 76 112 0 0.46 0.21 0.44 327.27 0.3 0.43
Hex 8E 4C 70 0 2E 15 2C 147 1E 2B
Octal 216 114 160 0 56 25 54 507 36 53
Binary 10001110 1001100 1110000 0 101110 10101 101100 101000111 11110 101011

Color Harmonies of #8E4C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4C70

Black with #8E4C70

Text Example


Text Example

White with #8E4C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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