Html Css Color HEX #8E4B5E Cannon Pink

📋 copy color: '#8E4B5E'

red 142 ◦ green 75 ◦ blue 94

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

Shades of Cannon Pink #8E4B5E

Tints of Cannon Pink #8E4B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 45.66%
G = 24.12%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E4B5E (or 0x8E4B5E) is known color: Cannon Pink. HEX triplet: 8E, 4B and 5E. RGB value is (142,75,94). Sum of RGB (Red+Green+Blue) = 142+75+94=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4B5E is #71B4A1. Grayscale: #616161. Windows color (decimal): -7451810 or 6179726. OLE color: 6179726.

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

Color convert

RGB 142 75 94 -
CMYK 0 0.47 0.34 0.44
HSL 342.99º 0.31% 0.43% -
HSV(B) 342.99º 0.47% 0.56% -
XYZ 15.69 11.59 12 -
YUV 97.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 142 75 94 0 0.47 0.34 0.44 342.99 0.31 0.43
Hex 8E 4B 5E 0 2F 22 2C 157 1F 2B
Octal 216 113 136 0 57 42 54 527 37 53
Binary 10001110 1001011 1011110 0 101111 100010 101100 101010111 11111 101011

Color Harmonies of #8E4B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4B5E

Black with #8E4B5E

Text Example


Text Example

White with #8E4B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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