Html Css Color HEX #8E4862 Cannon Pink

📋 copy color: '#8E4862'

red 142 ◦ green 72 ◦ blue 98

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

Shades of Cannon Pink #8E4862

Tints of Cannon Pink #8E4862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 45.51%
G = 23.08%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8E4862 (or 0x8E4862) is known color: Cannon Pink. HEX triplet: 8E, 48 and 62. RGB value is (142,72,98). Sum of RGB (Red+Green+Blue) = 142+72+98=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4862 is #71B79D. Grayscale: #5F5F5F. Windows color (decimal): -7452574 or 6441102. OLE color: 6441102.

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

Color convert

RGB 142 72 98 -
CMYK 0 0.49 0.31 0.44
HSL 337.71º 0.33% 0.42% -
HSV(B) 337.71º 0.49% 0.56% -
XYZ 15.68 11.27 12.9 -
YUV 95.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 142 72 98 0 0.49 0.31 0.44 337.71 0.33 0.42
Hex 8E 48 62 0 31 1F 2C 152 21 2A
Octal 216 110 142 0 61 37 54 522 41 52
Binary 10001110 1001000 1100010 0 110001 11111 101100 101010010 100001 101010

Color Harmonies of #8E4862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4862

Black with #8E4862

Text Example


Text Example

White with #8E4862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,72,98); }

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

background-color css

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

 a { background-color: rgb(142,72,98); }

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

border-color css

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

 span { border-color: rgb(142,72,98); }

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