Html Css Color HEX #8E4F73 Cannon Pink

📋 copy color: '#8E4F73'

red 142 ◦ green 79 ◦ blue 115

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

Shades of Cannon Pink #8E4F73

Tints of Cannon Pink #8E4F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.51%

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 42.26%
G = 23.51%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E4F73 (or 0x8E4F73) is known color: Cannon Pink. HEX triplet: 8E, 4F and 73. RGB value is (142,79,115). Sum of RGB (Red+Green+Blue) = 142+79+115=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F73 is #71B08C. Grayscale: #656565. Windows color (decimal): -7450765 or 7557006. OLE color: 7557006.

HSL color Cylindrical-coordinate representation of color #8E4F73: hue angle of 325.71º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E4F73 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 79 115 -
CMYK 0 0.44 0.19 0.44
HSL 325.71º 0.29% 0.43% -
HSV(B) 325.71º 0.44% 0.56% -
XYZ 17.05 12.58 17.75 -
YUV 101.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 142 79 115 0 0.44 0.19 0.44 325.71 0.29 0.43
Hex 8E 4F 73 0 2C 13 2C 146 1D 2B
Octal 216 117 163 0 54 23 54 506 35 53
Binary 10001110 1001111 1110011 0 101100 10011 101100 101000110 11101 101011

Color Harmonies of #8E4F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4F73

Black with #8E4F73

Text Example


Text Example

White with #8E4F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,79,115); }

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

background-color css

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

 a { background-color: rgb(142,79,115); }

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

border-color css

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

 span { border-color: rgb(142,79,115); }

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