Html Css Color HEX #8E5A88 Trendy Pink

📋 copy color: '#8E5A88'

red 142 ◦ green 90 ◦ blue 136

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

Shades of Trendy Pink #8E5A88

Tints of Trendy Pink #8E5A88

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.46%

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 38.59%
G = 24.46%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E5A88 (or 0x8E5A88) is known color: Trendy Pink. HEX triplet: 8E, 5A and 88. RGB value is (142,90,136). Sum of RGB (Red+Green+Blue) = 142+90+136=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5A88 is #71A577. Grayscale: #6E6E6E. Windows color (decimal): -7447928 or 8936078. OLE color: 8936078.

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

Color convert

RGB 142 90 136 -
CMYK 0 0.37 0.04 0.44
HSL 306.92º 0.22% 0.45% -
HSV(B) 306.92º 0.37% 0.56% -
XYZ 19.26 14.84 25.14 -
YUV 110.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 142 90 136 0 0.37 0.04 0.44 306.92 0.22 0.45
Hex 8E 5A 88 0 25 4 2C 133 16 2D
Octal 216 132 210 0 45 4 54 463 26 55
Binary 10001110 1011010 10001000 0 100101 100 101100 100110011 10110 101101

Color Harmonies of #8E5A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5A88

Black with #8E5A88

Text Example


Text Example

White with #8E5A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,90,136); }

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

background-color css

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

 a { background-color: rgb(142,90,136); }

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

border-color css

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

 span { border-color: rgb(142,90,136); }

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