Html Css Color HEX #8E4B5D Cannon Pink

📋 copy color: '#8E4B5D'

red 142 ◦ green 75 ◦ blue 93

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

Shades of Cannon Pink #8E4B5D

Tints of Cannon Pink #8E4B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30%

R = 45.81%
G = 24.19%
B = 30%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E4B5D (or 0x8E4B5D) is known color: Cannon Pink. HEX triplet: 8E, 4B and 5D. RGB value is (142,75,93). Sum of RGB (Red+Green+Blue) = 142+75+93=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B5D is #71B4A2. Grayscale: #616161. Windows color (decimal): -7451811 or 6114190. OLE color: 6114190.

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

Color convert

RGB 142 75 93 -
CMYK 0 0.47 0.35 0.44
HSL 343.88º 0.31% 0.43% -
HSV(B) 343.88º 0.47% 0.56% -
XYZ 15.65 11.57 11.77 -
YUV 97.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 142 75 93 0 0.47 0.35 0.44 343.88 0.31 0.43
Hex 8E 4B 5D 0 2F 23 2C 158 1F 2B
Octal 216 113 135 0 57 43 54 530 37 53
Binary 10001110 1001011 1011101 0 101111 100011 101100 101011000 11111 101011

Color Harmonies of #8E4B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4B5D

Black with #8E4B5D

Text Example


Text Example

White with #8E4B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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