Html Css Color HEX #8E4A68 Cannon Pink

📋 copy color: '#8E4A68'

red 142 ◦ green 74 ◦ blue 104

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

Shades of Cannon Pink #8E4A68

Tints of Cannon Pink #8E4A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 44.38%
G = 23.13%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E4A68 (or 0x8E4A68) is known color: Cannon Pink. HEX triplet: 8E, 4A and 68. RGB value is (142,74,104). Sum of RGB (Red+Green+Blue) = 142+74+104=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4A68 is #71B597. Grayscale: #616161. Windows color (decimal): -7452056 or 6834830. OLE color: 6834830.

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

Color convert

RGB 142 74 104 -
CMYK 0 0.48 0.27 0.44
HSL 333.53º 0.31% 0.42% -
HSV(B) 333.53º 0.48% 0.56% -
XYZ 16.1 11.65 14.5 -
YUV 97.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 142 74 104 0 0.48 0.27 0.44 333.53 0.31 0.42
Hex 8E 4A 68 0 30 1B 2C 14E 1F 2A
Octal 216 112 150 0 60 33 54 516 37 52
Binary 10001110 1001010 1101000 0 110000 11011 101100 101001110 11111 101010

Color Harmonies of #8E4A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4A68

Black with #8E4A68

Text Example


Text Example

White with #8E4A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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