Html Css Color HEX #8E5287 Trendy Pink

📋 copy color: '#8E5287'

red 142 ◦ green 82 ◦ blue 135

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

Shades of Trendy Pink #8E5287

Tints of Trendy Pink #8E5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

 BLUE value IS 135 (53.13% from 255) = 37.6%

R = 39.55%
G = 22.84%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E5287 (or 0x8E5287) is known color: Trendy Pink. HEX triplet: 8E, 52 and 87. RGB value is (142,82,135). Sum of RGB (Red+Green+Blue) = 142+82+135=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5287 is #71AD78. Grayscale: #696969. Windows color (decimal): -7449977 or 8868494. OLE color: 8868494.

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

Color convert

RGB 142 82 135 -
CMYK 0 0.42 0.05 0.44
HSL 307º 0.27% 0.44% -
HSV(B) 307º 0.42% 0.56% -
XYZ 18.55 13.53 24.56 -
YUV 105.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 142 82 135 0 0.42 0.05 0.44 307 0.27 0.44
Hex 8E 52 87 0 2A 5 2C 133 1B 2C
Octal 216 122 207 0 52 5 54 463 33 54
Binary 10001110 1010010 10000111 0 101010 101 101100 100110011 11011 101100

Color Harmonies of #8E5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5287

Black with #8E5287

Text Example


Text Example

White with #8E5287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,82,135); }

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

background-color css

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

 a { background-color: rgb(142,82,135); }

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

border-color css

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

 span { border-color: rgb(142,82,135); }

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