Html Css Color HEX #8E4E5F Cannon Pink

📋 copy color: '#8E4E5F'

red 142 ◦ green 78 ◦ blue 95

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

Shades of Cannon Pink #8E4E5F

Tints of Cannon Pink #8E4E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.76%

 BLUE value IS 95 (37.5% from 255) = 30.16%

R = 45.08%
G = 24.76%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8E4E5F (or 0x8E4E5F) is known color: Cannon Pink. HEX triplet: 8E, 4E and 5F. RGB value is (142,78,95). Sum of RGB (Red+Green+Blue) = 142+78+95=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4E5F is #71B1A0. Grayscale: #636363. Windows color (decimal): -7451041 or 6246030. OLE color: 6246030.

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

Color convert

RGB 142 78 95 -
CMYK 0 0.45 0.33 0.44
HSL 344.06º 0.29% 0.43% -
HSV(B) 344.06º 0.45% 0.56% -
XYZ 15.95 12.03 12.31 -
YUV 99.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 142 78 95 0 0.45 0.33 0.44 344.06 0.29 0.43
Hex 8E 4E 5F 0 2D 21 2C 158 1D 2B
Octal 216 116 137 0 55 41 54 530 35 53
Binary 10001110 1001110 1011111 0 101101 100001 101100 101011000 11101 101011

Color Harmonies of #8E4E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4E5F

Black with #8E4E5F

Text Example


Text Example

White with #8E4E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,78,95); }

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

background-color css

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

 a { background-color: rgb(142,78,95); }

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

border-color css

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

 span { border-color: rgb(142,78,95); }

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