Html Css Color HEX #895888 Trendy Pink

📋 copy color: '#895888'

red 137 ◦ green 88 ◦ blue 136

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

Shades of Trendy Pink #895888

Tints of Trendy Pink #895888

RGB

 RED value IS 137 (53.91% from 255) = 37.95%

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

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

R = 37.95%
G = 24.38%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#895888 (or 0x895888) is known color: Trendy Pink. HEX triplet: 89, 58 and 88. RGB value is (137,88,136). Sum of RGB (Red+Green+Blue) = 137+88+136=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #895888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895888 is #76A777. Grayscale: #6B6B6B. Windows color (decimal): -7776120 or 8935561. OLE color: 8935561.

HSL color Cylindrical-coordinate representation of color #895888: hue angle of 301.22º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895888 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 136 -
CMYK 0 0.36 0.01 0.46
HSL 301.22º 0.22% 0.44% -
HSV(B) 301.22º 0.36% 0.54% -
XYZ 18.25 14.08 25.05 -
YUV 108.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 137 88 136 0 0.36 0.01 0.46 301.22 0.22 0.44
Hex 89 58 88 0 24 1 2E 12D 16 2C
Octal 211 130 210 0 44 1 56 455 26 54
Binary 10001001 1011000 10001000 0 100100 1 101110 100101101 10110 101100

Color Harmonies of #895888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895888

Black with #895888

Text Example


Text Example

White with #895888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895888; }

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

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

background-color css

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

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

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

border-color css

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

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

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