Html Css Color HEX #885090 Trendy Pink

📋 copy color: '#885090'

red 136 ◦ green 80 ◦ blue 144

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

Shades of Trendy Pink #885090

Tints of Trendy Pink #885090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.22%

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

R = 37.78%
G = 22.22%
B = 40%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#885090 (or 0x885090) is known color: Trendy Pink. HEX triplet: 88, 50 and 90. RGB value is (136,80,144). Sum of RGB (Red+Green+Blue) = 136+80+144=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #885090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885090 is #77AF6F. Grayscale: #676767. Windows color (decimal): -7843696 or 9457800. OLE color: 9457800.

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

Color convert

RGB 136 80 144 -
CMYK 0.06 0.44 0 0.44
HSL 292.5º 0.29% 0.44% -
HSV(B) 292.5º 0.44% 0.56% -
XYZ 18.06 12.99 27.94 -
YUV 104.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 136 80 144 0.06 0.44 0 0.44 292.5 0.29 0.44
Hex 88 50 90 6 2C 0 2C 124 1D 2C
Octal 210 120 220 6 54 0 54 444 35 54
Binary 10001000 1010000 10010000 110 101100 0 101100 100100100 11101 101100

Color Harmonies of #885090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885090

Black with #885090

Text Example


Text Example

White with #885090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885090; }

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

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

background-color css

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

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

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

border-color css

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

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

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