Html Css Color HEX #8E4070 Cannon Pink

📋 copy color: '#8E4070'

red 142 ◦ green 64 ◦ blue 112

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

Shades of Cannon Pink #8E4070

Tints of Cannon Pink #8E4070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 44.65%
G = 20.13%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8E4070 (or 0x8E4070) is known color: Cannon Pink. HEX triplet: 8E, 40 and 70. RGB value is (142,64,112). Sum of RGB (Red+Green+Blue) = 142+64+112=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4070 is #71BF8F. Grayscale: #5C5C5C. Windows color (decimal): -7454608 or 7356558. OLE color: 7356558.

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

Color convert

RGB 142 64 112 -
CMYK 0 0.55 0.21 0.44
HSL 323.08º 0.38% 0.4% -
HSV(B) 323.08º 0.55% 0.56% -
XYZ 15.91 10.59 16.53 -
YUV 92.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 142 64 112 0 0.55 0.21 0.44 323.08 0.38 0.4
Hex 8E 40 70 0 37 15 2C 143 26 28
Octal 216 100 160 0 67 25 54 503 46 50
Binary 10001110 1000000 1110000 0 110111 10101 101100 101000011 100110 101000

Color Harmonies of #8E4070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4070

Black with #8E4070

Text Example


Text Example

White with #8E4070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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