#94464E

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

Shades of Solid Pink #94464E

Tints of Solid Pink #94464E

Color information

#94464E (or 0x94464E) is unknown color: approx Solid Pink. HEX triplet: 94, 46 and 4E. RGB value is (148,70,78). Sum of RGB (Red+Green+Blue) = 148+70+78=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94464E is #6BB9B1. Grayscale: #5E5E5E. Windows color (decimal): -7059890 or 5129876. OLE color: 5129876.

HSL color Cylindrical-coordinate representation of color #94464E: hue angle of 353.85º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94464E is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1487078-
CMYK00.530.470.42
HSL353.85º35.78%42.75%-
HSV(B)353.85º52.7%58.04%-
XYZ15.7811.238.54-
YUV94.23118.84166.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=50%
G=23.65%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148707800.530.470.42353.8535.7842.75
Hex94464E0352F2A162242b
Octal22410611606557525424453
Binary10010100100011010011100110101101111101010101100010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,70,78); }

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

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

 a { background-color: rgb(148,70,78); }

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

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

 span { border-color: rgb(148,70,78); }

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