Html Css Color HEX #885890 Trendy Pink

📋 copy color: '#885890'

red 136 ◦ green 88 ◦ blue 144

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

Shades of Trendy Pink #885890

Tints of Trendy Pink #885890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 36.96%
G = 23.91%
B = 39.13%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#885890 (or 0x885890) is known color: Trendy Pink. HEX triplet: 88, 58 and 90. RGB value is (136,88,144). Sum of RGB (Red+Green+Blue) = 136+88+144=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #885890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885890 is #77A76F. Grayscale: #6C6C6C. Windows color (decimal): -7841648 or 9459848. OLE color: 9459848.

HSL color Cylindrical-coordinate representation of color #885890: hue angle of 291.43º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885890 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 88 144 -
CMYK 0.06 0.39 0 0.44
HSL 291.43º 0.24% 0.45% -
HSV(B) 291.43º 0.39% 0.56% -
XYZ 18.68 14.23 28.15 -
YUV 108.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 136 88 144 0.06 0.39 0 0.44 291.43 0.24 0.45
Hex 88 58 90 6 27 0 2C 123 18 2D
Octal 210 130 220 6 47 0 54 443 30 55
Binary 10001000 1011000 10010000 110 100111 0 101100 100100011 11000 101101

Color Harmonies of #885890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885890

Black with #885890

Text Example


Text Example

White with #885890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885890; }

 p { color: rgb(136,88,144); }

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

background-color css

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

 a { background-color: rgb(136,88,144); }

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

border-color css

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

 span { border-color: rgb(136,88,144); }

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