#90424E

Color #90424E Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #90424E

Tints of Solid Pink #90424E

Color information

#90424E (or 0x90424E) is unknown color: approx Solid Pink. HEX triplet: 90, 42 and 4E. RGB value is (144,66,78). Sum of RGB (Red+Green+Blue) = 144+66+78=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90424E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90424E is #6FBDB1. Grayscale: #5A5A5A. Windows color (decimal): -7323058 or 5128848. OLE color: 5128848.

HSL color Cylindrical-coordinate representation of color #90424E: hue angle of 350.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90424E is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1446678-
CMYK00.540.460.44
HSL350.77º37.14%41.18%-
HSV(B)350.77º54.17%56.47%-
XYZ14.8210.388.43-
YUV90.69120.84166.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=50%
G=22.92%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144667800.540.460.44350.7737.1441.18
Hex90424E0362E2C15f2529
Octal22010211606656545374551
Binary10010000100001010011100110110101110101100101011111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90424E; }

 p { color: rgb(144,66,78); }

 H1.HeaderClassName
 {
   color: #90424E;
 }
 .AnyTagClassName
 {
   color: #90424E;
 }
</style>
background-color css

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

 a { background-color: rgb(144,66,78); }

 div.DivClassName
 {
   background-color: #90424E;
 }
 .BgClassName
 {
   background-color: #90424E;
 }
</style>
border-color css

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

 span { border-color: rgb(144,66,78); }

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