Html Css Color HEX #8E4B73 Cannon Pink

📋 copy color: '#8E4B73'

red 142 ◦ green 75 ◦ blue 115

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

Shades of Cannon Pink #8E4B73

Tints of Cannon Pink #8E4B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.59%

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

R = 42.77%
G = 22.59%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#8E4B73 (or 0x8E4B73) is known color: Cannon Pink. HEX triplet: 8E, 4B and 73. RGB value is (142,75,115). Sum of RGB (Red+Green+Blue) = 142+75+115=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B73 is #71B48C. Grayscale: #636363. Windows color (decimal): -7451789 or 7555982. OLE color: 7555982.

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

Color convert

RGB 142 75 115 -
CMYK 0 0.47 0.19 0.44
HSL 324.18º 0.31% 0.43% -
HSV(B) 324.18º 0.47% 0.56% -
XYZ 16.77 12.02 17.66 -
YUV 99.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 142 75 115 0 0.47 0.19 0.44 324.18 0.31 0.43
Hex 8E 4B 73 0 2F 13 2C 144 1F 2B
Octal 216 113 163 0 57 23 54 504 37 53
Binary 10001110 1001011 1110011 0 101111 10011 101100 101000100 11111 101011

Color Harmonies of #8E4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4B73

Black with #8E4B73

Text Example


Text Example

White with #8E4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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