Html Css Color HEX #8E4A6E Cannon Pink

📋 copy color: '#8E4A6E'

red 142 ◦ green 74 ◦ blue 110

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

Shades of Cannon Pink #8E4A6E

Tints of Cannon Pink #8E4A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.7%

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 43.56%
G = 22.7%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E4A6E (or 0x8E4A6E) is known color: Cannon Pink. HEX triplet: 8E, 4A and 6E. RGB value is (142,74,110). Sum of RGB (Red+Green+Blue) = 142+74+110=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A6E is #71B591. Grayscale: #626262. Windows color (decimal): -7452050 or 7228046. OLE color: 7228046.

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

Color convert

RGB 142 74 110 -
CMYK 0 0.48 0.23 0.44
HSL 328.24º 0.31% 0.42% -
HSV(B) 328.24º 0.48% 0.56% -
XYZ 16.42 11.77 16.16 -
YUV 98.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 142 74 110 0 0.48 0.23 0.44 328.24 0.31 0.42
Hex 8E 4A 6E 0 30 17 2C 148 1F 2A
Octal 216 112 156 0 60 27 54 510 37 52
Binary 10001110 1001010 1101110 0 110000 10111 101100 101001000 11111 101010

Color Harmonies of #8E4A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4A6E

Black with #8E4A6E

Text Example


Text Example

White with #8E4A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,74,110); }

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

background-color css

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

 a { background-color: rgb(142,74,110); }

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

border-color css

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

 span { border-color: rgb(142,74,110); }

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